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

Side by Side Diff: remoting/remoting.gyp

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 # TODO(dmaclach): can we pick this up some other way? Right now it's 7 # TODO(dmaclach): can we pick this up some other way? Right now it's
8 # duplicated from chrome.gyp 8 # duplicated from chrome.gyp
9 'chromium_code': 1, 9 'chromium_code': 1,
10 # Use consistent strings across all platforms. Note that the plugin name 10 # Use consistent strings across all platforms. Note that the plugin name
(...skipping 564 matching lines...) Expand 10 before | Expand all | Expand 10 after
575 # The substitution strings are taken from: 575 # The substitution strings are taken from:
576 # - build/util/LASTCHANGE - the last source code revision. 576 # - build/util/LASTCHANGE - the last source code revision.
577 # - chrome/VERSION - the build & patch versions. 577 # - chrome/VERSION - the build & patch versions.
578 # - remoting/VERSION - the major & minor versions. 578 # - remoting/VERSION - the major & minor versions.
579 # - xxx_branding - UI/localizable strings. 579 # - xxx_branding - UI/localizable strings.
580 # - xxx.ver - per-binary non-localizable strings such as the binary 580 # - xxx.ver - per-binary non-localizable strings such as the binary
581 # name. 581 # name.
582 { 582 {
583 'target_name': 'remoting_version_resources', 583 'target_name': 'remoting_version_resources',
584 'type': 'none', 584 'type': 'none',
585 'dependencies': [
586 '../build/util/build_util.gyp:lastchange#target',
587 ],
588 'inputs': [ 585 'inputs': [
589 'chromium_branding', 586 'chromium_branding',
590 'google_chrome_branding', 587 'google_chrome_branding',
591 'version.rc.version', 588 'version.rc.version',
592 '<(DEPTH)/build/util/LASTCHANGE', 589 '<(DEPTH)/build/util/LASTCHANGE',
593 '<(version_path)', 590 '<(version_path)',
594 '<(chrome_version_path)', 591 '<(chrome_version_path)',
595 ], 592 ],
596 'direct_dependent_settings': { 593 'direct_dependent_settings': {
597 'include_dirs': [ 594 'include_dirs': [
(...skipping 1108 matching lines...) Expand 10 before | Expand all | Expand 10 after
1706 '../base/allocator/allocator.gyp:allocator', 1703 '../base/allocator/allocator.gyp:allocator',
1707 ], 1704 ],
1708 }, 1705 },
1709 ], 1706 ],
1710 ], 1707 ],
1711 }], 1708 }],
1712 ], # end of 'conditions' 1709 ], # end of 'conditions'
1713 }, # end of target 'remoting_unittests' 1710 }, # end of target 'remoting_unittests'
1714 ], # end of targets 1711 ], # end of targets
1715 } 1712 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698