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 @@
{
'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)',
......
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