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

Side by Side Diff: chrome/chrome_installer.gypi

Issue 9169105: don't always run LASTCHANGE (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 8 years, 10 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 | « chrome/chrome_common.gypi ('k') | chrome/installer/installer_tools.gyp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'variables': { 6 'variables': {
7 'lastchange_path': '<(SHARED_INTERMEDIATE_DIR)/build/LASTCHANGE', 7 'lastchange_path': '<(DEPTH)/build/util/LASTCHANGE',
8 # 'branding_dir' is set in the 'conditions' section at the bottom. 8 # 'branding_dir' is set in the 'conditions' section at the bottom.
9 }, 9 },
10 'conditions': [ 10 'conditions': [
11 ['OS=="win"', { 11 ['OS=="win"', {
12 'targets': [ 12 'targets': [
13 { 13 {
14 'target_name': 'gcapi_dll', 14 'target_name': 'gcapi_dll',
15 'type': 'loadable_module', 15 'type': 'loadable_module',
16 'dependencies': [ 16 'dependencies': [
17 'installer_util', 17 'installer_util',
(...skipping 917 matching lines...) Expand 10 before | Expand all | Expand 10 after
935 'variables': { 935 'variables': {
936 'branding_dir': 'app/theme/google_chrome', 936 'branding_dir': 'app/theme/google_chrome',
937 }, 937 },
938 }, { # else branding!="Chrome" 938 }, { # else branding!="Chrome"
939 'variables': { 939 'variables': {
940 'branding_dir': 'app/theme/chromium', 940 'branding_dir': 'app/theme/chromium',
941 }, 941 },
942 }], 942 }],
943 ], 943 ],
944 } 944 }
OLDNEW
« no previous file with comments | « chrome/chrome_common.gypi ('k') | chrome/installer/installer_tools.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698