summaryrefslogtreecommitdiffstats
path: root/chrome/installer
diff options
context:
space:
mode:
authormaruel@chromium.org <maruel@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-09-09 19:54:07 +0000
committermaruel@chromium.org <maruel@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-09-09 19:54:07 +0000
commite12f608b69add886e9a1557fc0debbc000e23dad (patch)
tree1ee343bff8da2dd39d9644c54a3f2a5b781e977e /chrome/installer
parent69c562e10ad66f74c6e83de541eeefc34257073b (diff)
downloadchromium_src-e12f608b69add886e9a1557fc0debbc000e23dad.zip
chromium_src-e12f608b69add886e9a1557fc0debbc000e23dad.tar.gz
chromium_src-e12f608b69add886e9a1557fc0debbc000e23dad.tar.bz2
Cleanup installer_util_strings even more.
TEST=none BUG=none Review URL: http://codereview.chromium.org/196067 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@25775 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/installer')
-rw-r--r--chrome/installer/installer.gyp8
1 files changed, 3 insertions, 5 deletions
diff --git a/chrome/installer/installer.gyp b/chrome/installer/installer.gyp
index 2997b2d..915d0cf 100644
--- a/chrome/installer/installer.gyp
+++ b/chrome/installer/installer.gyp
@@ -176,20 +176,18 @@
{
'target_name': 'installer_util_strings',
'msvs_guid': '0026A376-C4F1-4575-A1BA-578C69F07013',
- # See hack in chrome.gyp:chrome_strings
- 'type': 'dummy_executable',
+ 'type': 'none',
'rules': [
{
'rule_name': 'installer_util_strings',
'extension': 'grd',
'inputs': [
- # Hardcoded for now.
- '../app/generated_resources.grd',
+ '<(RULE_INPUT_PATH)',
],
'outputs': [
'<(SHARED_INTERMEDIATE_DIR)/installer_util_strings/<(RULE_INPUT_ROOT).h',
],
- 'action': ['../../third_party/python_24/python.exe',
+ 'action': ['python',
'util/prebuild/create_string_rc.py',
'<(SHARED_INTERMEDIATE_DIR)/installer_util_strings'],
'message': 'Generating resources from <(RULE_INPUT_PATH)',