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

Side by Side 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 unified diff | Download patch
« no previous file with comments | « no previous file | ppapi/api/private/ppb_output_protection_private.idl » ('j') | 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 'pass_file_handle.cc', 17 'pass_file_handle.cc',
17 'tcp_socket_private.cc', 18 'tcp_socket_private.cc',
18 'tcp_server_socket_private.cc', 19 'tcp_server_socket_private.cc',
19 'udp_socket_private.cc', 20 'udp_socket_private.cc',
20 'x509_certificate_private.cc', 21 'x509_certificate_private.cc',
21 ], 22 ],
22 } 23 }
23 ], 24 ],
24 'HEADERS': [ 25 'HEADERS': [
25 # ppapi/c/private 26 # ppapi/c/private
26 { 27 {
27 'FILES': [ 28 'FILES': [
28 'ppb_ext_crx_file_system_private.h', 29 'ppb_ext_crx_file_system_private.h',
29 'ppb_file_io_private.h', 30 'ppb_file_io_private.h',
30 'ppb_file_ref_private.h', 31 'ppb_file_ref_private.h',
31 'ppb_host_resolver_private.h', 32 'ppb_host_resolver_private.h',
32 'ppb_net_address_private.h', 33 'ppb_net_address_private.h',
34 'ppb_output_protection_private.h',
33 'ppb_tcp_server_socket_private.h', 35 'ppb_tcp_server_socket_private.h',
34 'ppb_tcp_socket_private.h', 36 'ppb_tcp_socket_private.h',
35 'ppb_udp_socket_private.h', 37 'ppb_udp_socket_private.h',
36 'ppb_x509_certificate_private.h', 38 'ppb_x509_certificate_private.h',
37 'pp_file_handle.h', 39 'pp_file_handle.h',
38 ], 40 ],
39 'DEST': 'include/ppapi/c/private', 41 'DEST': 'include/ppapi/c/private',
40 }, 42 },
41 43
42 # ppapi/cpp/private 44 # ppapi/cpp/private
43 { 45 {
44 'FILES': [ 46 'FILES': [
45 'ext_crx_file_system_private.h', 47 'ext_crx_file_system_private.h',
46 'file_io_private.h', 48 'file_io_private.h',
47 'host_resolver_private.h', 49 'host_resolver_private.h',
48 'net_address_private.h', 50 'net_address_private.h',
51 'output_protection_private.h',
49 'pass_file_handle.h', 52 'pass_file_handle.h',
50 'tcp_server_socket_private.h', 53 'tcp_server_socket_private.h',
51 'tcp_socket_private.h', 54 'tcp_socket_private.h',
52 'udp_socket_private.h', 55 'udp_socket_private.h',
53 'x509_certificate_private.h', 56 'x509_certificate_private.h',
54 ], 57 ],
55 'DEST': 'include/ppapi/cpp/private', 58 'DEST': 'include/ppapi/cpp/private',
56 }, 59 },
57 ], 60 ],
58 'DEST': 'src', 61 'DEST': 'src',
59 'NAME': 'ppapi_cpp_private', 62 'NAME': 'ppapi_cpp_private',
60 } 63 }
61 64
OLDNEW
« 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