diff options
author | pkotwicz@chromium.org <pkotwicz@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-05-24 01:57:10 +0000 |
---|---|---|
committer | pkotwicz@chromium.org <pkotwicz@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-05-24 01:57:10 +0000 |
commit | a55d50b46fe2ee2ce19b0f866b864c638ef68b8b (patch) | |
tree | cf37bf69b9eb925df4ed8a12a885882ea9fe84b1 /chrome/chrome_resources.gyp | |
parent | 2c2a69cd1d25f4332b61d437c76c0e0eb19b5209 (diff) | |
download | chromium_src-a55d50b46fe2ee2ce19b0f866b864c638ef68b8b.zip chromium_src-a55d50b46fe2ee2ce19b0f866b864c638ef68b8b.tar.gz chromium_src-a55d50b46fe2ee2ce19b0f866b864c638ef68b8b.tar.bz2 |
Add 2x touch grid file for CrOS
BUG=128555
TEST=Compiles
Review URL: https://chromiumcodereview.appspot.com/10383231
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@138699 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/chrome_resources.gyp')
-rw-r--r-- | chrome/chrome_resources.gyp | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/chrome/chrome_resources.gyp b/chrome/chrome_resources.gyp index 02d045c..9eea912 100644 --- a/chrome/chrome_resources.gyp +++ b/chrome/chrome_resources.gyp @@ -232,6 +232,13 @@ }, 'includes': [ '../build/grit_action.gypi' ], }, + { + 'action_name': 'theme_resources_touch_2x', + 'variables': { + 'grit_grd_file': 'app/theme/theme_resources_touch_2x.grd', + }, + 'includes': [ '../build/grit_action.gypi' ], + }, ], 'includes': [ '../build/grit_target.gypi' ], }, @@ -243,6 +250,7 @@ '<(DEPTH)/ui/ui.gyp:ui_resources_2x', '<(DEPTH)/ui/ui.gyp:ui_resources_standard', '<(DEPTH)/ui/ui.gyp:ui_resources_touch', + '<(DEPTH)/ui/ui.gyp:ui_resources_touch_2x', ], 'conditions': [ ['OS != "mac"', { @@ -282,7 +290,9 @@ 'destination': '<(PRODUCT_DIR)', 'files': [ '<(grit_out_dir)/theme_resources_touch_1x.pak', + '<(grit_out_dir)/theme_resources_touch_2x.pak', '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources_touch/ui_resources_touch.pak', + '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources_touch_2x/ui_resources_touch_2x.pak', ], }, ], |