diff options
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)'], -} |