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

Unified Diff: ppapi/ppapi_sources.gypi

Issue 10827280: Add PPAPI decryptor implementation. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: All comments addressed-- please check ppapi_plugin_instance: I'm abusing LOG(INFO) to avoid compile… Created 8 years, 4 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_sources.gypi
diff --git a/ppapi/ppapi_sources.gypi b/ppapi/ppapi_sources.gypi
index 563af863c13ac8f974f203cd745a3f6ff8cc80d0..07aae96d146239407eed4d07dfcdda931e34207c 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',

Powered by Google App Engine
This is Rietveld 408576698