summaryrefslogtreecommitdiffstats
path: root/webkit/webkit.gyp
diff options
context:
space:
mode:
Diffstat (limited to 'webkit/webkit.gyp')
-rw-r--r--webkit/webkit.gyp16
1 files changed, 16 insertions, 0 deletions
diff --git a/webkit/webkit.gyp b/webkit/webkit.gyp
index 0754c9f..6422e6a 100644
--- a/webkit/webkit.gyp
+++ b/webkit/webkit.gyp
@@ -70,6 +70,22 @@
'-o', '<(grit_out_dir)'],
'message': 'Generating resources from <(input_path)',
},
+ {
+ 'action_name': 'webkit_chromium_resources',
+ 'variables': {
+ 'input_path': '../third_party/WebKit/WebKit/chromium/WebKit.grd',
+ },
+ 'inputs': [
+ '<!@(<(grit_info_cmd) --inputs <(input_path))',
+ ],
+ 'outputs': [
+ '<!@(<(grit_info_cmd) --outputs \'<(grit_out_dir)\' <(input_path))',
+ ],
+ 'action': ['<@(grit_cmd)',
+ '-i', '<(input_path)', 'build',
+ '-o', '<(grit_out_dir)'],
+ 'message': 'Generating resources from <(input_path)',
+ },
],
'direct_dependent_settings': {
'include_dirs': [