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

Side by Side Diff: ppapi/ppapi_sources.gypi

Issue 9405038: Add PPAPI interface for secure sockets in flash (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 8 years, 9 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_array_output.h', 8 'c/pp_array_output.h',
9 'c/pp_bool.h', 9 'c/pp_bool.h',
10 'c/pp_completion_callback.h', 10 'c/pp_completion_callback.h',
(...skipping 78 matching lines...) Expand 10 before | Expand all | Expand 10 after
89 # Private interfaces. 89 # Private interfaces.
90 'c/private/ppb_flash.h', 90 'c/private/ppb_flash.h',
91 'c/private/ppb_flash_clipboard.h', 91 'c/private/ppb_flash_clipboard.h',
92 'c/private/ppb_flash_file.h', 92 'c/private/ppb_flash_file.h',
93 'c/private/ppb_flash_fullscreen.h', 93 'c/private/ppb_flash_fullscreen.h',
94 'c/private/ppb_flash_menu.h', 94 'c/private/ppb_flash_menu.h',
95 'c/private/ppb_flash_message_loop.h', 95 'c/private/ppb_flash_message_loop.h',
96 'c/private/ppb_flash_net_connector.h', 96 'c/private/ppb_flash_net_connector.h',
97 'c/private/ppb_flash_tcp_socket.h', 97 'c/private/ppb_flash_tcp_socket.h',
98 'c/private/ppb_flash_udp_socket.h', 98 'c/private/ppb_flash_udp_socket.h',
99 'c/private/ppb_flash_x509_certificate.h',
99 'c/private/ppb_gpu_blacklist_private.h', 100 'c/private/ppb_gpu_blacklist_private.h',
100 'c/private/ppb_instance_private.h', 101 'c/private/ppb_instance_private.h',
101 'c/private/ppb_nacl_private.h', 102 'c/private/ppb_nacl_private.h',
102 'c/private/ppb_net_address_private.h', 103 'c/private/ppb_net_address_private.h',
103 'c/private/ppb_pdf.h', 104 'c/private/ppb_pdf.h',
104 'c/private/ppb_proxy_private.h', 105 'c/private/ppb_proxy_private.h',
105 'c/private/ppp_instance_private.h', 106 'c/private/ppp_instance_private.h',
106 'c/private/ppb_network_list_private.h', 107 'c/private/ppb_network_list_private.h',
107 'c/private/ppb_network_monitor_private.h', 108 'c/private/ppb_network_monitor_private.h',
108 'c/private/ppb_tcp_socket_private.h', 109 'c/private/ppb_tcp_socket_private.h',
(...skipping 136 matching lines...) Expand 10 before | Expand all | Expand 10 after
245 'cpp/private/flash_clipboard.cc', 246 'cpp/private/flash_clipboard.cc',
246 'cpp/private/flash_clipboard.h', 247 'cpp/private/flash_clipboard.h',
247 'cpp/private/flash_fullscreen.cc', 248 'cpp/private/flash_fullscreen.cc',
248 'cpp/private/flash_fullscreen.h', 249 'cpp/private/flash_fullscreen.h',
249 'cpp/private/flash_menu.cc', 250 'cpp/private/flash_menu.cc',
250 'cpp/private/flash_menu.h', 251 'cpp/private/flash_menu.h',
251 'cpp/private/flash_message_loop.cc', 252 'cpp/private/flash_message_loop.cc',
252 'cpp/private/flash_message_loop.h', 253 'cpp/private/flash_message_loop.h',
253 'cpp/private/flash_net_connector.cc', 254 'cpp/private/flash_net_connector.cc',
254 'cpp/private/flash_net_connector.h', 255 'cpp/private/flash_net_connector.h',
256 'cpp/private/flash_x509_certificate.h',
257 'cpp/private/flash_x509_certificate.cc',
255 'cpp/private/instance_private.cc', 258 'cpp/private/instance_private.cc',
256 'cpp/private/instance_private.h', 259 'cpp/private/instance_private.h',
257 'cpp/private/net_address_private.cc', 260 'cpp/private/net_address_private.cc',
258 'cpp/private/net_address_private.h', 261 'cpp/private/net_address_private.h',
259 'cpp/private/network_list_private.cc', 262 'cpp/private/network_list_private.cc',
260 'cpp/private/network_list_private.h', 263 'cpp/private/network_list_private.h',
261 'cpp/private/network_monitor_private.cc', 264 'cpp/private/network_monitor_private.cc',
262 'cpp/private/network_monitor_private.h', 265 'cpp/private/network_monitor_private.h',
263 'cpp/private/tcp_socket_private.cc', 266 'cpp/private/tcp_socket_private.cc',
264 'cpp/private/tcp_socket_private.h', 267 'cpp/private/tcp_socket_private.h',
(...skipping 113 matching lines...) Expand 10 before | Expand all | Expand 10 after
378 'tests/test_file_system.cc', 381 'tests/test_file_system.cc',
379 'tests/test_file_system.h', 382 'tests/test_file_system.h',
380 'tests/test_flash.cc', 383 'tests/test_flash.cc',
381 'tests/test_flash.h', 384 'tests/test_flash.h',
382 'tests/test_flash_clipboard.cc', 385 'tests/test_flash_clipboard.cc',
383 'tests/test_flash_clipboard.h', 386 'tests/test_flash_clipboard.h',
384 'tests/test_flash_fullscreen.cc', 387 'tests/test_flash_fullscreen.cc',
385 'tests/test_flash_fullscreen.h', 388 'tests/test_flash_fullscreen.h',
386 'tests/test_flash_message_loop.cc', 389 'tests/test_flash_message_loop.cc',
387 'tests/test_flash_message_loop.h', 390 'tests/test_flash_message_loop.h',
391 'tests/test_flash_x509_certificate.h',
392 'tests/test_flash_x509_certificate.cc',
388 'tests/test_fullscreen.cc', 393 'tests/test_fullscreen.cc',
389 'tests/test_fullscreen.h', 394 'tests/test_fullscreen.h',
390 'tests/test_graphics_2d.cc', 395 'tests/test_graphics_2d.cc',
391 'tests/test_graphics_2d.h', 396 'tests/test_graphics_2d.h',
392 'tests/test_graphics_3d.cc', 397 'tests/test_graphics_3d.cc',
393 'tests/test_graphics_3d.h', 398 'tests/test_graphics_3d.h',
394 'tests/test_image_data.cc', 399 'tests/test_image_data.cc',
395 'tests/test_image_data.h', 400 'tests/test_image_data.h',
396 'tests/test_input_event.cc', 401 'tests/test_input_event.cc',
397 'tests/test_input_event.h', 402 'tests/test_input_event.h',
(...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after
443 'c/dev/ppb_transport_dev.h', 448 'c/dev/ppb_transport_dev.h',
444 ], 449 ],
445 'cpp_source_files': [ 450 'cpp_source_files': [
446 'cpp/dev/transport_dev.cc', 451 'cpp/dev/transport_dev.cc',
447 'cpp/dev/transport_dev.h', 452 'cpp/dev/transport_dev.h',
448 ], 453 ],
449 }, 454 },
450 }], 455 }],
451 ], 456 ],
452 } 457 }
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