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

Side by Side Diff: ppapi/ppapi_proxy_untrusted.gypi

Issue 10412014: Get PPB_Audio interface building as untrusted code. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: 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 | « base/sync_socket_nacl.cc ('k') | ppapi/proxy/ppb_audio_proxy.cc » ('j') | 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 90 matching lines...) Expand 10 before | Expand all | Expand 10 after
101 '../base/synchronization/condition_variable_posix.cc', 101 '../base/synchronization/condition_variable_posix.cc',
102 '../base/synchronization/lock.cc', 102 '../base/synchronization/lock.cc',
103 '../base/synchronization/lock_impl_posix.cc', 103 '../base/synchronization/lock_impl_posix.cc',
104 '../base/synchronization/waitable_event_posix.cc', 104 '../base/synchronization/waitable_event_posix.cc',
105 '../base/synchronization/waitable_event_watcher_posix.cc', 105 '../base/synchronization/waitable_event_watcher_posix.cc',
106 '../base/system_monitor/system_monitor.cc', 106 '../base/system_monitor/system_monitor.cc',
107 '../base/system_monitor/system_monitor_posix.cc', 107 '../base/system_monitor/system_monitor_posix.cc',
108 # '../base/sys_info_posix.cc', 108 # '../base/sys_info_posix.cc',
109 '../base/sys_string_conversions_posix.cc', 109 '../base/sys_string_conversions_posix.cc',
110 '../base/task_runner.cc', 110 '../base/task_runner.cc',
111 '../base/thread_task_runner_handle.cc',
111 '../base/threading/non_thread_safe_impl.cc', 112 '../base/threading/non_thread_safe_impl.cc',
112 '../base/threading/platform_thread_posix.cc', 113 '../base/threading/platform_thread_posix.cc',
113 '../base/threading/post_task_and_reply_impl.cc', 114 '../base/threading/post_task_and_reply_impl.cc',
114 # '../base/threading/sequenced_worker_pool.cc', 115 # '../base/threading/sequenced_worker_pool.cc',
115 '../base/threading/simple_thread.cc', 116 '../base/threading/simple_thread.cc',
116 '../base/threading/thread.cc', 117 '../base/threading/thread.cc',
117 '../base/threading/thread_checker_impl.cc', 118 '../base/threading/thread_checker_impl.cc',
118 '../base/threading/thread_collision_warner.cc', 119 '../base/threading/thread_collision_warner.cc',
119 '../base/threading/thread_local_posix.cc', 120 '../base/threading/thread_local_posix.cc',
120 '../base/threading/thread_local_storage_posix.cc', 121 '../base/threading/thread_local_storage_posix.cc',
(...skipping 119 matching lines...) Expand 10 before | Expand all | Expand 10 after
240 '../third_party/khronos', 241 '../third_party/khronos',
241 '../third_party/skia/include/config', 242 '../third_party/skia/include/config',
242 ], 243 ],
243 'sources': [ 244 'sources': [
244 'shared_impl/callback_tracker.cc', 245 'shared_impl/callback_tracker.cc',
245 'shared_impl/file_type_conversion.cc', 246 'shared_impl/file_type_conversion.cc',
246 'shared_impl/id_assignment.cc', 247 'shared_impl/id_assignment.cc',
247 'shared_impl/platform_file.cc', 248 'shared_impl/platform_file.cc',
248 'shared_impl/ppapi_globals.cc', 249 'shared_impl/ppapi_globals.cc',
249 'shared_impl/ppapi_preferences.cc', 250 'shared_impl/ppapi_preferences.cc',
250 # 'shared_impl/ppb_audio_config_shared.cc', 251 'shared_impl/ppb_audio_config_shared.cc',
251 # 'shared_impl/ppb_audio_input_shared.cc', 252 # 'shared_impl/ppb_audio_input_shared.cc',
252 # 'shared_impl/ppb_audio_shared.cc', 253 'shared_impl/ppb_audio_shared.cc',
253 'shared_impl/ppb_crypto_shared.cc', 254 'shared_impl/ppb_crypto_shared.cc',
254 'shared_impl/ppb_device_ref_shared.cc', 255 'shared_impl/ppb_device_ref_shared.cc',
255 'shared_impl/ppb_file_io_shared.cc', 256 'shared_impl/ppb_file_io_shared.cc',
256 'shared_impl/ppb_file_ref_shared.cc', 257 'shared_impl/ppb_file_ref_shared.cc',
257 # 'shared_impl/ppb_graphics_3d_shared.cc', 258 # 'shared_impl/ppb_graphics_3d_shared.cc',
258 # 'shared_impl/ppb_image_data_shared.cc', 259 # 'shared_impl/ppb_image_data_shared.cc',
259 'shared_impl/ppb_input_event_shared.cc', 260 'shared_impl/ppb_input_event_shared.cc',
260 'shared_impl/ppb_instance_shared.cc', 261 'shared_impl/ppb_instance_shared.cc',
261 'shared_impl/ppb_memory_shared.cc', 262 'shared_impl/ppb_memory_shared.cc',
262 # 'shared_impl/ppb_opengles2_shared.cc', 263 # 'shared_impl/ppb_opengles2_shared.cc',
263 'shared_impl/ppb_resource_array_shared.cc', 264 'shared_impl/ppb_resource_array_shared.cc',
264 'shared_impl/ppb_url_request_info_shared.cc', 265 'shared_impl/ppb_url_request_info_shared.cc',
265 # 'shared_impl/ppb_url_util_shared.cc', 266 # 'shared_impl/ppb_url_util_shared.cc',
266 'shared_impl/ppb_var_shared.cc', 267 'shared_impl/ppb_var_shared.cc',
267 # 'shared_impl/ppb_video_decoder_shared.cc', 268 # 'shared_impl/ppb_video_decoder_shared.cc',
268 # 'shared_impl/ppb_video_capture_shared.cc', 269 # 'shared_impl/ppb_video_capture_shared.cc',
269 'shared_impl/ppb_view_shared.cc', 270 'shared_impl/ppb_view_shared.cc',
270 'shared_impl/ppp_instance_combined.cc', 271 'shared_impl/ppp_instance_combined.cc',
271 'shared_impl/proxy_lock.cc', 272 'shared_impl/proxy_lock.cc',
272 'shared_impl/resource.cc', 273 'shared_impl/resource.cc',
273 'shared_impl/resource_tracker.cc', 274 'shared_impl/resource_tracker.cc',
274 'shared_impl/scoped_pp_resource.cc', 275 'shared_impl/scoped_pp_resource.cc',
275 'shared_impl/time_conversion.cc', 276 'shared_impl/time_conversion.cc',
276 'shared_impl/tracked_callback.cc', 277 'shared_impl/tracked_callback.cc',
277 'shared_impl/var.cc', 278 'shared_impl/var.cc',
278 'shared_impl/var_tracker.cc', 279 'shared_impl/var_tracker.cc',
279 280
280 'thunk/enter.cc', 281 'thunk/enter.cc',
281 # 'thunk/ppb_audio_config_thunk.cc', 282 'thunk/ppb_audio_config_thunk.cc',
282 # 'thunk/ppb_audio_input_thunk.cc', 283 # 'thunk/ppb_audio_input_thunk.cc',
283 # 'thunk/ppb_audio_input_trusted_thunk.cc', 284 # 'thunk/ppb_audio_input_trusted_thunk.cc',
284 # 'thunk/ppb_audio_thunk.cc', 285 'thunk/ppb_audio_thunk.cc',
285 # 'thunk/ppb_audio_trusted_thunk.cc', 286 # 'thunk/ppb_audio_trusted_thunk.cc',
286 # 'thunk/ppb_broker_thunk.cc', 287 # 'thunk/ppb_broker_thunk.cc',
287 # 'thunk/ppb_browser_font_trusted_thunk.cc', 288 # 'thunk/ppb_browser_font_trusted_thunk.cc',
288 # 'thunk/ppb_buffer_thunk.cc', 289 # 'thunk/ppb_buffer_thunk.cc',
289 # 'thunk/ppb_buffer_trusted_thunk.cc', 290 # 'thunk/ppb_buffer_trusted_thunk.cc',
290 # 'thunk/ppb_char_set_thunk.cc', 291 # 'thunk/ppb_char_set_thunk.cc',
291 'thunk/ppb_console_thunk.cc', 292 'thunk/ppb_console_thunk.cc',
292 'thunk/ppb_cursor_control_thunk.cc', 293 'thunk/ppb_cursor_control_thunk.cc',
293 'thunk/ppb_device_ref_thunk.cc', 294 'thunk/ppb_device_ref_thunk.cc',
294 # 'thunk/ppb_directory_reader_thunk.cc', 295 # 'thunk/ppb_directory_reader_thunk.cc',
(...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after
346 'proxy/plugin_array_buffer_var.cc', 347 'proxy/plugin_array_buffer_var.cc',
347 'proxy/plugin_dispatcher.cc', 348 'proxy/plugin_dispatcher.cc',
348 'proxy/plugin_globals.cc', 349 'proxy/plugin_globals.cc',
349 'proxy/plugin_message_filter.cc', 350 'proxy/plugin_message_filter.cc',
350 'proxy/plugin_resource_tracker.cc', 351 'proxy/plugin_resource_tracker.cc',
351 'proxy/plugin_var_serialization_rules.cc', 352 'proxy/plugin_var_serialization_rules.cc',
352 'proxy/plugin_var_tracker.cc', 353 'proxy/plugin_var_tracker.cc',
353 'proxy/ppapi_messages.cc', 354 'proxy/ppapi_messages.cc',
354 'proxy/ppapi_param_traits.cc', 355 'proxy/ppapi_param_traits.cc',
355 # 'proxy/ppb_audio_input_proxy.cc', 356 # 'proxy/ppb_audio_input_proxy.cc',
356 # 'proxy/ppb_audio_proxy.cc', 357 'proxy/ppb_audio_proxy.cc',
357 # 'proxy/ppb_broker_proxy.cc', 358 # 'proxy/ppb_broker_proxy.cc',
358 # 'proxy/ppb_buffer_proxy.cc', 359 # 'proxy/ppb_buffer_proxy.cc',
359 'proxy/ppb_core_proxy.cc', 360 'proxy/ppb_core_proxy.cc',
360 # 'proxy/ppb_file_chooser_proxy.cc', 361 # 'proxy/ppb_file_chooser_proxy.cc',
361 'proxy/ppb_file_io_proxy.cc', 362 'proxy/ppb_file_io_proxy.cc',
362 'proxy/ppb_file_ref_proxy.cc', 363 'proxy/ppb_file_ref_proxy.cc',
363 'proxy/ppb_file_system_proxy.cc', 364 'proxy/ppb_file_system_proxy.cc',
364 # 'proxy/ppb_graphics_2d_proxy.cc', 365 # 'proxy/ppb_graphics_2d_proxy.cc',
365 # 'proxy/ppb_graphics_3d_proxy.cc', 366 # 'proxy/ppb_graphics_3d_proxy.cc',
366 # 'proxy/ppb_host_resolver_private_proxy.cc', 367 # 'proxy/ppb_host_resolver_private_proxy.cc',
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
405 # '-lppruntime', 406 # '-lppruntime',
406 '-pthread', 407 '-pthread',
407 '-lgpu_untrusted', 408 '-lgpu_untrusted',
408 '-lipc_untrusted', 409 '-lipc_untrusted',
409 '-lbase_untrusted', 410 '-lbase_untrusted',
410 ], 411 ],
411 }, 412 },
412 }, 413 },
413 ], 414 ],
414 } 415 }
OLDNEW
« no previous file with comments | « base/sync_socket_nacl.cc ('k') | ppapi/proxy/ppb_audio_proxy.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698