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

Side by Side Diff: base/base.gyp

Issue 579014: Make LASTCHANGE work properly for make build. (Closed)
Patch Set: Created 10 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
« no previous file with comments | « no previous file | build/util/build_util.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) 2009 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2009 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 'chromium_code': 1, 7 'chromium_code': 1,
8 }, 8 },
9 'includes': [ 9 'includes': [
10 'base.gypi', 10 'base.gypi',
(...skipping 288 matching lines...) Expand 10 before | Expand all | Expand 10 after
299 'variables': { 299 'variables': {
300 'branding_path': 300 'branding_path':
301 '../chrome/app/theme/chromium/BRANDING', 301 '../chrome/app/theme/chromium/BRANDING',
302 }, 302 },
303 }], 303 }],
304 ], 304 ],
305 'inputs': [ 305 'inputs': [
306 '<(template_input_path)', 306 '<(template_input_path)',
307 '<(version_path)', 307 '<(version_path)',
308 '<(branding_path)', 308 '<(branding_path)',
309 '<(lastchange_path)',
310 ], 309 ],
311 'outputs': [ 310 'outputs': [
312 '<(SHARED_INTERMEDIATE_DIR)/base/file_version_info_linux.h', 311 '<(SHARED_INTERMEDIATE_DIR)/base/file_version_info_linux.h',
313 ], 312 ],
313 'dependencies': [
314 '../../build/util/build_util.gyp:lastchange',
315 ],
314 'action': [ 316 'action': [
315 'python', 317 'python',
316 '<(version_py_path)', 318 '<(version_py_path)',
317 '-f', '<(version_path)', 319 '-f', '<(version_path)',
318 '-f', '<(branding_path)', 320 '-f', '<(branding_path)',
319 '-f', '<(lastchange_path)', 321 '-f', '<(lastchange_path)',
320 '<(template_input_path)', 322 '<(template_input_path)',
321 '<@(_outputs)', 323 '<@(_outputs)',
322 ], 324 ],
323 'message': 'Generating version information', 325 'message': 'Generating version information',
324 }, 326 },
325 ], 327 ],
326 }, 328 },
327 ], 329 ],
328 }], 330 }],
329 ], 331 ],
330 } 332 }
331 333
332 # Local Variables: 334 # Local Variables:
333 # tab-width:2 335 # tab-width:2
334 # indent-tabs-mode:nil 336 # indent-tabs-mode:nil
335 # End: 337 # End:
336 # vim: set expandtab tabstop=2 shiftwidth=2: 338 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « no previous file | build/util/build_util.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698