gerrit/.buckconfig
Shawn Pearce 16570463ab Add buck build soyc to output GWT split point report
The GWT compiler can output a report (or "story of your compile"),
describing the size of the JavaScript and which source classes
contributed to the overall download size. This is useful for
optimizing code splits in Dispatcher, and generally understanding
the impact of linking code together.

Only the "Split Point Report" is created.
The "Compiler Metrics" are not output.

The report is very slow to create, so it is not done by default.

Change-Id: I6ce86d65ee5f3e4bdba573d1f777ccc59767341d
2015-01-15 04:40:28 +00:00

29 lines
583 B
Plaintext

[alias]
all = //:all
api = //:api
api_deploy = //tools/maven:api_deploy
api_install = //tools/maven:api_install
war_deploy = //tools/maven:war_deploy
war_install = //tools/maven:war_install
chrome = //:chrome
docs = //Documentation:searchfree
firefox = //:firefox
gerrit = //:gerrit
release = //:release
safari = //:safari
soyc = //gerrit-gwtui:ui_soyc
withdocs = //:withdocs
[buildfile]
includes = //tools/default.defs
[java]
src_roots = java, resources
[project]
ignore = .git
[cache]
mode = dir
dir = ~/.gerritcodereview/buck-cache/cache