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

Side by Side Diff: chrome/chrome_common.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.gyp ('k') | chrome/chrome_installer.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 { 5 {
6 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'common', 8 'target_name': 'common',
9 'type': 'static_library', 9 'type': 'static_library',
10 'variables': { 10 'variables': {
(...skipping 308 matching lines...) Expand 10 before | Expand all | Expand 10 after
319 ], 319 ],
320 }, 320 },
321 # Because posix_version generates a header, we must set the 321 # Because posix_version generates a header, we must set the
322 # hard_dependency flag. 322 # hard_dependency flag.
323 'hard_dependency': 1, 323 'hard_dependency': 1,
324 'actions': [ 324 'actions': [
325 { 325 {
326 'action_name': 'posix_version', 326 'action_name': 'posix_version',
327 'variables': { 327 'variables': {
328 'lastchange_path': 328 'lastchange_path':
329 '<(SHARED_INTERMEDIATE_DIR)/build/LASTCHANGE', 329 '<(DEPTH)/build/util/LASTCHANGE',
330 'version_py_path': 'tools/build/version.py', 330 'version_py_path': 'tools/build/version.py',
331 'version_path': 'VERSION', 331 'version_path': 'VERSION',
332 'template_input_path': 'common/chrome_version_info_posix.h.versi on', 332 'template_input_path': 'common/chrome_version_info_posix.h.versi on',
333 }, 333 },
334 'conditions': [ 334 'conditions': [
335 [ 'branding == "Chrome"', { 335 [ 'branding == "Chrome"', {
336 'variables': { 336 'variables': {
337 'branding_path': 337 'branding_path':
338 'app/theme/google_chrome/BRANDING', 338 'app/theme/google_chrome/BRANDING',
339 }, 339 },
(...skipping 126 matching lines...) Expand 10 before | Expand all | Expand 10 after
466 'common/metrics/proto/user_action_event.proto', 466 'common/metrics/proto/user_action_event.proto',
467 ], 467 ],
468 'variables': { 468 'variables': {
469 'proto_in_dir': 'common/metrics/proto', 469 'proto_in_dir': 'common/metrics/proto',
470 'proto_out_dir': 'chrome/common/metrics/proto', 470 'proto_out_dir': 'chrome/common/metrics/proto',
471 }, 471 },
472 'includes': [ '../build/protoc.gypi' ], 472 'includes': [ '../build/protoc.gypi' ],
473 }, 473 },
474 ], 474 ],
475 } 475 }
OLDNEW
« no previous file with comments | « chrome/chrome.gyp ('k') | chrome/chrome_installer.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698