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 # This GYP file defines untrusted (NaCl) targets. All targets in this | 5 # This GYP file defines untrusted (NaCl) targets. All targets in this |
6 # file should be conditionally depended upon via 'disable_nacl!=1' to avoid | 6 # file should be conditionally depended upon via 'disable_nacl!=1' to avoid |
7 # requiring NaCl sources for building. | 7 # requiring NaCl sources for building. |
8 | 8 |
9 { | 9 { |
10 'includes': [ | 10 'includes': [ |
(...skipping 238 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
249 'shared_impl/ppapi_globals.cc', | 249 'shared_impl/ppapi_globals.cc', |
250 'shared_impl/ppapi_preferences.cc', | 250 'shared_impl/ppapi_preferences.cc', |
251 'shared_impl/ppb_audio_config_shared.cc', | 251 'shared_impl/ppb_audio_config_shared.cc', |
252 # 'shared_impl/ppb_audio_input_shared.cc', | 252 # 'shared_impl/ppb_audio_input_shared.cc', |
253 'shared_impl/ppb_audio_shared.cc', | 253 'shared_impl/ppb_audio_shared.cc', |
254 'shared_impl/ppb_crypto_shared.cc', | 254 'shared_impl/ppb_crypto_shared.cc', |
255 'shared_impl/ppb_device_ref_shared.cc', | 255 'shared_impl/ppb_device_ref_shared.cc', |
256 'shared_impl/ppb_file_io_shared.cc', | 256 'shared_impl/ppb_file_io_shared.cc', |
257 'shared_impl/ppb_file_ref_shared.cc', | 257 'shared_impl/ppb_file_ref_shared.cc', |
258 # 'shared_impl/ppb_graphics_3d_shared.cc', | 258 # 'shared_impl/ppb_graphics_3d_shared.cc', |
259 # 'shared_impl/ppb_image_data_shared.cc', | 259 'shared_impl/ppb_image_data_shared.cc', |
260 'shared_impl/ppb_input_event_shared.cc', | 260 'shared_impl/ppb_input_event_shared.cc', |
261 'shared_impl/ppb_instance_shared.cc', | 261 'shared_impl/ppb_instance_shared.cc', |
262 'shared_impl/ppb_memory_shared.cc', | 262 'shared_impl/ppb_memory_shared.cc', |
263 # 'shared_impl/ppb_opengles2_shared.cc', | 263 # 'shared_impl/ppb_opengles2_shared.cc', |
264 'shared_impl/ppb_resource_array_shared.cc', | 264 'shared_impl/ppb_resource_array_shared.cc', |
265 'shared_impl/ppb_url_request_info_shared.cc', | 265 'shared_impl/ppb_url_request_info_shared.cc', |
266 # 'shared_impl/ppb_url_util_shared.cc', | 266 # 'shared_impl/ppb_url_util_shared.cc', |
267 'shared_impl/ppb_var_shared.cc', | 267 'shared_impl/ppb_var_shared.cc', |
268 # 'shared_impl/ppb_video_decoder_shared.cc', | 268 # 'shared_impl/ppb_video_decoder_shared.cc', |
269 # 'shared_impl/ppb_video_capture_shared.cc', | 269 # 'shared_impl/ppb_video_capture_shared.cc', |
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
304 # 'thunk/ppb_flash_fullscreen_thunk.cc', | 304 # 'thunk/ppb_flash_fullscreen_thunk.cc', |
305 # 'thunk/ppb_flash_menu_thunk.cc', | 305 # 'thunk/ppb_flash_menu_thunk.cc', |
306 # 'thunk/ppb_flash_message_loop_thunk.cc', | 306 # 'thunk/ppb_flash_message_loop_thunk.cc', |
307 'thunk/ppb_fullscreen_thunk.cc', | 307 'thunk/ppb_fullscreen_thunk.cc', |
308 'thunk/ppb_gamepad_thunk.cc', | 308 'thunk/ppb_gamepad_thunk.cc', |
309 # 'thunk/ppb_gles_chromium_texture_mapping_thunk.cc', | 309 # 'thunk/ppb_gles_chromium_texture_mapping_thunk.cc', |
310 # 'thunk/ppb_graphics_2d_thunk.cc', | 310 # 'thunk/ppb_graphics_2d_thunk.cc', |
311 # 'thunk/ppb_graphics_3d_thunk.cc', | 311 # 'thunk/ppb_graphics_3d_thunk.cc', |
312 # 'thunk/ppb_graphics_3d_trusted_thunk.cc', | 312 # 'thunk/ppb_graphics_3d_trusted_thunk.cc', |
313 # 'thunk/ppb_host_resolver_private_thunk.cc', | 313 # 'thunk/ppb_host_resolver_private_thunk.cc', |
314 # 'thunk/ppb_image_data_thunk.cc', | 314 'thunk/ppb_image_data_thunk.cc', |
315 # 'thunk/ppb_image_data_trusted_thunk.cc', | 315 # 'thunk/ppb_image_data_trusted_thunk.cc', |
316 'thunk/ppb_instance_thunk.cc', | 316 'thunk/ppb_instance_thunk.cc', |
317 # 'thunk/ppb_layer_compositor_thunk.cc', | 317 # 'thunk/ppb_layer_compositor_thunk.cc', |
318 'thunk/ppb_messaging_thunk.cc', | 318 'thunk/ppb_messaging_thunk.cc', |
319 'thunk/ppb_mouse_lock_thunk.cc', | 319 'thunk/ppb_mouse_lock_thunk.cc', |
320 'thunk/ppb_resource_array_thunk.cc', | 320 'thunk/ppb_resource_array_thunk.cc', |
321 # 'thunk/ppb_scrollbar_thunk.cc', | 321 # 'thunk/ppb_scrollbar_thunk.cc', |
322 # 'thunk/ppb_talk_private_thunk.cc', | 322 # 'thunk/ppb_talk_private_thunk.cc', |
323 # 'thunk/ppb_tcp_server_socket_private_thunk.cc', | 323 # 'thunk/ppb_tcp_server_socket_private_thunk.cc', |
324 # 'thunk/ppb_tcp_socket_private_thunk.cc', | 324 # 'thunk/ppb_tcp_socket_private_thunk.cc', |
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
358 # 'proxy/ppb_broker_proxy.cc', | 358 # 'proxy/ppb_broker_proxy.cc', |
359 # 'proxy/ppb_buffer_proxy.cc', | 359 # 'proxy/ppb_buffer_proxy.cc', |
360 'proxy/ppb_core_proxy.cc', | 360 'proxy/ppb_core_proxy.cc', |
361 # 'proxy/ppb_file_chooser_proxy.cc', | 361 # 'proxy/ppb_file_chooser_proxy.cc', |
362 'proxy/ppb_file_io_proxy.cc', | 362 'proxy/ppb_file_io_proxy.cc', |
363 'proxy/ppb_file_ref_proxy.cc', | 363 'proxy/ppb_file_ref_proxy.cc', |
364 'proxy/ppb_file_system_proxy.cc', | 364 'proxy/ppb_file_system_proxy.cc', |
365 # 'proxy/ppb_graphics_2d_proxy.cc', | 365 # 'proxy/ppb_graphics_2d_proxy.cc', |
366 # 'proxy/ppb_graphics_3d_proxy.cc', | 366 # 'proxy/ppb_graphics_3d_proxy.cc', |
367 # 'proxy/ppb_host_resolver_private_proxy.cc', | 367 # 'proxy/ppb_host_resolver_private_proxy.cc', |
368 # 'proxy/ppb_image_data_proxy.cc', | 368 'proxy/ppb_image_data_proxy.cc', |
369 'proxy/ppb_instance_proxy.cc', | 369 'proxy/ppb_instance_proxy.cc', |
370 'proxy/ppb_message_loop_proxy.cc', | 370 'proxy/ppb_message_loop_proxy.cc', |
371 # 'proxy/ppb_network_monitor_private_proxy.cc', | 371 # 'proxy/ppb_network_monitor_private_proxy.cc', |
372 # 'proxy/ppb_pdf_proxy.cc', | 372 # 'proxy/ppb_pdf_proxy.cc', |
373 # 'proxy/ppb_talk_private_proxy.cc', | 373 # 'proxy/ppb_talk_private_proxy.cc', |
374 # 'proxy/ppb_tcp_server_socket_private_proxy.cc', | 374 # 'proxy/ppb_tcp_server_socket_private_proxy.cc', |
375 # 'proxy/ppb_tcp_socket_private_proxy.cc', | 375 # 'proxy/ppb_tcp_socket_private_proxy.cc', |
376 # 'proxy/ppb_testing_proxy.cc', | 376 # 'proxy/ppb_testing_proxy.cc', |
377 # 'proxy/ppb_udp_socket_private_proxy.cc', | 377 # 'proxy/ppb_udp_socket_private_proxy.cc', |
378 'proxy/ppb_url_loader_proxy.cc', | 378 'proxy/ppb_url_loader_proxy.cc', |
(...skipping 27 matching lines...) Expand all Loading... |
406 # '-lppruntime', | 406 # '-lppruntime', |
407 '-pthread', | 407 '-pthread', |
408 '-lgpu_untrusted', | 408 '-lgpu_untrusted', |
409 '-lipc_untrusted', | 409 '-lipc_untrusted', |
410 '-lbase_untrusted', | 410 '-lbase_untrusted', |
411 ], | 411 ], |
412 }, | 412 }, |
413 }, | 413 }, |
414 ], | 414 ], |
415 } | 415 } |
OLD | NEW |