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

Side by Side Diff: native_client_sdk/src/libraries/ppapi_cpp/library.dsc

Issue 23450012: Make NetworkList and NetworkMonitor APIs public (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
OLDNEW
1 { 1 {
2 'TOOLS': ['newlib', 'glibc', 'pnacl', 'win', 'linux'], 2 'TOOLS': ['newlib', 'glibc', 'pnacl', 'win', 'linux'],
3 'SEARCH': [ 3 'SEARCH': [
4 '../../../../ppapi/cpp', 4 '../../../../ppapi/cpp',
5 '../../../../ppapi/cpp/dev', 5 '../../../../ppapi/cpp/dev',
6 '../../../../ppapi/cpp/extensions', 6 '../../../../ppapi/cpp/extensions',
7 '../../../../ppapi/cpp/extensions/dev', 7 '../../../../ppapi/cpp/extensions/dev',
8 '../../../../ppapi/utility', 8 '../../../../ppapi/utility',
9 '../../../../ppapi/utility/graphics', 9 '../../../../ppapi/utility/graphics',
10 '../../../../ppapi/utility/threading', 10 '../../../../ppapi/utility/threading',
(...skipping 20 matching lines...) Expand all
31 'host_resolver.cc', 31 'host_resolver.cc',
32 'image_data.cc', 32 'image_data.cc',
33 'input_event.cc', 33 'input_event.cc',
34 'instance.cc', 34 'instance.cc',
35 'instance_handle.cc', 35 'instance_handle.cc',
36 'message_loop.cc', 36 'message_loop.cc',
37 'module.cc', 37 'module.cc',
38 'mouse_cursor.cc', 38 'mouse_cursor.cc',
39 'mouse_lock.cc', 39 'mouse_lock.cc',
40 'net_address.cc', 40 'net_address.cc',
41 'network_list.cc',
42 'network_monitor.cc',
41 'network_proxy.cc', 43 'network_proxy.cc',
42 'ppp_entrypoints.cc', 44 'ppp_entrypoints.cc',
43 'rect.cc', 45 'rect.cc',
44 'resource.cc', 46 'resource.cc',
45 'tcp_socket.cc', 47 'tcp_socket.cc',
46 'text_input_controller.cc', 48 'text_input_controller.cc',
47 'udp_socket.cc', 49 'udp_socket.cc',
48 'url_loader.cc', 50 'url_loader.cc',
49 'url_request_info.cc', 51 'url_request_info.cc',
50 'url_response_info.cc', 52 'url_response_info.cc',
(...skipping 76 matching lines...) Expand 10 before | Expand all | Expand 10 after
127 'instance.h', 129 'instance.h',
128 'instance_handle.h', 130 'instance_handle.h',
129 'logging.h', 131 'logging.h',
130 'message_loop.h', 132 'message_loop.h',
131 'module_embedder.h', 133 'module_embedder.h',
132 'module.h', 134 'module.h',
133 'module_impl.h', 135 'module_impl.h',
134 'mouse_cursor.h', 136 'mouse_cursor.h',
135 'mouse_lock.h', 137 'mouse_lock.h',
136 'net_address.h', 138 'net_address.h',
139 'network_list.h',
140 'network_monitor.h',
137 'network_proxy.h', 141 'network_proxy.h',
138 'output_traits.h', 142 'output_traits.h',
139 'pass_ref.h', 143 'pass_ref.h',
140 'point.h', 144 'point.h',
141 'rect.h', 145 'rect.h',
142 'resource.h', 146 'resource.h',
143 'size.h', 147 'size.h',
144 'tcp_socket.h', 148 'tcp_socket.h',
145 'text_input_controller.h', 149 'text_input_controller.h',
146 'touch_point.h', 150 'touch_point.h',
(...skipping 93 matching lines...) Expand 10 before | Expand all | Expand 10 after
240 'lock.h', 244 'lock.h',
241 'simple_thread.h', 245 'simple_thread.h',
242 ], 246 ],
243 'DEST': 'include/ppapi/utility/threading', 247 'DEST': 'include/ppapi/utility/threading',
244 }, 248 },
245 ], 249 ],
246 'DEST': 'src', 250 'DEST': 'src',
247 'NAME': 'ppapi_cpp', 251 'NAME': 'ppapi_cpp',
248 } 252 }
249 253
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698