21e231cd2b
This change allows to compile optimized GWT version for popular brwosers: buck build chrome buck build firefox buck build safari And no: IE is not among them: buck build ie BUILD FAILED: No directory ie when resolving target //ie:ie Change-Id: I4f888bd114928555967022c5586e2b3ef16396b0
26 lines
433 B
Plaintext
26 lines
433 B
Plaintext
[alias]
|
|
all = //:all
|
|
api = //:api
|
|
api_deploy = //tools/maven:deploy
|
|
api_install = //tools/maven:install
|
|
chrome = //:chrome
|
|
docs = //Documentation:html
|
|
firefox = //:firefox
|
|
gerrit = //:gerrit
|
|
release = //:release
|
|
safari = //:safari
|
|
withdocs = //:withdocs
|
|
|
|
[buildfile]
|
|
includes = //tools/default.defs
|
|
|
|
[java]
|
|
src_roots = java, resources
|
|
|
|
[project]
|
|
ignore = .git
|
|
|
|
[cache]
|
|
mode = dir
|
|
dir = buck-out/cache
|