OLD | NEW |
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 Loading... |
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 Loading... |
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 Loading... |
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 } |
OLD | NEW |