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

Side by Side Diff: chrome/chrome_installer.gypi

Issue 10388213: Don't generate LASTCHANGE at build time. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Update export_tarball to run lastchange.py Created 8 years, 6 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
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': '../build/util/LASTCHANGE', 7 'lastchange_path': '../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': [
(...skipping 203 matching lines...) Expand 10 before | Expand all | Expand 10 after
214 }, 214 },
215 }, 215 },
216 { 216 {
217 'target_name': 'setup', 217 'target_name': 'setup',
218 'type': 'executable', 218 'type': 'executable',
219 'dependencies': [ 219 'dependencies': [
220 'installer_util', 220 'installer_util',
221 'installer_util_strings', 221 'installer_util_strings',
222 '../base/base.gyp:base', 222 '../base/base.gyp:base',
223 '../build/temp_gyp/googleurl.gyp:googleurl', 223 '../build/temp_gyp/googleurl.gyp:googleurl',
224 '../build/util/build_util.gyp:lastchange#target',
225 '../build/util/support/support.gyp:*', 224 '../build/util/support/support.gyp:*',
226 '../chrome_frame/chrome_frame.gyp:chrome_tab_idl', 225 '../chrome_frame/chrome_frame.gyp:chrome_tab_idl',
227 '../chrome_frame/chrome_frame.gyp:npchrome_frame', 226 '../chrome_frame/chrome_frame.gyp:npchrome_frame',
228 '../breakpad/breakpad.gyp:breakpad_handler', 227 '../breakpad/breakpad.gyp:breakpad_handler',
229 '../rlz/rlz.gyp:rlz_lib', 228 '../rlz/rlz.gyp:rlz_lib',
230 '../third_party/zlib/zlib.gyp:zlib', 229 '../third_party/zlib/zlib.gyp:zlib',
231 ], 230 ],
232 'include_dirs': [ 231 'include_dirs': [
233 '..', 232 '..',
234 '<(INTERMEDIATE_DIR)', 233 '<(INTERMEDIATE_DIR)',
(...skipping 790 matching lines...) Expand 10 before | Expand all | Expand 10 after
1025 'variables': { 1024 'variables': {
1026 'branding_dir': 'app/theme/google_chrome', 1025 'branding_dir': 'app/theme/google_chrome',
1027 }, 1026 },
1028 }, { # else branding!="Chrome" 1027 }, { # else branding!="Chrome"
1029 'variables': { 1028 'variables': {
1030 'branding_dir': 'app/theme/chromium', 1029 'branding_dir': 'app/theme/chromium',
1031 }, 1030 },
1032 }], 1031 }],
1033 ], 1032 ],
1034 } 1033 }
OLDNEW
« no previous file with comments | « chrome/chrome.gyp ('k') | remoting/remoting.gyp » ('j') | tools/export_tarball/export_tarball.py » ('J')

Powered by Google App Engine
This is Rietveld 408576698