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

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: 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/ui.gni
diff --git a/build/config/ui.gni b/build/config/ui.gni
index 787e7ef27ea0ee142918376e8c348c9f69df0e65..80abccbf71e2f2b08b0bbfc8f326777c166665e9 100644
--- a/build/config/ui.gni
+++ b/build/config/ui.gni
@@ -63,3 +63,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