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

Side by Side Diff: native_client_sdk/src/libraries/ppapi/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
« no previous file with comments | « no previous file | ppapi/api/ppb_network_list.idl » ('j') | ppapi/api/ppb_network_list.idl » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 { 1 {
2 'TOOLS': ['win', 'linux', 'mac'], 2 'TOOLS': ['win', 'linux', 'mac'],
3 'SEARCH': [ 3 'SEARCH': [
4 '.', 4 '.',
5 '../../../../ppapi/c', 5 '../../../../ppapi/c',
6 '../../../../ppapi/c/dev', 6 '../../../../ppapi/c/dev',
7 '../../../../ppapi/c/extensions/dev', 7 '../../../../ppapi/c/extensions/dev',
8 ], 8 ],
9 'TARGETS': [ 9 'TARGETS': [
10 { 10 {
(...skipping 22 matching lines...) Expand all
33 'ppb.h', 33 'ppb.h',
34 'ppb_host_resolver.h', 34 'ppb_host_resolver.h',
35 'ppb_image_data.h', 35 'ppb_image_data.h',
36 'ppb_input_event.h', 36 'ppb_input_event.h',
37 'ppb_instance.h', 37 'ppb_instance.h',
38 'ppb_message_loop.h', 38 'ppb_message_loop.h',
39 'ppb_messaging.h', 39 'ppb_messaging.h',
40 'ppb_mouse_cursor.h', 40 'ppb_mouse_cursor.h',
41 'ppb_mouse_lock.h', 41 'ppb_mouse_lock.h',
42 'ppb_net_address.h', 42 'ppb_net_address.h',
43 'ppb_network_list.h',
44 'ppb_network_monitor.h',
43 'ppb_network_proxy.h', 45 'ppb_network_proxy.h',
44 'pp_bool.h', 46 'pp_bool.h',
45 'ppb_opengles2.h', 47 'ppb_opengles2.h',
46 'ppb_tcp_socket.h', 48 'ppb_tcp_socket.h',
47 'ppb_text_input_controller.h', 49 'ppb_text_input_controller.h',
48 'ppb_udp_socket.h', 50 'ppb_udp_socket.h',
49 'ppb_url_loader.h', 51 'ppb_url_loader.h',
50 'ppb_url_request_info.h', 52 'ppb_url_request_info.h',
51 'ppb_url_response_info.h', 53 'ppb_url_response_info.h',
52 'ppb_var_array_buffer.h', 54 'ppb_var_array_buffer.h',
(...skipping 84 matching lines...) Expand 10 before | Expand all | Expand 10 after
137 'ppb_ext_events_dev.h', 139 'ppb_ext_events_dev.h',
138 'ppb_ext_socket_dev.h', 140 'ppb_ext_socket_dev.h',
139 ], 141 ],
140 'DEST': 'include/ppapi/c/extensions/dev', 142 'DEST': 'include/ppapi/c/extensions/dev',
141 }, 143 },
142 ], 144 ],
143 'DEST': 'src', 145 'DEST': 'src',
144 'NAME': 'ppapi', 146 'NAME': 'ppapi',
145 } 147 }
146 148
OLDNEW
« no previous file with comments | « no previous file | ppapi/api/ppb_network_list.idl » ('j') | ppapi/api/ppb_network_list.idl » ('J')

Powered by Google App Engine
This is Rietveld 408576698