diff options
author | flackr@chromium.org <flackr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-08-07 23:47:44 +0000 |
---|---|---|
committer | flackr@chromium.org <flackr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-08-07 23:47:44 +0000 |
commit | d22caad59a42e3f1030b6a42715e2ea6e5028b24 (patch) | |
tree | 0d175c441b35f1671176f57f7bb88b3249fb656b /chrome/chrome_repack_chrome_touch_100_percent.gypi | |
parent | af72f1994ac0f89901e74bba95ad32f5aa1e0081 (diff) | |
download | chromium_src-d22caad59a42e3f1030b6a42715e2ea6e5028b24.zip chromium_src-d22caad59a42e3f1030b6a42715e2ea6e5028b24.tar.gz chromium_src-d22caad59a42e3f1030b6a42715e2ea6e5028b24.tar.bz2 |
Revert 150411 - Repack separate 100 / 200 / touch_100 / touch_200 files into single pak files.
This broke Google Chrome Linux builders which are still looking for theme_resources_100_percent.pak.
BUG=139803
TEST=Chrome runs with ui and theme resources correctly loaded.
Review URL: https://chromiumcodereview.appspot.com/10825111
TBR=flackr@chromium.org
Review URL: https://chromiumcodereview.appspot.com/10825234
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150450 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/chrome_repack_chrome_touch_100_percent.gypi')
-rw-r--r-- | chrome/chrome_repack_chrome_touch_100_percent.gypi | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/chrome/chrome_repack_chrome_touch_100_percent.gypi b/chrome/chrome_repack_chrome_touch_100_percent.gypi deleted file mode 100644 index a13ff64..0000000 --- a/chrome/chrome_repack_chrome_touch_100_percent.gypi +++ /dev/null @@ -1,20 +0,0 @@ -# Copyright (c) 2012 The Chromium Authors. All rights reserved. -# Use of this source code is governed by a BSD-style license that can be -# found in the LICENSE file. -{ - 'action_name': 'repack_chrome_touch_resources_100_percent', - 'variables': { - 'pak_inputs': [ - '<(grit_out_dir)/theme_resources_touch_100_percent.pak', - '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/ui_resources_touch_100_percent.pak', - ], - }, - 'inputs': [ - '<(repack_path)', - '<@(pak_inputs)', - ], - 'outputs': [ - '<(SHARED_INTERMEDIATE_DIR)/repack/chrome_touch_100_percent.pak', - ], - 'action': ['python', '<(repack_path)', '<@(_outputs)', '<@(pak_inputs)'], -} |