Chromium Code Reviews| Index: gfx/gfx.gyp |
| diff --git a/gfx/gfx.gyp b/gfx/gfx.gyp |
| index df7d5def57d57a29452986306119e6f2b8c04064..dfc8b629c00b8a96d879bcfc86e7908b1d7a6a1b 100644 |
| --- a/gfx/gfx.gyp |
| +++ b/gfx/gfx.gyp |
| @@ -200,11 +200,7 @@ |
| '<@(grit_cmd)', |
| '-i', '<(input_path)', 'build', |
| '-o', '<(grit_out_dir)', |
| - ], |
| - 'conditions': [ |
| - ['use_titlecase_in_grd_files==1', { |
| - 'action': ['-D', 'use_titlecase'], |
| - }], |
| + '<@(grit_defines)', |
| ], |
| 'message': 'Generating resources from <(input_path)', |
| }, |