Chromium Code Reviews| Index: gfx/gfx.gyp |
| diff --git a/gfx/gfx.gyp b/gfx/gfx.gyp |
| index c24e5a0dbf7e4df0d9543fb4af6ac35a82e2eacb..824e9b01bcc9f5e9db51940cd6b4d849a040c898 100644 |
| --- a/gfx/gfx.gyp |
| +++ b/gfx/gfx.gyp |
| @@ -5,7 +5,8 @@ |
| { |
| 'variables': { |
| 'chromium_code': 1, |
| - 'grit_info_cmd': ['python', '../tools/grit/grit_info.py'], |
| + 'grit_info_cmd': ['python', '../tools/grit/grit_info.py', |
| + '<@(grit_defines)'], |
| 'grit_cmd': ['python', '../tools/grit/grit.py'], |
| 'grit_out_dir': '<(SHARED_INTERMEDIATE_DIR)/gfx', |
| }, |