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, # Use higher warning level. | 7 'chromium_code': 1, # Use higher warning level. |
8 }, | 8 }, |
9 'target_defaults': { | 9 'target_defaults': { |
10 'conditions': [ | 10 'conditions': [ |
(...skipping 213 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
224 'target_name': 'ppapi_shared_win64', | 224 'target_name': 'ppapi_shared_win64', |
225 'type': '<(component)', | 225 'type': '<(component)', |
226 'variables': { | 226 'variables': { |
227 'nacl_win64_target': 1, | 227 'nacl_win64_target': 1, |
228 'ppapi_shared_target': 1, | 228 'ppapi_shared_target': 1, |
229 }, | 229 }, |
230 'dependencies': [ | 230 'dependencies': [ |
231 'ppapi.gyp:ppapi_c', | 231 'ppapi.gyp:ppapi_c', |
232 '../base/base.gyp:base_win64', | 232 '../base/base.gyp:base_win64', |
233 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dyn
amic_annotations_win64', | 233 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dyn
amic_annotations_win64', |
| 234 '../gpu/gpu.gyp:command_buffer_common_win64', |
234 '../ipc/ipc.gyp:ipc_win64', | 235 '../ipc/ipc.gyp:ipc_win64', |
235 '../ui/events/latency_info_nacl.gyp:latency_info_nacl_win64', | 236 '../ui/events/latency_info_nacl.gyp:latency_info_nacl_win64', |
236 ], | 237 ], |
237 'defines': [ | 238 'defines': [ |
238 '<@(nacl_win64_defines)', | 239 '<@(nacl_win64_defines)', |
239 ], | 240 ], |
240 'export_dependent_settings': [ | 241 'export_dependent_settings': [ |
241 '../base/base.gyp:base_win64', | 242 '../base/base.gyp:base_win64', |
242 ], | 243 ], |
243 'configurations': { | 244 'configurations': { |
(...skipping 30 matching lines...) Expand all Loading... |
274 }, | 275 }, |
275 'configurations': { | 276 'configurations': { |
276 'Common_Base': { | 277 'Common_Base': { |
277 'msvs_target_platform': 'x64', | 278 'msvs_target_platform': 'x64', |
278 }, | 279 }, |
279 }, | 280 }, |
280 }], | 281 }], |
281 }], | 282 }], |
282 ], | 283 ], |
283 } | 284 } |
OLD | NEW |