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

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 copyright date in export_tarball 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
« no previous file with comments | « chrome/chrome_installer.gypi ('k') | tools/export_tarball/export_tarball.py » ('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 '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 569 matching lines...) Expand 10 before | Expand all | Expand 10 after
580 # The substitution strings are taken from: 580 # The substitution strings are taken from:
581 # - build/util/LASTCHANGE - the last source code revision. 581 # - build/util/LASTCHANGE - the last source code revision.
582 # - chrome/VERSION - the build & patch versions. 582 # - chrome/VERSION - the build & patch versions.
583 # - remoting/VERSION - the major & minor versions. 583 # - remoting/VERSION - the major & minor versions.
584 # - xxx_branding - UI/localizable strings. 584 # - xxx_branding - UI/localizable strings.
585 # - xxx.ver - per-binary non-localizable strings such as the binary 585 # - xxx.ver - per-binary non-localizable strings such as the binary
586 # name. 586 # name.
587 { 587 {
588 'target_name': 'remoting_version_resources', 588 'target_name': 'remoting_version_resources',
589 'type': 'none', 589 'type': 'none',
590 'dependencies': [
591 '../build/util/build_util.gyp:lastchange#target',
592 ],
593 'inputs': [ 590 'inputs': [
594 'chromium_branding', 591 'chromium_branding',
595 'google_chrome_branding', 592 'google_chrome_branding',
596 'version.rc.version', 593 'version.rc.version',
597 '<(DEPTH)/build/util/LASTCHANGE', 594 '<(DEPTH)/build/util/LASTCHANGE',
598 '<(version_path)', 595 '<(version_path)',
599 '<(chrome_version_path)', 596 '<(chrome_version_path)',
600 ], 597 ],
601 'direct_dependent_settings': { 598 'direct_dependent_settings': {
602 'include_dirs': [ 599 'include_dirs': [
(...skipping 1102 matching lines...) Expand 10 before | Expand all | Expand 10 after
1705 '../base/allocator/allocator.gyp:allocator', 1702 '../base/allocator/allocator.gyp:allocator',
1706 ], 1703 ],
1707 }, 1704 },
1708 ], 1705 ],
1709 ], 1706 ],
1710 }], 1707 }],
1711 ], # end of 'conditions' 1708 ], # end of 'conditions'
1712 }, # end of target 'remoting_unittests' 1709 }, # end of target 'remoting_unittests'
1713 ], # end of targets 1710 ], # end of targets
1714 } 1711 }
OLDNEW
« no previous file with comments | « chrome/chrome_installer.gypi ('k') | tools/export_tarball/export_tarball.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698