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

Unified 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ppapi/ppapi_shared.gypi ('k') | ppapi/proxy/interface_list.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/ppapi_sources.gypi
diff --git a/ppapi/ppapi_sources.gypi b/ppapi/ppapi_sources.gypi
index 20d093ec225743bb05488d9ab5223583e98ada28..f8200f3a636abfb0e0681341efe5faa89ef52f22 100644
--- a/ppapi/ppapi_sources.gypi
+++ b/ppapi/ppapi_sources.gypi
@@ -96,6 +96,7 @@
'c/private/ppb_flash_net_connector.h',
'c/private/ppb_flash_tcp_socket.h',
'c/private/ppb_flash_udp_socket.h',
+ 'c/private/ppb_flash_x509_certificate.h',
'c/private/ppb_gpu_blacklist_private.h',
'c/private/ppb_instance_private.h',
'c/private/ppb_nacl_private.h',
@@ -252,6 +253,8 @@
'cpp/private/flash_message_loop.h',
'cpp/private/flash_net_connector.cc',
'cpp/private/flash_net_connector.h',
+ 'cpp/private/flash_x509_certificate.h',
+ 'cpp/private/flash_x509_certificate.cc',
'cpp/private/instance_private.cc',
'cpp/private/instance_private.h',
'cpp/private/net_address_private.cc',
@@ -385,6 +388,8 @@
'tests/test_flash_fullscreen.h',
'tests/test_flash_message_loop.cc',
'tests/test_flash_message_loop.h',
+ 'tests/test_flash_x509_certificate.h',
+ 'tests/test_flash_x509_certificate.cc',
'tests/test_fullscreen.cc',
'tests/test_fullscreen.h',
'tests/test_graphics_2d.cc',
« 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