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 1626 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1678 'destination': '<(PRODUCT_DIR)', | 1680 'destination': '<(PRODUCT_DIR)', |
1679 'files': [ | 1681 'files': [ |
1680 '<(INTERMEDIATE_DIR)/repack/chrome.pak' | 1682 '<(INTERMEDIATE_DIR)/repack/chrome.pak' |
1681 ], | 1683 ], |
1682 }, | 1684 }, |
1683 ], | 1685 ], |
1684 }], # targets | 1686 }], # targets |
1685 }], # os_posix == 1 and OS != "mac" | 1687 }], # os_posix == 1 and OS != "mac" |
1686 ], # 'conditions' | 1688 ], # 'conditions' |
1687 } | 1689 } |
OLD | NEW |