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

Unified Diff: build/common.gypi

Issue 1188713007: Moved --top-chrome-md command line switch from chrome_switches to ui_base_switches. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Removed typedef in unittest. Created 5 years, 6 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
« no previous file with comments | « no previous file | build/config/ui.gni » ('j') | chrome/browser/about_flags.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/common.gypi
diff --git a/build/common.gypi b/build/common.gypi
index c853a696d377af5db6001be940bcc9b646478b26..ae617560b85a1162cfdaa552be0db74c6e0366e4 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -230,8 +230,8 @@
'enable_hidpi%': 1,
}],
- # Enable Top Chrome Material Design on Chrome OS, and Windows.
- ['chromeos==1 or OS=="win"', {
+ # Enable Top Chrome Material Design on Chrome OS, Windows, and Linux.
+ ['chromeos==1 or OS=="win" or OS=="linux"', {
'enable_topchrome_md%': 1,
}],
« no previous file with comments | « no previous file | build/config/ui.gni » ('j') | chrome/browser/about_flags.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698