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

Unified Diff: build/config/BUILD.gn

Issue 1108333002: Compile-time and run-time flags for top chrome material design. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 5 years, 7 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: build/config/BUILD.gn
diff --git a/build/config/BUILD.gn b/build/config/BUILD.gn
index eea52524483be4eed4d72356212f767c9d6f6c41..f28f0cf8ee9e4ff9ee58656f62a080189a68083b 100644
--- a/build/config/BUILD.gn
+++ b/build/config/BUILD.gn
@@ -227,6 +227,9 @@ config("feature_flags") {
if (enable_hidpi) {
defines += [ "ENABLE_HIDPI=1" ]
}
+ if (enable_topchrome_md) {
+ defines += [ "ENABLE_TOPCHRME_MD=1" ]
Dan Beam 2015/06/24 21:45:07 note: misspelled
+ }
if (proprietary_codecs) {
defines += [ "USE_PROPRIETARY_CODECS" ]
}
« no previous file with comments | « build/common.gypi ('k') | build/config/ui.gni » ('j') | chrome/common/chrome_switches.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698