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 # Define the common dependencies that contain all the actual | 8 # Define the common dependencies that contain all the actual |
9 # Chromium functionality. This list gets pulled in below by | 9 # Chromium functionality. This list gets pulled in below by |
10 # the link of the actual chrome (or chromium) executable on | 10 # the link of the actual chrome (or chromium) executable on |
(...skipping 860 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
871 'variables': { | 871 'variables': { |
872 'output_dir': 'chrome_version', | 872 'output_dir': 'chrome_version', |
873 'template_input_path': 'app/chrome_version.rc.version', | 873 'template_input_path': 'app/chrome_version.rc.version', |
874 }, | 874 }, |
875 'direct_dependent_settings': { | 875 'direct_dependent_settings': { |
876 'include_dirs': [ | 876 'include_dirs': [ |
877 '<(SHARED_INTERMEDIATE_DIR)/<(output_dir)', | 877 '<(SHARED_INTERMEDIATE_DIR)/<(output_dir)', |
878 ], | 878 ], |
879 }, | 879 }, |
880 'sources': [ | 880 'sources': [ |
881 'app/app_host_exe.ver', | |
882 'app/chrome_exe.ver', | 881 'app/chrome_exe.ver', |
883 'app/chrome_dll.ver', | 882 'app/chrome_dll.ver', |
884 'app/nacl64_exe.ver', | 883 'app/nacl64_exe.ver', |
885 'app/other.ver', | 884 'app/other.ver', |
886 ], | 885 ], |
887 'includes': [ | 886 'includes': [ |
888 'version_resource_rules.gypi', | 887 'version_resource_rules.gypi', |
889 ], | 888 ], |
890 }, | 889 }, |
891 { | 890 { |
(...skipping 307 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1199 'sources': [ | 1198 'sources': [ |
1200 'service/cloud_print/print_system_cups.cc', | 1199 'service/cloud_print/print_system_cups.cc', |
1201 ], | 1200 ], |
1202 }], | 1201 }], |
1203 ], | 1202 ], |
1204 }, | 1203 }, |
1205 ], | 1204 ], |
1206 }], | 1205 }], |
1207 ], # 'conditions' | 1206 ], # 'conditions' |
1208 } | 1207 } |
OLD | NEW |