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

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

Issue 150102: Fix the tree. It looks like the previous change (19561)... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 11 years, 5 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 | Annotate | Revision Log
« no previous file with comments | « build/common.gypi ('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 'msvs_use_common_linker_extras': 0,
8 'msvs_use_common_release': 0, 7 'msvs_use_common_release': 0,
9 }, 8 },
10 'includes': [ 9 'includes': [
11 '../../build/common.gypi', 10 '../../build/common.gypi',
12 ], 11 ],
13 'conditions': [ 12 'conditions': [
14 ['OS=="win"', { 13 ['OS=="win"', {
15 'targets': [ 14 'targets': [
16 { 15 {
17 'target_name': 'mini_installer', 16 'target_name': 'mini_installer',
(...skipping 153 matching lines...) Expand 10 before | Expand all | Expand 10 after
171 'variables': { 170 'variables': {
172 'branding_dir': '../app/theme/google_chrome', 171 'branding_dir': '../app/theme/google_chrome',
173 }, 172 },
174 }, { # else branding!="Chrome" 173 }, { # else branding!="Chrome"
175 'variables': { 174 'variables': {
176 'branding_dir': '../app/theme/chromium', 175 'branding_dir': '../app/theme/chromium',
177 }, 176 },
178 }], 177 }],
179 ], 178 ],
180 } 179 }
OLDNEW
« no previous file with comments | « build/common.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698