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

Unified Diff: tools/grit/grit_rule.gni

Issue 2175413004: Enable whitelist generation for all builds. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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
Index: tools/grit/grit_rule.gni
diff --git a/tools/grit/grit_rule.gni b/tools/grit/grit_rule.gni
index b77a24d5e6fb3f2f429bb47c8f71fcea2941774e..22ec4dd3e632751ee84d266f010348896cfa22f8 100644
--- a/tools/grit/grit_rule.gni
+++ b/tools/grit/grit_rule.gni
@@ -84,7 +84,7 @@ import("//build/config/features.gni")
import("//build/config/ui.gni")
declare_args() {
- # Enables used resource whitelist generation.
+ # Enables resource whitelist generation.
enable_resource_whitelist_generation = false
agrieve 2016/07/27 01:42:28 Looks like this used to work for non-android targe
estevenson 2016/07/28 21:56:46 Done.
}

Powered by Google App Engine
This is Rietveld 408576698