| Index: build/repack_action.gypi
|
| diff --git a/build/repack_action.gypi b/build/repack_action.gypi
|
| index e4bbf686158f356b604789035660ba19bfb4aeaa..be91ac70d654d4a0225fad3ae2820d5336898555 100644
|
| --- a/build/repack_action.gypi
|
| +++ b/build/repack_action.gypi
|
| @@ -11,6 +11,7 @@
|
| {
|
| 'variables': {
|
| 'repack_path': '<(DEPTH)/tools/grit/grit/format/repack.py',
|
| + 'repack_options%': [],
|
| },
|
| 'inputs': [
|
| '<(repack_path)',
|
| @@ -19,5 +20,11 @@
|
| 'outputs': [
|
| '<(pak_output)'
|
| ],
|
| - 'action': ['python', '<(repack_path)', '<(pak_output)', '<@(pak_inputs)'],
|
| + 'action': [
|
| + 'python',
|
| + '<(repack_path)',
|
| + '<@(repack_options)',
|
| + '<(pak_output)',
|
| + '<@(pak_inputs)',
|
| + ],
|
| }
|
|
|