OLD | NEW |
1 { | 1 { |
2 'TOOLS': ['newlib', 'glibc', 'pnacl', 'win', 'linux'], | 2 'TOOLS': ['newlib', 'glibc', 'pnacl', 'win', 'linux'], |
3 'SEARCH': [ | 3 'SEARCH': [ |
4 '.', | 4 '.', |
5 '../../../../ppapi/cpp', | 5 '../../../../ppapi/cpp', |
6 '../../../../ppapi/cpp/dev', | 6 '../../../../ppapi/cpp/dev', |
7 '../../../../ppapi/cpp/extensions', | 7 '../../../../ppapi/cpp/extensions', |
8 '../../../../ppapi/cpp/extensions/dev', | 8 '../../../../ppapi/cpp/extensions/dev', |
9 '../../../../ppapi/utility', | 9 '../../../../ppapi/utility', |
10 '../../../../ppapi/utility/graphics', | 10 '../../../../ppapi/utility/graphics', |
(...skipping 21 matching lines...) Expand all Loading... |
32 'host_resolver.cc', | 32 'host_resolver.cc', |
33 'image_data.cc', | 33 'image_data.cc', |
34 'input_event.cc', | 34 'input_event.cc', |
35 'instance.cc', | 35 'instance.cc', |
36 'instance_handle.cc', | 36 'instance_handle.cc', |
37 'message_loop.cc', | 37 'message_loop.cc', |
38 'module.cc', | 38 'module.cc', |
39 'mouse_cursor.cc', | 39 'mouse_cursor.cc', |
40 'mouse_lock.cc', | 40 'mouse_lock.cc', |
41 'net_address.cc', | 41 'net_address.cc', |
| 42 'network_proxy.cc', |
42 'ppp_entrypoints.cc', | 43 'ppp_entrypoints.cc', |
43 'rect.cc', | 44 'rect.cc', |
44 'resource.cc', | 45 'resource.cc', |
45 'tcp_socket.cc', | 46 'tcp_socket.cc', |
46 'udp_socket.cc', | 47 'udp_socket.cc', |
47 'url_loader.cc', | 48 'url_loader.cc', |
48 'url_request_info.cc', | 49 'url_request_info.cc', |
49 'url_response_info.cc', | 50 'url_response_info.cc', |
50 'var_array_buffer.cc', | 51 'var_array_buffer.cc', |
51 'var_array.cc', | 52 'var_array.cc', |
(...skipping 74 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
126 'instance.h', | 127 'instance.h', |
127 'instance_handle.h', | 128 'instance_handle.h', |
128 'logging.h', | 129 'logging.h', |
129 'message_loop.h', | 130 'message_loop.h', |
130 'module_embedder.h', | 131 'module_embedder.h', |
131 'module.h', | 132 'module.h', |
132 'module_impl.h', | 133 'module_impl.h', |
133 'mouse_cursor.h', | 134 'mouse_cursor.h', |
134 'mouse_lock.h', | 135 'mouse_lock.h', |
135 'net_address.h', | 136 'net_address.h', |
| 137 'network_proxy.h', |
136 'output_traits.h', | 138 'output_traits.h', |
137 'pass_ref.h', | 139 'pass_ref.h', |
138 'point.h', | 140 'point.h', |
139 'rect.h', | 141 'rect.h', |
140 'resource.h', | 142 'resource.h', |
141 'size.h', | 143 'size.h', |
142 'tcp_socket.h', | 144 'tcp_socket.h', |
143 'touch_point.h', | 145 'touch_point.h', |
144 'udp_socket.h', | 146 'udp_socket.h', |
145 'url_loader.h', | 147 'url_loader.h', |
(...skipping 91 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
237 'lock.h', | 239 'lock.h', |
238 'simple_thread.h', | 240 'simple_thread.h', |
239 ], | 241 ], |
240 'DEST': 'include/ppapi/utility/threading', | 242 'DEST': 'include/ppapi/utility/threading', |
241 }, | 243 }, |
242 ], | 244 ], |
243 'DEST': 'src', | 245 'DEST': 'src', |
244 'NAME': 'ppapi_cpp', | 246 'NAME': 'ppapi_cpp', |
245 } | 247 } |
246 | 248 |
OLD | NEW |