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

Side by Side Diff: chrome/installer/installer.gyp

Issue 200046: Pulling in latest gyp.... (Closed) Base URL: svn://chrome-svn.corp.google.com/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 unified diff | Download patch
« no previous file with comments | « DEPS ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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
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 }
OLDNEW
« no previous file with comments | « DEPS ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698