Commit 837fd890 authored by lcwu@chromium.org's avatar lcwu@chromium.org

Use build/repack_action.gypi instead of doing it manually.

BUG=394474
R=tfarina@chromium.org,gunsch@chromium.org

Review URL: https://codereview.chromium.org/399833002

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@283949 0039d316-1c4b-4281-b951-d872f2087c98
parent 10e8d457
...@@ -76,9 +76,6 @@ ...@@ -76,9 +76,6 @@
'../webkit/webkit_resources.gyp:webkit_resources', '../webkit/webkit_resources.gyp:webkit_resources',
'../webkit/webkit_resources.gyp:webkit_strings', '../webkit/webkit_resources.gyp:webkit_strings',
], ],
'variables': {
'repack_path': '../tools/grit/grit/format/repack.py',
},
'actions': [ 'actions': [
{ {
'action_name': 'repack_cast_shell_pack', 'action_name': 'repack_cast_shell_pack',
...@@ -95,16 +92,9 @@ ...@@ -95,16 +92,9 @@
'<(SHARED_INTERMEDIATE_DIR)/webkit/webkit_resources_100_percent.pak', '<(SHARED_INTERMEDIATE_DIR)/webkit/webkit_resources_100_percent.pak',
'<(SHARED_INTERMEDIATE_DIR)/webkit/webkit_strings_en-US.pak', '<(SHARED_INTERMEDIATE_DIR)/webkit/webkit_strings_en-US.pak',
], ],
'pak_output': '<(PRODUCT_DIR)/cast_shell.pak',
}, },
'inputs': [ 'includes': [ '../build/repack_action.gypi' ],
'<(repack_path)',
'<@(pak_inputs)',
],
'action': ['python', '<(repack_path)', '<@(_outputs)',
'<@(pak_inputs)'],
'outputs': [
'<(PRODUCT_DIR)/cast_shell.pak',
],
}, },
], ],
}, },
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment