| 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 { | 5 { |
| 6 'variables': { | 6 'variables': { |
| 7 'chromium_code': 1, | 7 'chromium_code': 1, |
| 8 }, | 8 }, |
| 9 'includes': [ | 9 'includes': [ |
| 10 '../build/win_precompile.gypi', | 10 '../build/win_precompile.gypi', |
| (...skipping 1101 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1112 'target_name': 'base_win64', | 1112 'target_name': 'base_win64', |
| 1113 'type': '<(component)', | 1113 'type': '<(component)', |
| 1114 'variables': { | 1114 'variables': { |
| 1115 'base_target': 1, | 1115 'base_target': 1, |
| 1116 }, | 1116 }, |
| 1117 'dependencies': [ | 1117 'dependencies': [ |
| 1118 'base_static_win64', | 1118 'base_static_win64', |
| 1119 'allocator/allocator.gyp:allocator_extension_thunks_win64', | 1119 'allocator/allocator.gyp:allocator_extension_thunks_win64', |
| 1120 '../third_party/modp_b64/modp_b64.gyp:modp_b64_win64', | 1120 '../third_party/modp_b64/modp_b64.gyp:modp_b64_win64', |
| 1121 'third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_ann
otations_win64', | 1121 'third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_ann
otations_win64', |
| 1122 'trace_event/etw_manifest/etw_manifest.gyp:etw_manifest', |
| 1122 ], | 1123 ], |
| 1123 # TODO(gregoryd): direct_dependent_settings should be shared with the | 1124 # TODO(gregoryd): direct_dependent_settings should be shared with the |
| 1124 # 32-bit target, but it doesn't work due to a bug in gyp | 1125 # 32-bit target, but it doesn't work due to a bug in gyp |
| 1125 'direct_dependent_settings': { | 1126 'direct_dependent_settings': { |
| 1126 'include_dirs': [ | 1127 'include_dirs': [ |
| 1127 '..', | 1128 '..', |
| 1128 ], | 1129 ], |
| 1129 }, | 1130 }, |
| 1130 'defines': [ | 1131 'defines': [ |
| 1131 'BASE_WIN64', | 1132 'BASE_WIN64', |
| (...skipping 475 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1607 'dependencies': [ | 1608 'dependencies': [ |
| 1608 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 1609 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
| 1609 ], | 1610 ], |
| 1610 }], | 1611 }], |
| 1611 ], | 1612 ], |
| 1612 }, | 1613 }, |
| 1613 ], | 1614 ], |
| 1614 }], | 1615 }], |
| 1615 ], | 1616 ], |
| 1616 } | 1617 } |
| OLD | NEW |