diff options
author | tony@chromium.org <tony@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-03-11 02:03:47 +0000 |
---|---|---|
committer | tony@chromium.org <tony@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-03-11 02:03:47 +0000 |
commit | 2cc098e42e7b46513687c210de4bacbae4009ec3 (patch) | |
tree | 4a3e26216656218e428880bd6f28d1ab8f9eae18 /webkit/webkit.gyp | |
parent | 19efc6bed985bff75f74652ea0583503809f66ff (diff) | |
download | chromium_src-2cc098e42e7b46513687c210de4bacbae4009ec3.zip chromium_src-2cc098e42e7b46513687c210de4bacbae4009ec3.tar.gz chromium_src-2cc098e42e7b46513687c210de4bacbae4009ec3.tar.bz2 |
Move devtool resources from webkit_resources.grd to an upstream grd file.
This gets rid of third_party references in webkit_resources.grd which will allow us to build this file upstream.
Review URL: http://codereview.chromium.org/792005
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@41238 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/webkit.gyp')
-rw-r--r-- | webkit/webkit.gyp | 16 |
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': [ |