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

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

Issue 23898005: [NaCl SDK] Remove output_protection_private.{cc,h} from library.dsc. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
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 | no next file » | 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 c4fd36189734bc28ab1bd3338ab1686e809cadf4..785eaacd5f83910f3c40b39ecbaf20543c5cc1e7 100644
--- a/native_client_sdk/src/libraries/ppapi_cpp_private/library.dsc
+++ b/native_client_sdk/src/libraries/ppapi_cpp_private/library.dsc
@@ -13,7 +13,8 @@
'file_io_private.cc',
'host_resolver_private.cc',
'net_address_private.cc',
- 'output_protection_private.cc',
+ # TODO(binji): Remove comment when this file is added.
+ # 'output_protection_private.cc',
'pass_file_handle.cc',
'tcp_socket_private.cc',
'tcp_server_socket_private.cc',
@@ -48,7 +49,8 @@
'file_io_private.h',
'host_resolver_private.h',
'net_address_private.h',
- 'output_protection_private.h',
+ # TODO(binji): Remove comment when this file is added.
+ # '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 | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698