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', | |
235 '../ipc/ipc.gyp:ipc_win64', | 234 '../ipc/ipc.gyp:ipc_win64', |
236 '../ui/events/latency_info_nacl.gyp:latency_info_nacl_win64', | 235 '../ui/events/latency_info_nacl.gyp:latency_info_nacl_win64', |
237 ], | 236 ], |
238 'defines': [ | 237 'defines': [ |
239 '<@(nacl_win64_defines)', | 238 '<@(nacl_win64_defines)', |
240 ], | 239 ], |
241 'export_dependent_settings': [ | 240 'export_dependent_settings': [ |
242 '../base/base.gyp:base_win64', | 241 '../base/base.gyp:base_win64', |
243 ], | 242 ], |
244 'configurations': { | 243 'configurations': { |
(...skipping 30 matching lines...) Expand all Loading... |
275 }, | 274 }, |
276 'configurations': { | 275 'configurations': { |
277 'Common_Base': { | 276 'Common_Base': { |
278 'msvs_target_platform': 'x64', | 277 'msvs_target_platform': 'x64', |
279 }, | 278 }, |
280 }, | 279 }, |
281 }], | 280 }], |
282 }], | 281 }], |
283 ], | 282 ], |
284 } | 283 } |
OLD | NEW |