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

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

Issue 24039002: Pepper API implementation for output protection. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: fix build for non-chromeos 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 | « content/renderer/pepper/resource_creation_impl.cc ('k') | ppapi/cpp/private/output_protection_private.h » ('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 785eaacd5f83910f3c40b39ecbaf20543c5cc1e7..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,8 +13,7 @@
'file_io_private.cc',
'host_resolver_private.cc',
'net_address_private.cc',
- # TODO(binji): Remove comment when this file is added.
- # 'output_protection_private.cc',
+ 'output_protection_private.cc',
'pass_file_handle.cc',
'tcp_socket_private.cc',
'tcp_server_socket_private.cc',
@@ -49,8 +48,7 @@
'file_io_private.h',
'host_resolver_private.h',
'net_address_private.h',
- # TODO(binji): Remove comment when this file is added.
- # 'output_protection_private.h',
+ 'output_protection_private.h',
'pass_file_handle.h',
'tcp_server_socket_private.h',
'tcp_socket_private.h',
« no previous file with comments | « content/renderer/pepper/resource_creation_impl.cc ('k') | ppapi/cpp/private/output_protection_private.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698