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

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: 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 4d548b2dc63dd16e18b0183753449835c8482c7c..9c3a559ea4d60aaa56ffc00d7c4cbb79c0830e6c 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -231,7 +231,7 @@
}],
# Enable Top Chrome Material Design on Chrome OS, and Windows.
tdanderson 2015/06/18 20:54:23 update comment to include Linux
bruthig 2015/06/22 18:51:11 Done.
- ['chromeos==1 or OS=="win"', {
+ ['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