summaryrefslogtreecommitdiffstats
path: root/ppapi/ppapi_sources.gypi
diff options
context:
space:
mode:
authortomfinegan@chromium.org <tomfinegan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-08-17 00:18:43 +0000
committertomfinegan@chromium.org <tomfinegan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-08-17 00:18:43 +0000
commite5aeef0767ea5676d3c7a512f74d350d4c298b1d (patch)
treee4f98de266c46fac108dd80a25cbefc28898f05e /ppapi/ppapi_sources.gypi
parent7831d657839f81c88af9f7a7257870b2e7ce0e0d (diff)
downloadchromium_src-e5aeef0767ea5676d3c7a512f74d350d4c298b1d.zip
chromium_src-e5aeef0767ea5676d3c7a512f74d350d4c298b1d.tar.gz
chromium_src-e5aeef0767ea5676d3c7a512f74d350d4c298b1d.tar.bz2
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
Diffstat (limited to 'ppapi/ppapi_sources.gypi')
-rw-r--r--ppapi/ppapi_sources.gypi4
1 files changed, 4 insertions, 0 deletions
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',