Add PPAPI decryptor implementation.
BUG=138139
TEST=none
Review URL: https://chromiumcodereview.appspot.com/10827280
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@152004 0039d316-1c4b-4281-b951-d872f2087c98
diff --git a/ppapi/ppapi_sources.gypi b/ppapi/ppapi_sources.gypi
index 563af86..07aae96 100644
--- a/ppapi/ppapi_sources.gypi
+++ b/ppapi/ppapi_sources.gypi
@@ -91,6 +91,7 @@
# Private interfaces.
'c/private/pp_file_handle.h',
+ 'c/private/ppb_content_decryptor_private.h',
'c/private/ppb_flash.h',
'c/private/ppb_flash_clipboard.h',
'c/private/ppb_flash_file.h',
@@ -113,6 +114,7 @@
'c/private/ppb_tcp_socket_private.h',
'c/private/ppb_udp_socket_private.h',
'c/private/ppb_x509_certificate_private.h',
+ 'c/private/ppp_content_decryptor_private.h',
# Deprecated interfaces.
'c/dev/deprecated_bool.h',
@@ -253,6 +255,8 @@
'cpp/dev/scriptable_object_deprecated.cc',
# Private interfaces.
+ 'cpp/private/content_decryptor_private.cc',
+ 'cpp/private/content_decryptor_private.h',
'cpp/private/flash.cc',
'cpp/private/flash.h',
'cpp/private/flash_clipboard.cc',