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

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: Code clean-up Created 5 years, 8 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 22cb45ab9a955b95a91c67dfe0973f897cf06274..c698ff855bde3f081eb6c8a94595328bf9ff882c 100644
--- a/build/config/BUILD.gn
+++ b/build/config/BUILD.gn
@@ -211,6 +211,9 @@ config("feature_flags") {
if (enable_hidpi) {
defines += [ "ENABLE_HIDPI=1" ]
}
+ if (enable_topchrome_md) {
+ defines += [ "ENABLE_TOPCHRME_MD=1" ]
+ }
if (proprietary_codecs) {
defines += [ "USE_PROPRIETARY_CODECS" ]
}
« no previous file with comments | « build/common.gypi ('k') | build/config/ui.gni » ('j') | chrome/browser/about_flags.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698