commit | d0ef1a9772ee27480412f33148f6a94572f20b05 | [log] [tgz] |
---|---|---|
author | dpapad <[email protected]> | Mon Sep 18 19:32:12 2017 |
committer | Commit Bot <[email protected]> | Mon Sep 18 19:32:12 2017 |
tree | 7b0d06e8dd5b5272212da4c8fe8f5c307e8a2f86 | |
parent | 0f3d3357977bcbec1957dcad7cf1fb9280cc2c3a [diff] [blame] |
WebUI cleanup: Rename use_vulcanize GN flag to optimize_webui Vulcanize tool has been replaced with polymer-bundler. But also several other optimization tools are invoked when this flag is used (polymer-css-build, crisper, uglify), therefore the more generic "optimize_webui" name seems more appropriate. This is addressing an already existing TODO in the code. Bug: 731881 Cq-Include-Trybots: master.tryserver.chromium.linux:closure_compilation Change-Id: I0d25b1306141ef01f4d40a0cb9c0b79cccb6837f Reviewed-on: https://chromium-review.googlesource.com/663215 Commit-Queue: Demetrios Papadopoulos <[email protected]> Reviewed-by: Dan Beam (no longer on Chrome) <[email protected]> Cr-Commit-Position: refs/heads/master@{#502639}
diff --git a/docs/optimizing_web_uis.md b/docs/optimizing_web_uis.md index 8a669fb..5b1b62f 100644 --- a/docs/optimizing_web_uis.md +++ b/docs/optimizing_web_uis.md
@@ -6,7 +6,7 @@ GN args: ``` -use_vulcanize = true +optimize_webui = true is_debug = false ```