OLD | NEW |
1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2011 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 21 matching lines...) Expand all Loading... |
32 '../content/content.gyp:content_gpu', | 32 '../content/content.gyp:content_gpu', |
33 '../content/content.gyp:content_ppapi_plugin', | 33 '../content/content.gyp:content_ppapi_plugin', |
34 '../content/content.gyp:content_worker', | 34 '../content/content.gyp:content_worker', |
35 '../printing/printing.gyp:printing', | 35 '../printing/printing.gyp:printing', |
36 '../third_party/WebKit/Source/WebKit/chromium/WebKit.gyp:inspector_resourc
es', | 36 '../third_party/WebKit/Source/WebKit/chromium/WebKit.gyp:inspector_resourc
es', |
37 ], | 37 ], |
38 'nacl_win64_dependencies': [ | 38 'nacl_win64_dependencies': [ |
39 'common_nacl_win64', | 39 'common_nacl_win64', |
40 'common_constants_win64', | 40 'common_constants_win64', |
41 'installer_util_nacl_win64', | 41 'installer_util_nacl_win64', |
| 42 '../base/base.gyp:base_static_win64', |
| 43 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_a
nnotations_win64', |
42 ], | 44 ], |
43 'allocator_target': '../base/allocator/allocator.gyp:allocator', | 45 'allocator_target': '../base/allocator/allocator.gyp:allocator', |
44 'grit_out_dir': '<(SHARED_INTERMEDIATE_DIR)/chrome', | 46 'grit_out_dir': '<(SHARED_INTERMEDIATE_DIR)/chrome', |
45 'protoc_out_dir': '<(SHARED_INTERMEDIATE_DIR)/protoc_out', | 47 'protoc_out_dir': '<(SHARED_INTERMEDIATE_DIR)/protoc_out', |
46 'repack_locales_cmd': ['python', 'tools/build/repack_locales.py'], | 48 'repack_locales_cmd': ['python', 'tools/build/repack_locales.py'], |
47 # TODO: remove this helper when we have loops in GYP | 49 # TODO: remove this helper when we have loops in GYP |
48 'apply_locales_cmd': ['python', '<(DEPTH)/build/apply_locales.py'], | 50 'apply_locales_cmd': ['python', '<(DEPTH)/build/apply_locales.py'], |
49 'conditions': [ | 51 'conditions': [ |
50 ['OS=="win"', { | 52 ['OS=="win"', { |
51 'nacl_defines': [ | 53 'nacl_defines': [ |
(...skipping 1125 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1177 ], | 1179 ], |
1178 }, | 1180 }, |
1179 ], | 1181 ], |
1180 }, | 1182 }, |
1181 { | 1183 { |
1182 'target_name': 'infoplist_strings_tool', | 1184 'target_name': 'infoplist_strings_tool', |
1183 'type': 'executable', | 1185 'type': 'executable', |
1184 'dependencies': [ | 1186 'dependencies': [ |
1185 'chrome_strings', | 1187 'chrome_strings', |
1186 '../base/base.gyp:base', | 1188 '../base/base.gyp:base', |
1187 '../ui/ui.gyp:ui_base', | 1189 '../ui/ui.gyp:ui', |
1188 ], | 1190 ], |
1189 'include_dirs': [ | 1191 'include_dirs': [ |
1190 '<(grit_out_dir)', | 1192 '<(grit_out_dir)', |
1191 ], | 1193 ], |
1192 'sources': [ | 1194 'sources': [ |
1193 'tools/mac_helpers/infoplist_strings_util.mm', | 1195 'tools/mac_helpers/infoplist_strings_util.mm', |
1194 ], | 1196 ], |
1195 }, | 1197 }, |
1196 ], # targets | 1198 ], # targets |
1197 }, { # else: OS != "mac" | 1199 }, { # else: OS != "mac" |
(...skipping 483 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1681 }], # targets | 1683 }], # targets |
1682 }], # os_posix == 1 and OS != "mac" | 1684 }], # os_posix == 1 and OS != "mac" |
1683 ], # 'conditions' | 1685 ], # 'conditions' |
1684 } | 1686 } |
1685 | 1687 |
1686 # Local Variables: | 1688 # Local Variables: |
1687 # tab-width:2 | 1689 # tab-width:2 |
1688 # indent-tabs-mode:nil | 1690 # indent-tabs-mode:nil |
1689 # End: | 1691 # End: |
1690 # vim: set expandtab tabstop=2 shiftwidth=2: | 1692 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |