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

Unified Diff: build/common.gypi

Issue 10262012: Fix mini_installer for Metro resources. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Leave enable_metro off by default. Created 8 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
« no previous file with comments | « no previous file | chrome/installer/mini_installer.gyp » ('j') | no next file with comments »
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 c98b4739da57712294ac9b0e2d4817c7b2b8d732..80a9e21f97f8d289c855e719ac7edeae7e05b191 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -44,7 +44,8 @@
# Enable HiDPI support.
'enable_hidpi%': 0,
- # Enable Metro support.
+ # Enable inclusion of touch-optimized resources.
+ # TODO(joi): Rename to enable_touch_assets.
'enable_metro%': 0,
},
# Copy conditionally-set variables out one scope.
@@ -266,7 +267,7 @@
# Enable the task manager by default.
'enable_task_manager%': 1,
-
+
# Enables support for promo resource service.
'enable_promo_resource_service%': 1,
« no previous file with comments | « no previous file | chrome/installer/mini_installer.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698