| Index: webkit/tools/test_shell/test_shell.gypi
|
| diff --git a/webkit/tools/test_shell/test_shell.gypi b/webkit/tools/test_shell/test_shell.gypi
|
| index c954a2764760bcf9c638b0fa56cafed36679a17a..b29181baf158b9c5913f6566f38a4d4c1f329906 100644
|
| --- a/webkit/tools/test_shell/test_shell.gypi
|
| +++ b/webkit/tools/test_shell/test_shell.gypi
|
| @@ -671,7 +671,10 @@
|
| '<(out_dir)/grit/test_shell_resources.h',
|
| '<(out_dir)/test_shell_resources.pak',
|
| ],
|
| - 'action': ['python', '<(grit_path)', '-i', '<(input_path)', 'build', '-o', '<(out_dir)'],
|
| + 'action': ['python', '<(grit_path)',
|
| + '-i', '<(input_path)',
|
| + 'build', '-o', '<(out_dir)',
|
| + '<@(grit_defines)'],
|
| 'message': 'Generating resources from <(input_path)',
|
| },
|
| ],
|
|
|