diff options
Diffstat (limited to 'gfx')
-rw-r--r-- | gfx/gfx.gyp | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/gfx/gfx.gyp b/gfx/gfx.gyp index 579d3b5..c24e5a0 100644 --- a/gfx/gfx.gyp +++ b/gfx/gfx.gyp @@ -201,11 +201,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)', }, |