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

Side by Side 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 { 1 {
2 'TOOLS': ['newlib', 'glibc', 'pnacl', 'win', 'linux'], 2 'TOOLS': ['newlib', 'glibc', 'pnacl', 'win', 'linux'],
3 'SEARCH': [ 3 'SEARCH': [
4 '../../../../ppapi/c/private', 4 '../../../../ppapi/c/private',
5 '../../../../ppapi/cpp/private', 5 '../../../../ppapi/cpp/private',
6 ], 6 ],
7 'TARGETS': [ 7 'TARGETS': [
8 { 8 {
9 'NAME' : 'ppapi_cpp_private', 9 'NAME' : 'ppapi_cpp_private',
10 'TYPE' : 'lib', 10 'TYPE' : 'lib',
11 'SOURCES' : [ 11 'SOURCES' : [
12 'ext_crx_file_system_private.cc', 12 'ext_crx_file_system_private.cc',
13 'file_io_private.cc', 13 'file_io_private.cc',
14 'host_resolver_private.cc', 14 'host_resolver_private.cc',
15 'net_address_private.cc', 15 'net_address_private.cc',
16 'output_protection_private.cc', 16 # TODO(binji): Remove comment when this file is added.
17 # 'output_protection_private.cc',
17 'pass_file_handle.cc', 18 'pass_file_handle.cc',
18 'tcp_socket_private.cc', 19 'tcp_socket_private.cc',
19 'tcp_server_socket_private.cc', 20 'tcp_server_socket_private.cc',
20 'udp_socket_private.cc', 21 'udp_socket_private.cc',
21 'x509_certificate_private.cc', 22 'x509_certificate_private.cc',
22 ], 23 ],
23 } 24 }
24 ], 25 ],
25 'HEADERS': [ 26 'HEADERS': [
26 # ppapi/c/private 27 # ppapi/c/private
(...skipping 14 matching lines...) Expand all
41 'DEST': 'include/ppapi/c/private', 42 'DEST': 'include/ppapi/c/private',
42 }, 43 },
43 44
44 # ppapi/cpp/private 45 # ppapi/cpp/private
45 { 46 {
46 'FILES': [ 47 'FILES': [
47 'ext_crx_file_system_private.h', 48 'ext_crx_file_system_private.h',
48 'file_io_private.h', 49 'file_io_private.h',
49 'host_resolver_private.h', 50 'host_resolver_private.h',
50 'net_address_private.h', 51 'net_address_private.h',
51 'output_protection_private.h', 52 # TODO(binji): Remove comment when this file is added.
53 # 'output_protection_private.h',
52 'pass_file_handle.h', 54 'pass_file_handle.h',
53 'tcp_server_socket_private.h', 55 'tcp_server_socket_private.h',
54 'tcp_socket_private.h', 56 'tcp_socket_private.h',
55 'udp_socket_private.h', 57 'udp_socket_private.h',
56 'x509_certificate_private.h', 58 'x509_certificate_private.h',
57 ], 59 ],
58 'DEST': 'include/ppapi/cpp/private', 60 'DEST': 'include/ppapi/cpp/private',
59 }, 61 },
60 ], 62 ],
61 'DEST': 'src', 63 'DEST': 'src',
62 'NAME': 'ppapi_cpp_private', 64 'NAME': 'ppapi_cpp_private',
63 } 65 }
64 66
OLDNEW
« 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