Chromium Code Reviews| Index: ui/resources/ui_resources.gyp |
| diff --git a/ui/resources/ui_resources.gyp b/ui/resources/ui_resources.gyp |
| index 6114314f1985a7a4b1d63274d2b74aa5728bc44a..fa68ace4c45cdc6a02a12ac55b04f7bd99e6f0a1 100644 |
| --- a/ui/resources/ui_resources.gyp |
| +++ b/ui/resources/ui_resources.gyp |
| @@ -44,9 +44,6 @@ |
| '../base/strings/ui_strings.gyp:ui_strings', |
| 'ui_resources', |
| ], |
| - 'variables': { |
| - 'repack_path': '../../tools/grit/grit/format/repack.py', |
| - }, |
| 'actions': [ |
| { |
| 'action_name': 'repack_ui_test_pack', |
| @@ -57,20 +54,9 @@ |
| '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/webui_resources.pak', |
| '<(SHARED_INTERMEDIATE_DIR)/ui/ui_strings/ui_strings_en-US.pak', |
| ], |
| + 'pak_output': '<(PRODUCT_DIR)/ui_test.pak', |
| }, |
| - 'inputs': [ |
| - '<(repack_path)', |
| - '<@(pak_inputs)', |
| - ], |
| - 'outputs': [ |
| - '<(PRODUCT_DIR)/ui_test.pak', |
| - ], |
| - 'action': [ |
| - 'python', |
| - '<(repack_path)', |
| - '<@(_outputs)', |
| - '<@(pak_inputs)' |
| - ], |
| + 'includes': [ '../../build/repack_action.gypi' ], |
|
tfarina
2014/03/28 02:24:07
cool! thanks!
|
| }, |
| ], |
| 'conditions': [ |