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

Unified Diff: chrome/common/features.gni

Issue 1494253003: MD Downloads: add a use_vulcanize option to Chrome (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: revert common.gypi change Created 5 years 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
« chrome/chrome_features.gypi ('K') | « chrome/common/BUILD.gn ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/features.gni
diff --git a/chrome/common/features.gni b/chrome/common/features.gni
index 3188c6c6244fb32fe5ef09c73d004f68ff0247d5..fddaa970417cd30c5d54be00a11b44c3d4e02d30 100644
--- a/chrome/common/features.gni
+++ b/chrome/common/features.gni
@@ -13,6 +13,11 @@ declare_args() {
# Default to true if compiling for android, but allow this being overriden
# through the environment.
android_java_ui = is_android
+
+ use_vulcanize = true
Nico 2015/12/30 14:29:22 add a comment that explains what this does
Dan Beam 2015/12/30 17:11:12 Done.
}
-chrome_grit_defines = [ "enable_google_now=$enable_google_now" ]
+chrome_grit_defines = [
+ "enable_google_now=$enable_google_now",
+ "use_vulcanize=$use_vulcanize",
+]
« chrome/chrome_features.gypi ('K') | « chrome/common/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698