OLD | NEW |
1 { | 1 { |
2 'variables': { | 2 'variables': { |
3 'version_py': '../../chrome/tools/build/version.py', | 3 'version_py': '../../chrome/tools/build/version.py', |
4 'version_path': '../../chrome/VERSION', | 4 'version_path': '../../chrome/VERSION', |
5 'lastchange_path': '<(SHARED_INTERMEDIATE_DIR)/build/LASTCHANGE', | 5 'lastchange_path': '<(SHARED_INTERMEDIATE_DIR)/build/LASTCHANGE', |
6 # 'branding_dir' is set in the 'conditions' section at the bottom. | 6 # 'branding_dir' is set in the 'conditions' section at the bottom. |
7 }, | 7 }, |
8 'includes': [ | 8 'includes': [ |
9 '../../build/common.gypi', | 9 '../../build/common.gypi', |
10 ], | 10 ], |
(...skipping 173 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
184 # matching path names internally. | 184 # matching path names internally. |
185 'action_name': 'installer_util_strings', | 185 'action_name': 'installer_util_strings', |
186 'inputs': [ | 186 'inputs': [ |
187 'util/prebuild/create_string_rc.py', | 187 'util/prebuild/create_string_rc.py', |
188 '../app/generated_resources.grd', | 188 '../app/generated_resources.grd', |
189 ], | 189 ], |
190 'outputs': [ | 190 'outputs': [ |
191 '<(SHARED_INTERMEDIATE_DIR)/installer_util_strings/installer_uti
l_strings.rc', | 191 '<(SHARED_INTERMEDIATE_DIR)/installer_util_strings/installer_uti
l_strings.rc', |
192 '<(SHARED_INTERMEDIATE_DIR)/installer_util_strings/installer_uti
l_strings.h', | 192 '<(SHARED_INTERMEDIATE_DIR)/installer_util_strings/installer_uti
l_strings.h', |
193 ], | 193 ], |
| 194 'msvs_quote_cmd': 0, |
194 'action': [ | 195 'action': [ |
195 # The create_string_rc.py script requires the checked-in | 196 # The create_string_rc.py script requires the checked-in |
196 # python.exe that has google modules installed, and | 197 # python.exe that has google modules installed, and |
197 # a PYTHONPATH pointing to grit so it can import FP. | 198 # a PYTHONPATH pointing to grit so it can import FP. |
198 # TODO: clean this up | 199 # TODO: clean this up |
199 'set PYTHONPATH=../../tools/grit/grit/extern', '&&', | 200 'set PYTHONPATH=../../tools/grit/grit/extern', '&&', |
200 '../../third_party/python_24/python.exe', | 201 '../../third_party/python_24/python.exe', |
201 'util/prebuild/create_string_rc.py', | 202 'util/prebuild/create_string_rc.py', |
202 '<(SHARED_INTERMEDIATE_DIR)/installer_util_strings' | 203 '<(SHARED_INTERMEDIATE_DIR)/installer_util_strings' |
203 ], | 204 ], |
(...skipping 422 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
626 'variables': { | 627 'variables': { |
627 'branding_dir': '../app/theme/google_chrome', | 628 'branding_dir': '../app/theme/google_chrome', |
628 }, | 629 }, |
629 }, { # else branding!="Chrome" | 630 }, { # else branding!="Chrome" |
630 'variables': { | 631 'variables': { |
631 'branding_dir': '../app/theme/chromium', | 632 'branding_dir': '../app/theme/chromium', |
632 }, | 633 }, |
633 }], | 634 }], |
634 ], | 635 ], |
635 } | 636 } |
OLD | NEW |