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

Unified Diff: build/config/ui.gni

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/ui.gni
diff --git a/build/config/ui.gni b/build/config/ui.gni
index ece4bc69cefbea9711131866a2596892bcb05de4..6788053822827a8bd82d78d83a740d2319443de8 100644
--- a/build/config/ui.gni
+++ b/build/config/ui.gni
@@ -66,3 +66,5 @@ use_ozone_evdev = use_ozone
use_clipboard_aurax11 = is_linux && use_aura && use_x11
enable_hidpi = is_mac || is_chromeos || is_win || is_linux
+
+enable_topchrome_md = is_chromeos || is_win

Powered by Google App Engine
This is Rietveld 408576698