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

Side by Side Diff: chrome/chrome.gyp

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 | « build/util/build_util.gyp ('k') | chrome/chrome_common.gypi » ('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 'variables': { 5 'variables': {
6 'chromium_code': 1, 6 'chromium_code': 1,
7 7
8 'variables': { 8 'variables': {
9 'version_py_path': 'tools/build/version.py', 9 'version_py_path': 'tools/build/version.py',
10 'version_path': 'VERSION', 10 'version_path': 'VERSION',
(...skipping 1142 matching lines...) Expand 10 before | Expand all | Expand 10 after
1153 'app/chrome_dll.ver', 1153 'app/chrome_dll.ver',
1154 'app/nacl64_exe.ver', 1154 'app/nacl64_exe.ver',
1155 'app/other.ver', 1155 'app/other.ver',
1156 ], 1156 ],
1157 'rules': [ 1157 'rules': [
1158 { 1158 {
1159 'rule_name': 'version', 1159 'rule_name': 'version',
1160 'extension': 'ver', 1160 'extension': 'ver',
1161 'variables': { 1161 'variables': {
1162 'lastchange_path': 1162 'lastchange_path':
1163 '<(SHARED_INTERMEDIATE_DIR)/build/LASTCHANGE', 1163 '<(DEPTH)/build/util/LASTCHANGE',
1164 'template_input_path': 'app/chrome_version.rc.version', 1164 'template_input_path': 'app/chrome_version.rc.version',
1165 }, 1165 },
1166 'conditions': [ 1166 'conditions': [
1167 [ 'branding == "Chrome"', { 1167 [ 'branding == "Chrome"', {
1168 'variables': { 1168 'variables': {
1169 'branding_path': 'app/theme/google_chrome/BRANDING', 1169 'branding_path': 'app/theme/google_chrome/BRANDING',
1170 }, 1170 },
1171 }, { # else branding!="Chrome" 1171 }, { # else branding!="Chrome"
1172 'variables': { 1172 'variables': {
1173 'branding_path': 'app/theme/chromium/BRANDING', 1173 'branding_path': 'app/theme/chromium/BRANDING',
(...skipping 28 matching lines...) Expand all
1202 'type': 'none', 1202 'type': 'none',
1203 'hard_dependency': 1, 1203 'hard_dependency': 1,
1204 'dependencies': [ 1204 'dependencies': [
1205 '../build/util/build_util.gyp:lastchange#target', 1205 '../build/util/build_util.gyp:lastchange#target',
1206 ], 1206 ],
1207 'actions': [ 1207 'actions': [
1208 { 1208 {
1209 'action_name': 'version_header', 1209 'action_name': 'version_header',
1210 'variables': { 1210 'variables': {
1211 'lastchange_path': 1211 'lastchange_path':
1212 '<(SHARED_INTERMEDIATE_DIR)/build/LASTCHANGE', 1212 '<(DEPTH)/build/util/LASTCHANGE',
1213 }, 1213 },
1214 'conditions': [ 1214 'conditions': [
1215 [ 'branding == "Chrome"', { 1215 [ 'branding == "Chrome"', {
1216 'variables': { 1216 'variables': {
1217 'branding_path': 'app/theme/google_chrome/BRANDING', 1217 'branding_path': 'app/theme/google_chrome/BRANDING',
1218 }, 1218 },
1219 }, { # else branding!="Chrome" 1219 }, { # else branding!="Chrome"
1220 'variables': { 1220 'variables': {
1221 'branding_path': 'app/theme/chromium/BRANDING', 1221 'branding_path': 'app/theme/chromium/BRANDING',
1222 }, 1222 },
(...skipping 120 matching lines...) Expand 10 before | Expand all | Expand 10 after
1343 'sources': [ 1343 'sources': [
1344 'browser/safe_browsing/signature_util.h', 1344 'browser/safe_browsing/signature_util.h',
1345 'browser/safe_browsing/signature_util_win.cc', 1345 'browser/safe_browsing/signature_util_win.cc',
1346 'tools/safe_browsing/sb_sigutil.cc', 1346 'tools/safe_browsing/sb_sigutil.cc',
1347 ], 1347 ],
1348 }, 1348 },
1349 ]}, # 'targets' 1349 ]}, # 'targets'
1350 ], # OS=="win" 1350 ], # OS=="win"
1351 ], # 'conditions' 1351 ], # 'conditions'
1352 } 1352 }
OLDNEW
« no previous file with comments | « build/util/build_util.gyp ('k') | chrome/chrome_common.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698