diff options
author | tomfinegan@chromium.org <tomfinegan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-08-17 00:18:43 +0000 |
---|---|---|
committer | tomfinegan@chromium.org <tomfinegan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-08-17 00:18:43 +0000 |
commit | e5aeef0767ea5676d3c7a512f74d350d4c298b1d (patch) | |
tree | e4f98de266c46fac108dd80a25cbefc28898f05e /ppapi/ppapi_sources.gypi | |
parent | 7831d657839f81c88af9f7a7257870b2e7ce0e0d (diff) | |
download | chromium_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.gypi | 4 |
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', |