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

Unified 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 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 19d8919bad8f60bcea1026a2b5fa74a52d6e758d..3ec8c27f4292b492d74748c1052b8345e71f6748 100644
--- a/ppapi/ppapi_sources.gypi
+++ b/ppapi/ppapi_sources.gypi
@@ -109,6 +109,7 @@
'c/private/ppb_tcp_server_socket_private.h',
'c/private/ppb_tcp_socket_private.h',
'c/private/ppb_udp_socket_private.h',
+ 'c/private/ppb_x509_certificate_private.h',
# Deprecated interfaces.
'c/dev/deprecated_bool.h',
@@ -273,6 +274,8 @@
'cpp/private/udp_socket_private.h',
'cpp/private/var_private.cc',
'cpp/private/var_private.h',
+ 'cpp/private/x509_certificate_private.cc',
+ 'cpp/private/x509_certificate_private.h',
# Trusted interfaces.
'cpp/trusted/browser_font_trusted.cc',
@@ -441,6 +444,8 @@
'tests/test_video_decoder.h',
'tests/test_websocket.cc',
'tests/test_websocket.h',
+ 'tests/test_x509_certificate_private.cc',
+ 'tests/test_x509_certificate_private.h',
# Deprecated test cases.
'tests/test_instance_deprecated.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