summaryrefslogtreecommitdiffstats
path: root/webkit/webkit.gyp
diff options
context:
space:
mode:
authormnaganov@chromium.org <mnaganov@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-09-01 09:02:18 +0000
committermnaganov@chromium.org <mnaganov@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-09-01 09:02:18 +0000
commit47a2d403f4a8185f0bccdb301d03b29a61ec124b (patch)
tree532e253cbd28e2d37cae87c42e5e71390af632cc /webkit/webkit.gyp
parent09b07af6aa8625b9f8e8667f073e5b6ba8a03266 (diff)
downloadchromium_src-47a2d403f4a8185f0bccdb301d03b29a61ec124b.zip
chromium_src-47a2d403f4a8185f0bccdb301d03b29a61ec124b.tar.gz
chromium_src-47a2d403f4a8185f0bccdb301d03b29a61ec124b.tar.bz2
DevTools l10n: remove targets, as they are still get compiled.
Although, no other target actually references them, they are still invoked during the build. BUG=none TEST=none Review URL: http://codereview.chromium.org/178052 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@25024 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/webkit.gyp')
-rw-r--r--webkit/webkit.gyp68
1 files changed, 0 insertions, 68 deletions
diff --git a/webkit/webkit.gyp b/webkit/webkit.gyp
index c2923ac..0a6fe18 100644
--- a/webkit/webkit.gyp
+++ b/webkit/webkit.gyp
@@ -1588,73 +1588,5 @@
},
],
},
- {
- 'target_name': 'inspector_strings',
- 'type': 'none',
- 'msvs_guid': '14F3FA5A-C401-4A7F-8F25-C23739D1C0BE',
- 'variables': {
- 'grit_path': '../tools/grit/grit.py',
- 'grit_out_dir': '<(PRODUCT_DIR)/resources/inspector/l10n',
- },
- 'actions': [
- {
- 'action_name': 'inspector_strings',
- 'variables': {
- 'input_path': 'glue/inspector_strings.grd',
- },
- 'inputs': [
- '<(input_path)',
- ],
- 'outputs': [
- '<(grit_out_dir)/inspectorStrings_da.js',
- '<(grit_out_dir)/inspectorStrings_en-US.js',
- '<(grit_out_dir)/inspectorStrings_he.js',
- '<(grit_out_dir)/inspectorStrings_zh-TW.js',
- ],
- 'action': ['python', '<(grit_path)', '-i', '<(input_path)', 'build', '-o', '<(grit_out_dir)'],
- 'message': 'Generating resources from <(input_path)',
- 'process_outputs_as_sources': 1,
- },
- ],
- 'conditions': [
- ['OS=="win"', {
- 'dependencies': ['../build/win/system.gyp:cygwin'],
- }],
- ],
- },
- {
- 'target_name': 'devtools_strings',
- 'type': 'none',
- 'msvs_guid': 'AE42E1EB-E848-4FD2-B42F-800604062918',
- 'variables': {
- 'grit_path': '../tools/grit/grit.py',
- 'grit_out_dir': '<(PRODUCT_DIR)/resources/inspector/l10n',
- },
- 'actions': [
- {
- 'action_name': 'devtools_strings',
- 'variables': {
- 'input_path': 'glue/devtools_strings.grd',
- },
- 'inputs': [
- '<(input_path)',
- ],
- 'outputs': [
- '<(grit_out_dir)/devtoolsStrings_da.js',
- '<(grit_out_dir)/devtoolsStrings_en-US.js',
- '<(grit_out_dir)/devtoolsStrings_he.js',
- '<(grit_out_dir)/devtoolsStrings_zh-TW.js',
- ],
- 'action': ['python', '<(grit_path)', '-i', '<(input_path)', 'build', '-o', '<(grit_out_dir)'],
- 'message': 'Generating resources from <(input_path)',
- 'process_outputs_as_sources': 1,
- },
- ],
- 'conditions': [
- ['OS=="win"', {
- 'dependencies': ['../build/win/system.gyp:cygwin'],
- }],
- ],
- },
],
}