diff options
author | oshima@chromium.org <oshima@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-08-28 22:08:39 +0000 |
---|---|---|
committer | oshima@chromium.org <oshima@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-08-28 22:08:39 +0000 |
commit | 8b12c7e23906a89ca4d30cf40755885d5d2025fa (patch) | |
tree | fed03d6fdeabe6fc4999d48574b9218e37f600ee /chrome/chrome_resources.gyp | |
parent | 2594ba31cce98e4c2e37682f0279aef5b3fbd1d8 (diff) | |
download | chromium_src-8b12c7e23906a89ca4d30cf40755885d5d2025fa.zip chromium_src-8b12c7e23906a89ca4d30cf40755885d5d2025fa.tar.gz chromium_src-8b12c7e23906a89ca4d30cf40755885d5d2025fa.tar.bz2 |
Remove resources for touch 200 percent
TBR=sky@chromium.org
BUG=144673
TEST=none
Review URL: https://chromiumcodereview.appspot.com/10900009
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@153756 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/chrome_resources.gyp')
-rw-r--r-- | chrome/chrome_resources.gyp | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/chrome/chrome_resources.gyp b/chrome/chrome_resources.gyp index fe6d9af..c31bab2 100644 --- a/chrome/chrome_resources.gyp +++ b/chrome/chrome_resources.gyp @@ -293,9 +293,6 @@ { 'includes': ['chrome_repack_chrome_touch_100_percent.gypi'] }, - { - 'includes': ['chrome_repack_chrome_touch_200_percent.gypi'] - }, ], 'conditions': [ ['OS != "mac"', { @@ -368,16 +365,6 @@ }, ], }], - ['enable_hidpi == 1 and enable_touch_ui==1', { - 'copies': [ - { - 'destination': '<(PRODUCT_DIR)', - 'files': [ - '<(SHARED_INTERMEDIATE_DIR)/repack/chrome_touch_200_percent.pak', - ], - }, - ], - }], ], # conditions }], # end OS != "mac" ], # conditions |