| Index: content/browser/devtools/devtools_resources.gyp
|
| ===================================================================
|
| --- content/browser/devtools/devtools_resources.gyp (revision 266217)
|
| +++ content/browser/devtools/devtools_resources.gyp (working copy)
|
| @@ -22,6 +22,7 @@
|
| 'variables': {
|
| 'grit_cmd': ['python', '../../../tools/grit/grit.py'],
|
| 'grit_grd_file': '<(SHARED_INTERMEDIATE_DIR)/devtools/devtools_resources.grd',
|
| + 'grit_rc_header_format%': '',
|
| },
|
| 'inputs': [
|
| '<(grit_grd_file)',
|
| @@ -38,7 +39,8 @@
|
| '-f', '<(DEPTH)/tools/gritsettings/resource_ids',
|
| '-o', '<(grit_out_dir)',
|
| '-D', 'SHARED_INTERMEDIATE_DIR=<(SHARED_INTERMEDIATE_DIR)',
|
| - '<@(grit_defines)' ],
|
| + '<@(grit_defines)',
|
| + '<@(grit_rc_header_format)'],
|
| 'message': 'Generating resources from <(grit_grd_file)',
|
| },
|
| {
|
|
|