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

Side by Side Diff: chrome/chrome.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 | « build/util/build_util.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 'variables': { 5 'variables': {
6 'chromium_code': 1, 6 'chromium_code': 1,
7 7
8 'variables': { 8 'variables': {
9 'version_py_path': 'tools/build/version.py', 9 'version_py_path': 'tools/build/version.py',
10 'version_path': 'VERSION', 10 'version_path': 'VERSION',
(...skipping 823 matching lines...) Expand 10 before | Expand all | Expand 10 after
834 'dependencies!': [ 834 'dependencies!': [
835 '../chrome_frame/chrome_frame.gyp:chrome_frame_tests', 835 '../chrome_frame/chrome_frame.gyp:chrome_frame_tests',
836 '../chrome_frame/chrome_frame.gyp:chrome_frame_net_tests', 836 '../chrome_frame/chrome_frame.gyp:chrome_frame_net_tests',
837 ], 837 ],
838 }], 838 }],
839 ], 839 ],
840 }, 840 },
841 { 841 {
842 'target_name': 'chrome_version_resources', 842 'target_name': 'chrome_version_resources',
843 'type': 'none', 843 'type': 'none',
844 'dependencies': [
845 '../build/util/build_util.gyp:lastchange#target',
846 ],
847 'direct_dependent_settings': { 844 'direct_dependent_settings': {
848 'include_dirs': [ 845 'include_dirs': [
849 '<(SHARED_INTERMEDIATE_DIR)/chrome_version', 846 '<(SHARED_INTERMEDIATE_DIR)/chrome_version',
850 ], 847 ],
851 }, 848 },
852 'sources': [ 849 'sources': [
853 'app/chrome_exe.ver', 850 'app/chrome_exe.ver',
854 'app/chrome_dll.ver', 851 'app/chrome_dll.ver',
855 'app/nacl64_exe.ver', 852 'app/nacl64_exe.ver',
856 'app/other.ver', 853 'app/other.ver',
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
895 '<@(_outputs)', 892 '<@(_outputs)',
896 ], 893 ],
897 'message': 'Generating version information in <(_outputs)' 894 'message': 'Generating version information in <(_outputs)'
898 }, 895 },
899 ], 896 ],
900 }, 897 },
901 { 898 {
902 'target_name': 'chrome_version_header', 899 'target_name': 'chrome_version_header',
903 'type': 'none', 900 'type': 'none',
904 'hard_dependency': 1, 901 'hard_dependency': 1,
905 'dependencies': [
906 '../build/util/build_util.gyp:lastchange#target',
907 ],
908 'actions': [ 902 'actions': [
909 { 903 {
910 'action_name': 'version_header', 904 'action_name': 'version_header',
911 'variables': { 905 'variables': {
912 'lastchange_path': 906 'lastchange_path':
913 '<(DEPTH)/build/util/LASTCHANGE', 907 '<(DEPTH)/build/util/LASTCHANGE',
914 }, 908 },
915 'conditions': [ 909 'conditions': [
916 ['branding == "Chrome"', { 910 ['branding == "Chrome"', {
917 'variables': { 911 'variables': {
(...skipping 128 matching lines...) Expand 10 before | Expand all | Expand 10 after
1046 'sources': [ 1040 'sources': [
1047 'browser/safe_browsing/signature_util.h', 1041 'browser/safe_browsing/signature_util.h',
1048 'browser/safe_browsing/signature_util_win.cc', 1042 'browser/safe_browsing/signature_util_win.cc',
1049 'tools/safe_browsing/sb_sigutil.cc', 1043 'tools/safe_browsing/sb_sigutil.cc',
1050 ], 1044 ],
1051 }, 1045 },
1052 ]}, # 'targets' 1046 ]}, # 'targets'
1053 ], # OS=="win" 1047 ], # OS=="win"
1054 ], # 'conditions' 1048 ], # 'conditions'
1055 } 1049 }
OLDNEW
« no previous file with comments | « build/util/build_util.gyp ('k') | chrome/chrome_installer.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698