Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / content / browser / devtools / devtools_resources.gyp
index d0f4de7..c4c3a9d 100644 (file)
@@ -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)',
         },
         {