Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1647)

Unified Diff: build/config/features.gni

Issue 2094193004: Strip comments and whitespace from Javascript resources (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Respond to comments, plus rebases. Created 4 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/browser/BUILD.gn » ('j') | third_party/closure_compiler/compile2.py » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/config/features.gni
diff --git a/build/config/features.gni b/build/config/features.gni
index d3bf7635f3b5dfc7c95d0ac9b1ab269e4e5ddb2e..01134f5f9a348ff7b67d5e60abacb7223fd52112 100644
--- a/build/config/features.gni
+++ b/build/config/features.gni
@@ -178,3 +178,7 @@ enable_configuration_policy = !is_ios
enable_mac_keystone = is_mac && is_chrome_branded && is_official_build
enable_mac_crash_collection = is_mac && is_chrome_branded && is_official_build
+
+# TODO(aberent): Enable for other platforms once the build machines have
+# Java on them (and hence can run the closure compiler).
+strip_resource_files = is_android
« no previous file with comments | « no previous file | chrome/browser/BUILD.gn » ('j') | third_party/closure_compiler/compile2.py » ('J')

Powered by Google App Engine
This is Rietveld 408576698