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

Side by Side Diff: ppapi/ppapi_sources.gypi

Issue 9693024: Add the PPAPI X509 Certificate interface and implementation. (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
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_server_socket_private.cc', 266 'cpp/private/tcp_server_socket_private.cc',
264 'cpp/private/tcp_server_socket_private.h', 267 'cpp/private/tcp_server_socket_private.h',
(...skipping 115 matching lines...) Expand 10 before | Expand all | Expand 10 after
380 'tests/test_file_system.cc', 383 'tests/test_file_system.cc',
381 'tests/test_file_system.h', 384 'tests/test_file_system.h',
382 'tests/test_flash.cc', 385 'tests/test_flash.cc',
383 'tests/test_flash.h', 386 'tests/test_flash.h',
384 'tests/test_flash_clipboard.cc', 387 'tests/test_flash_clipboard.cc',
385 'tests/test_flash_clipboard.h', 388 'tests/test_flash_clipboard.h',
386 'tests/test_flash_fullscreen.cc', 389 'tests/test_flash_fullscreen.cc',
387 'tests/test_flash_fullscreen.h', 390 'tests/test_flash_fullscreen.h',
388 'tests/test_flash_message_loop.cc', 391 'tests/test_flash_message_loop.cc',
389 'tests/test_flash_message_loop.h', 392 'tests/test_flash_message_loop.h',
393 'tests/test_flash_x509_certificate.h',
394 'tests/test_flash_x509_certificate.cc',
390 'tests/test_fullscreen.cc', 395 'tests/test_fullscreen.cc',
391 'tests/test_fullscreen.h', 396 'tests/test_fullscreen.h',
392 'tests/test_graphics_2d.cc', 397 'tests/test_graphics_2d.cc',
393 'tests/test_graphics_2d.h', 398 'tests/test_graphics_2d.h',
394 'tests/test_graphics_3d.cc', 399 'tests/test_graphics_3d.cc',
395 'tests/test_graphics_3d.h', 400 'tests/test_graphics_3d.h',
396 'tests/test_image_data.cc', 401 'tests/test_image_data.cc',
397 'tests/test_image_data.h', 402 'tests/test_image_data.h',
398 'tests/test_input_event.cc', 403 'tests/test_input_event.cc',
399 'tests/test_input_event.h', 404 'tests/test_input_event.h',
(...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after
447 'c/dev/ppb_transport_dev.h', 452 'c/dev/ppb_transport_dev.h',
448 ], 453 ],
449 'cpp_source_files': [ 454 'cpp_source_files': [
450 'cpp/dev/transport_dev.cc', 455 'cpp/dev/transport_dev.cc',
451 'cpp/dev/transport_dev.h', 456 'cpp/dev/transport_dev.h',
452 ], 457 ],
453 }, 458 },
454 }], 459 }],
455 ], 460 ],
456 } 461 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698