Commit e12f608b authored by maruel@chromium.org's avatar maruel@chromium.org

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
parent 69c562e1
...@@ -176,20 +176,18 @@ ...@@ -176,20 +176,18 @@
{ {
'target_name': 'installer_util_strings', 'target_name': 'installer_util_strings',
'msvs_guid': '0026A376-C4F1-4575-A1BA-578C69F07013', 'msvs_guid': '0026A376-C4F1-4575-A1BA-578C69F07013',
# See hack in chrome.gyp:chrome_strings 'type': 'none',
'type': 'dummy_executable',
'rules': [ 'rules': [
{ {
'rule_name': 'installer_util_strings', 'rule_name': 'installer_util_strings',
'extension': 'grd', 'extension': 'grd',
'inputs': [ 'inputs': [
# Hardcoded for now. '<(RULE_INPUT_PATH)',
'../app/generated_resources.grd',
], ],
'outputs': [ 'outputs': [
'<(SHARED_INTERMEDIATE_DIR)/installer_util_strings/<(RULE_INPUT_ROOT).h', '<(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', 'util/prebuild/create_string_rc.py',
'<(SHARED_INTERMEDIATE_DIR)/installer_util_strings'], '<(SHARED_INTERMEDIATE_DIR)/installer_util_strings'],
'message': 'Generating resources from <(RULE_INPUT_PATH)', 'message': 'Generating resources from <(RULE_INPUT_PATH)',
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment