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

Unified Diff: ppapi/ppapi_shared.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
Index: ppapi/ppapi_shared.gypi
diff --git a/ppapi/ppapi_shared.gypi b/ppapi/ppapi_shared.gypi
index 01b9aef199afcc15af5d4afec86e42cf4fd9a986..4fcf318cf28673d5a89e0a30504eda0567553621 100644
--- a/ppapi/ppapi_shared.gypi
+++ b/ppapi/ppapi_shared.gypi
@@ -133,7 +133,8 @@
'shared_impl/private/ppb_browser_font_trusted_shared.h',
'shared_impl/private/ppb_char_set_shared.cc',
'shared_impl/private/ppb_char_set_shared.h',
-
+ 'shared_impl/private/ppb_flash_x509_certificate_shared.cc',
+ 'shared_impl/private/ppb_flash_x509_certificate_shared.h',
'shared_impl/private/ppb_host_resolver_shared.cc',
'shared_impl/private/ppb_host_resolver_shared.h',
'shared_impl/private/ppb_tcp_server_socket_shared.cc',
@@ -190,6 +191,8 @@
'thunk/ppb_flash_message_loop_thunk.cc',
'thunk/ppb_flash_net_connector_api.h',
'thunk/ppb_flash_net_connector_thunk.cc',
+ 'thunk/ppb_flash_x509_certificate_api.h',
+ 'thunk/ppb_flash_x509_certificate_thunk.cc',
'thunk/ppb_fullscreen_thunk.cc',
'thunk/ppb_gamepad_thunk.cc',
'thunk/ppb_gles_chromium_texture_mapping_thunk.cc',

Powered by Google App Engine
This is Rietveld 408576698