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

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: 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 2b1cd407919edeaef71ef33c25abddd7559b6f49..6683462693474c79925e4b28a3166e6836fdd3ed 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -44,7 +44,8 @@
# Enable HiDPI support.
'enable_hidpi%': 0,
- # Enable Metro support.
+ # Enable inclusion (and therefore use) of touch-optimized assets in the build.
grt (UTC plus 2) 2012/05/02 13:17:38 nit: 80 columns
+ # TODO(joi): Rename to enable_touch_assets.
'enable_metro%': 0,
},
# Copy conditionally-set variables out one scope.
@@ -95,6 +96,11 @@
['OS=="mac"', {
'enable_hidpi%': 1,
}],
+
+ # Touch-optimized resources are enabled by default on Windows.
+ ['OS=="win"', {
+ 'enable_metro%': 1,
grt (UTC plus 2) 2012/05/02 13:17:38 this will cause theme_resources_metro_1x.pak to st
+ }],
],
},
« 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