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

Unified Diff: native_client_sdk/src/libraries/ppapi_cpp_private/library.dsc

Issue 23621019: Pepper API for output protection. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 7 years, 3 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
« no previous file with comments | « no previous file | ppapi/api/private/ppb_output_protection_private.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: native_client_sdk/src/libraries/ppapi_cpp_private/library.dsc
diff --git a/native_client_sdk/src/libraries/ppapi_cpp_private/library.dsc b/native_client_sdk/src/libraries/ppapi_cpp_private/library.dsc
index 058d79bc5c697841b500cc887e3d6e5dfea5a8e4..c4fd36189734bc28ab1bd3338ab1686e809cadf4 100644
--- a/native_client_sdk/src/libraries/ppapi_cpp_private/library.dsc
+++ b/native_client_sdk/src/libraries/ppapi_cpp_private/library.dsc
@@ -13,6 +13,7 @@
'file_io_private.cc',
'host_resolver_private.cc',
'net_address_private.cc',
+ 'output_protection_private.cc',
'pass_file_handle.cc',
'tcp_socket_private.cc',
'tcp_server_socket_private.cc',
@@ -30,6 +31,7 @@
'ppb_file_ref_private.h',
'ppb_host_resolver_private.h',
'ppb_net_address_private.h',
+ 'ppb_output_protection_private.h',
'ppb_tcp_server_socket_private.h',
'ppb_tcp_socket_private.h',
'ppb_udp_socket_private.h',
@@ -46,6 +48,7 @@
'file_io_private.h',
'host_resolver_private.h',
'net_address_private.h',
+ 'output_protection_private.h',
'pass_file_handle.h',
'tcp_server_socket_private.h',
'tcp_socket_private.h',
« no previous file with comments | « no previous file | ppapi/api/private/ppb_output_protection_private.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698