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

Unified Diff: chrome/installer/mini_installer.gyp

Issue 10440037: Remove the enable_metro GYP flag, effectively making it on by default. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 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
« no previous file with comments | « build/common.gypi ('k') | chrome/installer/mini_installer.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/installer/mini_installer.gyp
diff --git a/chrome/installer/mini_installer.gyp b/chrome/installer/mini_installer.gyp
index e0980db6a46c341a97cc3fb89d66dbc063f6e582..1562b5f944c2064d9c0b9be4f89545fa9070086b 100644
--- a/chrome/installer/mini_installer.gyp
+++ b/chrome/installer/mini_installer.gyp
@@ -204,13 +204,13 @@
'enable_hidpi_flag': '',
},
}],
- ['enable_metro == 1', {
+ ['enable_touch_ui == 1', {
'variables': {
- 'enable_metro_flag': '--enable_metro=1',
+ 'enable_touch_ui_flag': '--enable_touch_ui=1',
sky 2012/05/24 23:45:34 I'm not familiar with the mini installer. Will thi
Jói 2012/05/25 10:30:18 This will cause the assets needed for the touch la
},
}, {
'variables': {
- 'enable_metro_flag': '',
+ 'enable_touch_ui_flag': '',
},
}],
['component == "shared_library"', {
@@ -249,7 +249,7 @@
'--input_file', '<(RULE_INPUT_PATH)',
'--resource_file_path', '<(INTERMEDIATE_DIR)/packed_files.rc',
'<(enable_hidpi_flag)',
- '<(enable_metro_flag)',
+ '<(enable_touch_ui_flag)',
'<(component_build_flag)',
# TODO(sgk): may just use environment variables
#'--distribution=$(CHROMIUM_BUILD)',
« no previous file with comments | « build/common.gypi ('k') | chrome/installer/mini_installer.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698