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

Unified Diff: build/config/BUILD.gn

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: Fixed typo in build/config/BUILD.gn. 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
Index: build/config/BUILD.gn
diff --git a/build/config/BUILD.gn b/build/config/BUILD.gn
index d1e6ee7d4f599e8609251ca45a278d251f9e6191..5fdc5cea5332b25699178df63e0c9559bcf94c6a 100644
--- a/build/config/BUILD.gn
+++ b/build/config/BUILD.gn
@@ -225,7 +225,7 @@ config("feature_flags") {
defines += [ "ENABLE_HIDPI=1" ]
}
if (enable_topchrome_md) {
- defines += [ "ENABLE_TOPCHRME_MD=1" ]
+ defines += [ "ENABLE_TOPCHROME_MD=1" ]
}
if (proprietary_codecs) {
defines += [ "USE_PROPRIETARY_CODECS" ]
« no previous file with comments | « build/common.gypi ('k') | build/config/ui.gni » ('j') | ui/base/ui_base_switches.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698