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 'target_defaults': { | 6 'target_defaults': { |
7 'variables': { | 7 'variables': { |
8 'ppapi_shared_target': 0, | 8 'ppapi_shared_target': 0, |
9 }, | 9 }, |
10 'target_conditions': [ | 10 'target_conditions': [ |
(...skipping 292 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
303 'thunk/ppb_flash_thunk.cc', | 303 'thunk/ppb_flash_thunk.cc', |
304 'thunk/ppb_flash_message_loop_thunk.cc', | 304 'thunk/ppb_flash_message_loop_thunk.cc', |
305 'thunk/ppb_gles_chromium_texture_mapping_thunk.cc', | 305 'thunk/ppb_gles_chromium_texture_mapping_thunk.cc', |
306 'thunk/ppb_pdf_thunk.cc', | 306 'thunk/ppb_pdf_thunk.cc', |
307 'thunk/ppb_scrollbar_thunk.cc', | 307 'thunk/ppb_scrollbar_thunk.cc', |
308 'thunk/ppb_talk_private_thunk.cc', | 308 'thunk/ppb_talk_private_thunk.cc', |
309 'thunk/ppb_transport_thunk.cc', | 309 'thunk/ppb_transport_thunk.cc', |
310 'thunk/ppb_url_util_thunk.cc', | 310 'thunk/ppb_url_util_thunk.cc', |
311 'thunk/ppb_video_capture_thunk.cc', | 311 'thunk/ppb_video_capture_thunk.cc', |
312 'thunk/ppb_video_decoder_thunk.cc', | 312 'thunk/ppb_video_decoder_thunk.cc', |
313 'thunk/ppb_video_destination_private_thunk.cc', | |
314 'thunk/ppb_video_source_private_thunk.cc', | |
315 ], | 313 ], |
316 }], | 314 }], |
317 # We exclude a few more things for nacl_win64, to avoid pulling in | 315 # We exclude a few more things for nacl_win64, to avoid pulling in |
318 # more dependencies. | 316 # more dependencies. |
319 ['>(nacl_win64_target)==1', { | 317 ['>(nacl_win64_target)==1', { |
320 'sources!': [ | 318 'sources!': [ |
321 'shared_impl/ppb_audio_shared.cc', | 319 'shared_impl/ppb_audio_shared.cc', |
322 'shared_impl/ppb_graphics_3d_shared.cc', | 320 'shared_impl/ppb_graphics_3d_shared.cc', |
323 'shared_impl/ppb_opengles2_shared.cc', | 321 'shared_impl/ppb_opengles2_shared.cc', |
324 'shared_impl/private/ppb_host_resolver_shared.cc', | 322 'shared_impl/private/ppb_host_resolver_shared.cc', |
325 'shared_impl/private/net_address_private_impl.cc', | 323 'shared_impl/private/net_address_private_impl.cc', |
326 'shared_impl/private/ppb_tcp_server_socket_shared.cc', | 324 'shared_impl/private/ppb_tcp_server_socket_shared.cc', |
327 'shared_impl/private/tcp_socket_private_impl.cc', | 325 'shared_impl/private/tcp_socket_private_impl.cc', |
328 'shared_impl/private/udp_socket_private_impl.cc', | 326 'shared_impl/private/udp_socket_private_impl.cc', |
329 'thunk/ppb_graphics_3d_thunk.cc', | 327 'thunk/ppb_graphics_3d_thunk.cc', |
330 'thunk/ppb_host_resolver_private_thunk.cc', | 328 'thunk/ppb_host_resolver_private_thunk.cc', |
331 'thunk/ppb_network_list_private_thunk.cc', | 329 'thunk/ppb_network_list_private_thunk.cc', |
332 'thunk/ppb_network_monitor_private_thunk.cc', | 330 'thunk/ppb_network_monitor_private_thunk.cc', |
333 'thunk/ppb_tcp_server_socket_private_thunk.cc', | 331 'thunk/ppb_tcp_server_socket_private_thunk.cc', |
334 'thunk/ppb_tcp_socket_private_thunk.cc', | 332 'thunk/ppb_tcp_socket_private_thunk.cc', |
335 'thunk/ppb_udp_socket_private_thunk.cc', | 333 'thunk/ppb_udp_socket_private_thunk.cc', |
336 'thunk/ppb_x509_certificate_private_thunk.cc', | 334 'thunk/ppb_x509_certificate_private_thunk.cc', |
337 ], | 335 ], |
338 }], | 336 }], |
339 ], | 337 ], |
340 }], | 338 }], |
341 ], | 339 ], |
342 }, | 340 }, |
343 } | 341 } |
OLD | NEW |