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

Side by Side Diff: ppapi/ppapi_shared.gypi

Issue 10828023: PPAPI/NaCl: Make NaClIPCAdapter transfer handles more generally (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: ready for review? Created 8 years, 4 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
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 { 5 {
6 'variables': { 6 'variables': {
7 'conditions': [ 7 'conditions': [
8 ['inside_chromium_build==0', { 8 ['inside_chromium_build==0', {
9 'webkit_src_dir': '../../../..', 9 'webkit_src_dir': '../../../..',
10 },{ 10 },{
(...skipping 10 matching lines...) Expand all
21 ['ppapi_shared_target==1', { 21 ['ppapi_shared_target==1', {
22 'sources': [ 22 'sources': [
23 'shared_impl/array_writer.cc', 23 'shared_impl/array_writer.cc',
24 'shared_impl/array_writer.h', 24 'shared_impl/array_writer.h',
25 'shared_impl/callback_tracker.cc', 25 'shared_impl/callback_tracker.cc',
26 'shared_impl/callback_tracker.h', 26 'shared_impl/callback_tracker.h',
27 'shared_impl/file_path.cc', 27 'shared_impl/file_path.cc',
28 'shared_impl/file_path.h', 28 'shared_impl/file_path.h',
29 'shared_impl/file_type_conversion.cc', 29 'shared_impl/file_type_conversion.cc',
30 'shared_impl/file_type_conversion.h', 30 'shared_impl/file_type_conversion.h',
31 'shared_impl/host_resource.cc',
31 'shared_impl/host_resource.h', 32 'shared_impl/host_resource.h',
32 'shared_impl/id_assignment.cc', 33 'shared_impl/id_assignment.cc',
33 'shared_impl/id_assignment.h', 34 'shared_impl/id_assignment.h',
34 'shared_impl/platform_file.cc', 35 'shared_impl/platform_file.cc',
35 'shared_impl/platform_file.h', 36 'shared_impl/platform_file.h',
36 'shared_impl/ppapi_globals.cc', 37 'shared_impl/ppapi_globals.cc',
37 'shared_impl/ppapi_globals.h', 38 'shared_impl/ppapi_globals.h',
38 'shared_impl/ppapi_permissions.cc', 39 'shared_impl/ppapi_permissions.cc',
39 'shared_impl/ppapi_permissions.h', 40 'shared_impl/ppapi_permissions.h',
40 'shared_impl/ppapi_preferences.cc', 41 'shared_impl/ppapi_preferences.cc',
(...skipping 249 matching lines...) Expand 10 before | Expand all | Expand 10 after
290 'thunk/ppb_transport_thunk.cc', 291 'thunk/ppb_transport_thunk.cc',
291 'thunk/ppb_udp_socket_private_thunk.cc', 292 'thunk/ppb_udp_socket_private_thunk.cc',
292 'thunk/ppb_url_util_thunk.cc', 293 'thunk/ppb_url_util_thunk.cc',
293 'thunk/ppb_video_capture_thunk.cc', 294 'thunk/ppb_video_capture_thunk.cc',
294 'thunk/ppb_video_decoder_thunk.cc', 295 'thunk/ppb_video_decoder_thunk.cc',
295 'thunk/ppb_video_layer_thunk.cc', 296 'thunk/ppb_video_layer_thunk.cc',
296 'thunk/ppb_websocket_thunk.cc', 297 'thunk/ppb_websocket_thunk.cc',
297 'thunk/ppb_x509_certificate_private_thunk.cc', 298 'thunk/ppb_x509_certificate_private_thunk.cc',
298 ], 299 ],
299 }], 300 }],
301 ['>(nacl_target)==1', {
302 'sources!': [
303 'shared_impl/ppb_audio_input_shared.cc',
304 'shared_impl/ppb_audio_shared.cc',
305 'shared_impl/ppb_graphics_3d_shared.cc',
306 'shared_impl/ppb_opengles2_shared.cc',
307 'shared_impl/ppb_url_util_shared.cc',
308 'shared_impl/ppb_video_decoder_shared.cc',
309 'shared_impl/ppb_video_capture_shared.cc',
310 'shared_impl/private/net_address_private_impl.cc',
311 'shared_impl/private/ppb_browser_font_trusted_shared.cc',
312 'shared_impl/private/ppb_char_set_shared.cc',
313 'shared_impl/private/ppb_host_resolver_shared.cc',
314 'shared_impl/private/ppb_tcp_server_socket_shared.cc',
315 'shared_impl/private/ppb_x509_certificate_private_shared.cc',
316 'shared_impl/private/tcp_socket_private_impl.cc',
317 'shared_impl/private/udp_socket_private_impl.cc',
318 'thunk/ppb_audio_input_thunk.cc',
319 'thunk/ppb_audio_input_trusted_thunk.cc',
320 'thunk/ppb_audio_trusted_thunk.cc',
321 'thunk/ppb_broker_thunk.cc',
322 'thunk/ppb_browser_font_trusted_thunk.cc',
323 'thunk/ppb_buffer_thunk.cc',
324 'thunk/ppb_buffer_trusted_thunk.cc',
325 'thunk/ppb_char_set_thunk.cc',
326 'thunk/ppb_directory_reader_thunk.cc',
327 'thunk/ppb_file_chooser_thunk.cc',
328 'thunk/ppb_file_io_trusted_thunk.cc',
329 'thunk/ppb_flash_clipboard_thunk.cc',
330 'thunk/ppb_flash_device_id_thunk.cc',
331 'thunk/ppb_flash_file_fileref_thunk.cc',
332 'thunk/ppb_flash_file_modulelocal_thunk.cc',
333 'thunk/ppb_flash_fullscreen_thunk.cc',
334 'thunk/ppb_flash_menu_thunk.cc',
335 'thunk/ppb_flash_message_loop_thunk.cc',
336 'thunk/ppb_flash_thunk.cc',
337 'thunk/ppb_flash_message_loop_thunk.cc',
338 'thunk/ppb_gles_chromium_texture_mapping_thunk.cc',
339 'thunk/ppb_graphics_3d_thunk.cc',
340 'thunk/ppb_graphics_3d_trusted_thunk.cc',
341 'thunk/ppb_host_resolver_private_thunk.cc',
342 'thunk/ppb_image_data_trusted_thunk.cc',
343 'thunk/ppb_layer_compositor_thunk.cc',
344 'thunk/ppb_network_list_private_thunk.cc',
345 'thunk/ppb_network_monitor_private_thunk.cc',
346 'thunk/ppb_scrollbar_thunk.cc',
347 'thunk/ppb_talk_private_thunk.cc',
348 'thunk/ppb_tcp_server_socket_private_thunk.cc',
349 'thunk/ppb_tcp_socket_private_thunk.cc',
350 'thunk/ppb_transport_thunk.cc',
351 'thunk/ppb_udp_socket_private_thunk.cc',
352 'thunk/ppb_url_util_thunk.cc',
353 'thunk/ppb_video_capture_thunk.cc',
354 'thunk/ppb_video_decoder_thunk.cc',
355 'thunk/ppb_video_layer_thunk.cc',
356 'thunk/ppb_websocket_thunk.cc',
357 'thunk/ppb_x509_certificate_private_thunk.cc',
358 ],
359 }],
300 ], 360 ],
301 }], 361 }],
302 ], 362 ],
303 }, 363 },
304 } 364 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698