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', | |
44 ], | 42 ], |
45 'allocator_target': '../base/allocator/allocator.gyp:allocator', | 43 'allocator_target': '../base/allocator/allocator.gyp:allocator', |
46 'grit_out_dir': '<(SHARED_INTERMEDIATE_DIR)/chrome', | 44 'grit_out_dir': '<(SHARED_INTERMEDIATE_DIR)/chrome', |
47 'protoc_out_dir': '<(SHARED_INTERMEDIATE_DIR)/protoc_out', | 45 'protoc_out_dir': '<(SHARED_INTERMEDIATE_DIR)/protoc_out', |
48 'repack_locales_cmd': ['python', 'tools/build/repack_locales.py'], | 46 'repack_locales_cmd': ['python', 'tools/build/repack_locales.py'], |
49 # TODO: remove this helper when we have loops in GYP | 47 # TODO: remove this helper when we have loops in GYP |
50 'apply_locales_cmd': ['python', '<(DEPTH)/build/apply_locales.py'], | 48 'apply_locales_cmd': ['python', '<(DEPTH)/build/apply_locales.py'], |
51 'conditions': [ | 49 'conditions': [ |
52 ['OS=="win"', { | 50 ['OS=="win"', { |
53 'nacl_defines': [ | 51 'nacl_defines': [ |
(...skipping 1622 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1676 'destination': '<(PRODUCT_DIR)', | 1674 'destination': '<(PRODUCT_DIR)', |
1677 'files': [ | 1675 'files': [ |
1678 '<(INTERMEDIATE_DIR)/repack/chrome.pak' | 1676 '<(INTERMEDIATE_DIR)/repack/chrome.pak' |
1679 ], | 1677 ], |
1680 }, | 1678 }, |
1681 ], | 1679 ], |
1682 }], # targets | 1680 }], # targets |
1683 }], # os_posix == 1 and OS != "mac" | 1681 }], # os_posix == 1 and OS != "mac" |
1684 ], # 'conditions' | 1682 ], # 'conditions' |
1685 } | 1683 } |
OLD | NEW |