OLD | NEW |
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 'isolated_file_system_private.cc', | 15 'isolated_file_system_private.cc', |
16 'net_address_private.cc', | 16 'net_address_private.cc', |
17 'output_protection_private.cc', | 17 'output_protection_private.cc', |
18 'pass_file_handle.cc', | 18 'pass_file_handle.cc', |
19 'tcp_socket_private.cc', | 19 'tcp_socket_private.cc', |
20 'tcp_server_socket_private.cc', | 20 'tcp_server_socket_private.cc', |
21 'udp_socket_private.cc', | 21 'udp_socket_private.cc', |
| 22 'uma_private.cc', |
22 'x509_certificate_private.cc', | 23 'x509_certificate_private.cc', |
23 ], | 24 ], |
24 } | 25 } |
25 ], | 26 ], |
26 'HEADERS': [ | 27 'HEADERS': [ |
27 # ppapi/c/private | 28 # ppapi/c/private |
28 { | 29 { |
29 'FILES': [ | 30 'FILES': [ |
30 'ppb_ext_crx_file_system_private.h', | 31 'ppb_ext_crx_file_system_private.h', |
31 'ppb_file_io_private.h', | 32 'ppb_file_io_private.h', |
32 'ppb_file_ref_private.h', | 33 'ppb_file_ref_private.h', |
33 'ppb_host_resolver_private.h', | 34 'ppb_host_resolver_private.h', |
34 'ppb_isolated_file_system_private.h', | 35 'ppb_isolated_file_system_private.h', |
35 'ppb_net_address_private.h', | 36 'ppb_net_address_private.h', |
36 'ppb_output_protection_private.h', | 37 'ppb_output_protection_private.h', |
37 'ppb_tcp_server_socket_private.h', | 38 'ppb_tcp_server_socket_private.h', |
38 'ppb_tcp_socket_private.h', | 39 'ppb_tcp_socket_private.h', |
39 'ppb_udp_socket_private.h', | 40 'ppb_udp_socket_private.h', |
| 41 'ppb_uma_private.h', |
40 'ppb_x509_certificate_private.h', | 42 'ppb_x509_certificate_private.h', |
41 'pp_file_handle.h', | 43 'pp_file_handle.h', |
42 ], | 44 ], |
43 'DEST': 'include/ppapi/c/private', | 45 'DEST': 'include/ppapi/c/private', |
44 }, | 46 }, |
45 | 47 |
46 # ppapi/cpp/private | 48 # ppapi/cpp/private |
47 { | 49 { |
48 'FILES': [ | 50 'FILES': [ |
49 'ext_crx_file_system_private.h', | 51 'ext_crx_file_system_private.h', |
50 'file_io_private.h', | 52 'file_io_private.h', |
51 'host_resolver_private.h', | 53 'host_resolver_private.h', |
52 'isolated_file_system_private.h', | 54 'isolated_file_system_private.h', |
53 'net_address_private.h', | 55 'net_address_private.h', |
54 'output_protection_private.h', | 56 'output_protection_private.h', |
55 'pass_file_handle.h', | 57 'pass_file_handle.h', |
56 'tcp_server_socket_private.h', | 58 'tcp_server_socket_private.h', |
57 'tcp_socket_private.h', | 59 'tcp_socket_private.h', |
58 'udp_socket_private.h', | 60 'udp_socket_private.h', |
| 61 'uma_private.h', |
59 'x509_certificate_private.h', | 62 'x509_certificate_private.h', |
60 ], | 63 ], |
61 'DEST': 'include/ppapi/cpp/private', | 64 'DEST': 'include/ppapi/cpp/private', |
62 }, | 65 }, |
63 ], | 66 ], |
64 'DEST': 'src', | 67 'DEST': 'src', |
65 'NAME': 'ppapi_cpp_private', | 68 'NAME': 'ppapi_cpp_private', |
66 } | 69 } |
67 | 70 |
OLD | NEW |