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

Side by Side Diff: ppapi/ppapi_sources.gypi

Issue 9188045: Introduce PPB_Flash_MessageLoop interface for Pepper Flash. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Use base::Callback instead of PP_CompletionCallback in RunFromHostProxy(). Created 8 years, 10 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 | « ppapi/ppapi_shared.gypi ('k') | ppapi/proxy/interface_list.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 { 5 {
6 'variables': { 6 'variables': {
7 'c_source_files': [ 7 'c_source_files': [
8 'c/pp_bool.h', 8 'c/pp_bool.h',
9 'c/pp_completion_callback.h', 9 'c/pp_completion_callback.h',
10 'c/pp_errors.h', 10 'c/pp_errors.h',
(...skipping 73 matching lines...) Expand 10 before | Expand all | Expand 10 after
84 'c/dev/ppp_video_decoder_dev.h', 84 'c/dev/ppp_video_decoder_dev.h',
85 'c/dev/ppp_widget_dev.h', 85 'c/dev/ppp_widget_dev.h',
86 'c/dev/ppp_zoom_dev.h', 86 'c/dev/ppp_zoom_dev.h',
87 87
88 # Private interfaces. 88 # Private interfaces.
89 'c/private/ppb_flash.h', 89 'c/private/ppb_flash.h',
90 'c/private/ppb_flash_clipboard.h', 90 'c/private/ppb_flash_clipboard.h',
91 'c/private/ppb_flash_file.h', 91 'c/private/ppb_flash_file.h',
92 'c/private/ppb_flash_fullscreen.h', 92 'c/private/ppb_flash_fullscreen.h',
93 'c/private/ppb_flash_menu.h', 93 'c/private/ppb_flash_menu.h',
94 'c/private/ppb_flash_message_loop.h',
94 'c/private/ppb_flash_net_connector.h', 95 'c/private/ppb_flash_net_connector.h',
95 'c/private/ppb_flash_tcp_socket.h', 96 'c/private/ppb_flash_tcp_socket.h',
96 'c/private/ppb_flash_udp_socket.h', 97 'c/private/ppb_flash_udp_socket.h',
97 'c/private/ppb_gpu_blacklist_private.h', 98 'c/private/ppb_gpu_blacklist_private.h',
98 'c/private/ppb_instance_private.h', 99 'c/private/ppb_instance_private.h',
99 'c/private/ppb_nacl_private.h', 100 'c/private/ppb_nacl_private.h',
100 'c/private/ppb_net_address_private.h', 101 'c/private/ppb_net_address_private.h',
101 'c/private/ppb_pdf.h', 102 'c/private/ppb_pdf.h',
102 'c/private/ppb_proxy_private.h', 103 'c/private/ppb_proxy_private.h',
103 'c/private/ppp_instance_private.h', 104 'c/private/ppp_instance_private.h',
(...skipping 130 matching lines...) Expand 10 before | Expand all | Expand 10 after
234 235
235 # Private interfaces. 236 # Private interfaces.
236 'cpp/private/flash.cc', 237 'cpp/private/flash.cc',
237 'cpp/private/flash.h', 238 'cpp/private/flash.h',
238 'cpp/private/flash_clipboard.cc', 239 'cpp/private/flash_clipboard.cc',
239 'cpp/private/flash_clipboard.h', 240 'cpp/private/flash_clipboard.h',
240 'cpp/private/flash_fullscreen.cc', 241 'cpp/private/flash_fullscreen.cc',
241 'cpp/private/flash_fullscreen.h', 242 'cpp/private/flash_fullscreen.h',
242 'cpp/private/flash_menu.cc', 243 'cpp/private/flash_menu.cc',
243 'cpp/private/flash_menu.h', 244 'cpp/private/flash_menu.h',
245 'cpp/private/flash_message_loop.cc',
246 'cpp/private/flash_message_loop.h',
244 'cpp/private/flash_net_connector.cc', 247 'cpp/private/flash_net_connector.cc',
245 'cpp/private/flash_net_connector.h', 248 'cpp/private/flash_net_connector.h',
246 'cpp/private/instance_private.cc', 249 'cpp/private/instance_private.cc',
247 'cpp/private/instance_private.h', 250 'cpp/private/instance_private.h',
248 'cpp/private/net_address_private.cc', 251 'cpp/private/net_address_private.cc',
249 'cpp/private/net_address_private.h', 252 'cpp/private/net_address_private.h',
250 'cpp/private/tcp_socket_private.cc', 253 'cpp/private/tcp_socket_private.cc',
251 'cpp/private/tcp_socket_private.h', 254 'cpp/private/tcp_socket_private.h',
252 'cpp/private/udp_socket_private.cc', 255 'cpp/private/udp_socket_private.cc',
253 'cpp/private/udp_socket_private.h', 256 'cpp/private/udp_socket_private.h',
(...skipping 100 matching lines...) Expand 10 before | Expand all | Expand 10 after
354 'tests/test_file_ref.cc', 357 'tests/test_file_ref.cc',
355 'tests/test_file_ref.h', 358 'tests/test_file_ref.h',
356 'tests/test_file_system.cc', 359 'tests/test_file_system.cc',
357 'tests/test_file_system.h', 360 'tests/test_file_system.h',
358 'tests/test_flash.cc', 361 'tests/test_flash.cc',
359 'tests/test_flash.h', 362 'tests/test_flash.h',
360 'tests/test_flash_clipboard.cc', 363 'tests/test_flash_clipboard.cc',
361 'tests/test_flash_clipboard.h', 364 'tests/test_flash_clipboard.h',
362 'tests/test_flash_fullscreen.cc', 365 'tests/test_flash_fullscreen.cc',
363 'tests/test_flash_fullscreen.h', 366 'tests/test_flash_fullscreen.h',
367 'tests/test_flash_message_loop.cc',
368 'tests/test_flash_message_loop.h',
364 'tests/test_fullscreen.cc', 369 'tests/test_fullscreen.cc',
365 'tests/test_fullscreen.h', 370 'tests/test_fullscreen.h',
366 'tests/test_graphics_2d.cc', 371 'tests/test_graphics_2d.cc',
367 'tests/test_graphics_2d.h', 372 'tests/test_graphics_2d.h',
368 'tests/test_graphics_3d.cc', 373 'tests/test_graphics_3d.cc',
369 'tests/test_graphics_3d.h', 374 'tests/test_graphics_3d.h',
370 'tests/test_image_data.cc', 375 'tests/test_image_data.cc',
371 'tests/test_image_data.h', 376 'tests/test_image_data.h',
372 'tests/test_input_event.cc', 377 'tests/test_input_event.cc',
373 'tests/test_input_event.h', 378 'tests/test_input_event.h',
(...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after
419 'c/dev/ppb_transport_dev.h', 424 'c/dev/ppb_transport_dev.h',
420 ], 425 ],
421 'cpp_source_files': [ 426 'cpp_source_files': [
422 'cpp/dev/transport_dev.cc', 427 'cpp/dev/transport_dev.cc',
423 'cpp/dev/transport_dev.h', 428 'cpp/dev/transport_dev.h',
424 ], 429 ],
425 }, 430 },
426 }], 431 }],
427 ], 432 ],
428 } 433 }
OLDNEW
« no previous file with comments | « ppapi/ppapi_shared.gypi ('k') | ppapi/proxy/interface_list.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698