Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(25)

Unified Diff: chrome/installer/installer.gyp

Issue 196067: Cleanup installer_util_strings even more. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 11 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/installer/installer.gyp
===================================================================
--- chrome/installer/installer.gyp (revision 25732)
+++ chrome/installer/installer.gyp (working copy)
@@ -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)',
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698