Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(341)

Side by Side Diff: ppapi/ppapi_proxy_untrusted.gyp

Issue 10382138: PPAPI/NaCl: Fix IPC ppapi proxy build (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: merge Created 8 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « DEPS ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 225 matching lines...) Expand 10 before | Expand all | Expand 10 after
236 'build_glibc': 0, 236 'build_glibc': 0,
237 'build_newlib': 1, 237 'build_newlib': 1,
238 'include_dirs': [ 238 'include_dirs': [
239 '..', 239 '..',
240 '../third_party/khronos', 240 '../third_party/khronos',
241 '../third_party/skia/include/config', 241 '../third_party/skia/include/config',
242 ], 242 ],
243 'sources': [ 243 'sources': [
244 'shared_impl/callback_tracker.cc', 244 'shared_impl/callback_tracker.cc',
245 'shared_impl/file_type_conversion.cc', 245 'shared_impl/file_type_conversion.cc',
246 'shared_impl/function_group_base.cc',
247 'shared_impl/id_assignment.cc', 246 'shared_impl/id_assignment.cc',
248 'shared_impl/platform_file.cc', 247 'shared_impl/platform_file.cc',
249 'shared_impl/ppapi_globals.cc', 248 'shared_impl/ppapi_globals.cc',
250 'shared_impl/ppapi_preferences.cc', 249 'shared_impl/ppapi_preferences.cc',
251 # 'shared_impl/ppb_audio_config_shared.cc', 250 # 'shared_impl/ppb_audio_config_shared.cc',
252 # 'shared_impl/ppb_audio_input_shared.cc', 251 # 'shared_impl/ppb_audio_input_shared.cc',
253 # 'shared_impl/ppb_audio_shared.cc', 252 # 'shared_impl/ppb_audio_shared.cc',
254 'shared_impl/ppb_crypto_shared.cc', 253 'shared_impl/ppb_crypto_shared.cc',
255 'shared_impl/ppb_device_ref_shared.cc', 254 'shared_impl/ppb_device_ref_shared.cc',
256 'shared_impl/ppb_file_io_shared.cc', 255 'shared_impl/ppb_file_io_shared.cc',
(...skipping 110 matching lines...) Expand 10 before | Expand all | Expand 10 after
367 # 'proxy/ppb_host_resolver_private_proxy.cc', 366 # 'proxy/ppb_host_resolver_private_proxy.cc',
368 # 'proxy/ppb_image_data_proxy.cc', 367 # 'proxy/ppb_image_data_proxy.cc',
369 'proxy/ppb_instance_proxy.cc', 368 'proxy/ppb_instance_proxy.cc',
370 'proxy/ppb_message_loop_proxy.cc', 369 'proxy/ppb_message_loop_proxy.cc',
371 # 'proxy/ppb_network_monitor_private_proxy.cc', 370 # 'proxy/ppb_network_monitor_private_proxy.cc',
372 # 'proxy/ppb_pdf_proxy.cc', 371 # 'proxy/ppb_pdf_proxy.cc',
373 # 'proxy/ppb_talk_private_proxy.cc', 372 # 'proxy/ppb_talk_private_proxy.cc',
374 # 'proxy/ppb_tcp_server_socket_private_proxy.cc', 373 # 'proxy/ppb_tcp_server_socket_private_proxy.cc',
375 # 'proxy/ppb_tcp_socket_private_proxy.cc', 374 # 'proxy/ppb_tcp_socket_private_proxy.cc',
376 # 'proxy/ppb_testing_proxy.cc', 375 # 'proxy/ppb_testing_proxy.cc',
377 'proxy/ppb_text_input_proxy.cc',
378 # 'proxy/ppb_udp_socket_private_proxy.cc', 376 # 'proxy/ppb_udp_socket_private_proxy.cc',
379 'proxy/ppb_url_loader_proxy.cc', 377 'proxy/ppb_url_loader_proxy.cc',
380 'proxy/ppb_url_response_info_proxy.cc', 378 'proxy/ppb_url_response_info_proxy.cc',
381 'proxy/ppb_var_deprecated_proxy.cc', 379 'proxy/ppb_var_deprecated_proxy.cc',
382 # 'proxy/ppb_video_capture_proxy.cc', 380 # 'proxy/ppb_video_capture_proxy.cc',
383 # 'proxy/ppb_video_decoder_proxy.cc', 381 # 'proxy/ppb_video_decoder_proxy.cc',
384 'proxy/ppp_class_proxy.cc', 382 'proxy/ppp_class_proxy.cc',
385 # 'proxy/ppp_graphics_3d_proxy.cc', 383 # 'proxy/ppp_graphics_3d_proxy.cc',
386 'proxy/ppp_input_event_proxy.cc', 384 'proxy/ppp_input_event_proxy.cc',
387 # 'proxy/ppp_instance_private_proxy.cc', 385 # 'proxy/ppp_instance_private_proxy.cc',
(...skipping 19 matching lines...) Expand all
407 # '-lppruntime', 405 # '-lppruntime',
408 '-pthread', 406 '-pthread',
409 '-lgpu_untrusted', 407 '-lgpu_untrusted',
410 '-lipc_untrusted', 408 '-lipc_untrusted',
411 '-lbase_untrusted', 409 '-lbase_untrusted',
412 ], 410 ],
413 }, 411 },
414 }, 412 },
415 ], 413 ],
416 } 414 }
OLDNEW
« no previous file with comments | « DEPS ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698