| Index: webkit/webkit.gyp
|
| diff --git a/webkit/webkit.gyp b/webkit/webkit.gyp
|
| index 282bb3b4bb953acaf893bb9e7039c77c6c919de8..3e01f0bda6a255bd0ca26a3635b4bbe672b3794f 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': 'devtools_resources',
|
| + 'variables': {
|
| + 'input_path': '../third_party/WebKit/WebKit/chromium/devtools_resources.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': [
|
|
|