| Index: components/components_tests.gyp
|
| diff --git a/components/components_tests.gyp b/components/components_tests.gyp
|
| index 2b8befd21d6c7c5a24ff2bdc95bedb7490aad287..ad98cfdf9745a8054483e1b25d4338b6322ac44d 100644
|
| --- a/components/components_tests.gyp
|
| +++ b/components/components_tests.gyp
|
| @@ -560,21 +560,13 @@
|
| {
|
| 'action_name': 'repack_components_pack',
|
| 'variables': {
|
| - 'repack_path': '<(DEPTH)/tools/grit/grit/format/repack.py',
|
| 'pak_inputs': [
|
| '<(SHARED_INTERMEDIATE_DIR)/components/component_resources.pak',
|
| '<(SHARED_INTERMEDIATE_DIR)/components/strings/component_strings_en-US.pak',
|
| ],
|
| + 'pak_output': '<(PRODUCT_DIR)/components_resources.pak',
|
| },
|
| - 'inputs': [
|
| - '<(repack_path)',
|
| - '<@(pak_inputs)',
|
| - ],
|
| - 'outputs': [
|
| - '<(PRODUCT_DIR)/components_resources.pak',
|
| - ],
|
| - 'action': ['python', '<(repack_path)', '<@(_outputs)',
|
| - '<@(pak_inputs)'],
|
| + 'includes': [ '../build/repack_action.gypi' ],
|
| },
|
| ],
|
| 'conditions': [
|
|
|