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

Side by Side Diff: ppapi/ppapi_sources.gypi

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 | « ppapi/ppapi_shared.gypi ('k') | ppapi/proxy/interface_list.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'variables': { 6 'variables': {
7 'c_source_files': [ 7 'c_source_files': [
8 'c/pp_array_output.h', 8 'c/pp_array_output.h',
9 'c/pp_bool.h', 9 'c/pp_bool.h',
10 'c/pp_completion_callback.h', 10 'c/pp_completion_callback.h',
(...skipping 26 matching lines...) Expand all
37 'c/ppb_graphics_3d.h', 37 'c/ppb_graphics_3d.h',
38 'c/ppb_host_resolver.h', 38 'c/ppb_host_resolver.h',
39 'c/ppb_image_data.h', 39 'c/ppb_image_data.h',
40 'c/ppb_input_event.h', 40 'c/ppb_input_event.h',
41 'c/ppb_instance.h', 41 'c/ppb_instance.h',
42 'c/ppb_message_loop.h', 42 'c/ppb_message_loop.h',
43 'c/ppb_messaging.h', 43 'c/ppb_messaging.h',
44 'c/ppb_mouse_cursor.h', 44 'c/ppb_mouse_cursor.h',
45 'c/ppb_mouse_lock.h', 45 'c/ppb_mouse_lock.h',
46 'c/ppb_net_address.h', 46 'c/ppb_net_address.h',
47 'c/ppb_network_proxy.h', 47 'c/ppb_network_list.h',
48 'c/ppb_network_monitor.h',
48 'c/ppb_network_proxy.h', 49 'c/ppb_network_proxy.h',
49 'c/ppb_opengles2.h', 50 'c/ppb_opengles2.h',
50 'c/ppb_tcp_socket.h', 51 'c/ppb_tcp_socket.h',
51 'c/ppb_text_input_controller.h', 52 'c/ppb_text_input_controller.h',
52 'c/ppb_udp_socket.h', 53 'c/ppb_udp_socket.h',
53 'c/ppb_url_loader.h', 54 'c/ppb_url_loader.h',
54 'c/ppb_url_request_info.h', 55 'c/ppb_url_request_info.h',
55 'c/ppb_url_response_info.h', 56 'c/ppb_url_response_info.h',
56 'c/ppb_var.h', 57 'c/ppb_var.h',
57 'c/ppb_var_array.h', 58 'c/ppb_var_array.h',
(...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after
111 'c/private/ppb_flash_menu.h', 112 'c/private/ppb_flash_menu.h',
112 'c/private/ppb_flash_message_loop.h', 113 'c/private/ppb_flash_message_loop.h',
113 'c/private/ppb_host_resolver_private.h', 114 'c/private/ppb_host_resolver_private.h',
114 'c/private/ppb_instance_private.h', 115 'c/private/ppb_instance_private.h',
115 'c/private/ppb_nacl_private.h', 116 'c/private/ppb_nacl_private.h',
116 'c/private/ppb_net_address_private.h', 117 'c/private/ppb_net_address_private.h',
117 'c/private/ppb_pdf.h', 118 'c/private/ppb_pdf.h',
118 'c/private/ppb_platform_verification_private.h', 119 'c/private/ppb_platform_verification_private.h',
119 'c/private/ppb_proxy_private.h', 120 'c/private/ppb_proxy_private.h',
120 'c/private/ppp_instance_private.h', 121 'c/private/ppp_instance_private.h',
121 'c/private/ppb_network_list_private.h',
122 'c/private/ppb_network_monitor_private.h',
123 'c/private/ppb_tcp_server_socket_private.h', 122 'c/private/ppb_tcp_server_socket_private.h',
124 'c/private/ppb_tcp_socket_private.h', 123 'c/private/ppb_tcp_socket_private.h',
125 'c/private/ppb_udp_socket_private.h', 124 'c/private/ppb_udp_socket_private.h',
126 'c/private/ppb_video_destination_private.h', 125 'c/private/ppb_video_destination_private.h',
127 'c/private/ppb_video_source_private.h', 126 'c/private/ppb_video_source_private.h',
128 'c/private/ppb_x509_certificate_private.h', 127 'c/private/ppb_x509_certificate_private.h',
129 'c/private/ppp_content_decryptor_private.h', 128 'c/private/ppp_content_decryptor_private.h',
130 129
131 # Deprecated interfaces. 130 # Deprecated interfaces.
132 'c/dev/deprecated_bool.h', 131 'c/dev/deprecated_bool.h',
(...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after
187 'cpp/message_loop.h', 186 'cpp/message_loop.h',
188 'cpp/module.cc', 187 'cpp/module.cc',
189 'cpp/module.h', 188 'cpp/module.h',
190 'cpp/module_impl.h', 189 'cpp/module_impl.h',
191 'cpp/mouse_cursor.cc', 190 'cpp/mouse_cursor.cc',
192 'cpp/mouse_cursor.h', 191 'cpp/mouse_cursor.h',
193 'cpp/mouse_lock.cc', 192 'cpp/mouse_lock.cc',
194 'cpp/mouse_lock.h', 193 'cpp/mouse_lock.h',
195 'cpp/net_address.cc', 194 'cpp/net_address.cc',
196 'cpp/net_address.h', 195 'cpp/net_address.h',
196 'cpp/network_list.cc',
197 'cpp/network_list.h',
198 'cpp/network_monitor.cc',
199 'cpp/network_monitor.h',
197 'cpp/network_proxy.cc', 200 'cpp/network_proxy.cc',
198 'cpp/network_proxy.h', 201 'cpp/network_proxy.h',
199 'cpp/output_traits.h', 202 'cpp/output_traits.h',
200 'cpp/point.h', 203 'cpp/point.h',
201 'cpp/rect.cc', 204 'cpp/rect.cc',
202 'cpp/rect.h', 205 'cpp/rect.h',
203 'cpp/resource.cc', 206 'cpp/resource.cc',
204 'cpp/resource.h', 207 'cpp/resource.h',
205 'cpp/size.h', 208 'cpp/size.h',
206 'cpp/tcp_socket.cc', 209 'cpp/tcp_socket.cc',
(...skipping 104 matching lines...) Expand 10 before | Expand all | Expand 10 after
311 'cpp/private/flash_menu.cc', 314 'cpp/private/flash_menu.cc',
312 'cpp/private/flash_menu.h', 315 'cpp/private/flash_menu.h',
313 'cpp/private/flash_message_loop.cc', 316 'cpp/private/flash_message_loop.cc',
314 'cpp/private/flash_message_loop.h', 317 'cpp/private/flash_message_loop.h',
315 'cpp/private/host_resolver_private.cc', 318 'cpp/private/host_resolver_private.cc',
316 'cpp/private/host_resolver_private.h', 319 'cpp/private/host_resolver_private.h',
317 'cpp/private/instance_private.cc', 320 'cpp/private/instance_private.cc',
318 'cpp/private/instance_private.h', 321 'cpp/private/instance_private.h',
319 'cpp/private/net_address_private.cc', 322 'cpp/private/net_address_private.cc',
320 'cpp/private/net_address_private.h', 323 'cpp/private/net_address_private.h',
321 'cpp/private/network_list_private.cc',
322 'cpp/private/network_list_private.h',
323 'cpp/private/network_monitor_private.cc',
324 'cpp/private/network_monitor_private.h',
325 'cpp/private/pass_file_handle.cc', 324 'cpp/private/pass_file_handle.cc',
326 'cpp/private/pass_file_handle.h', 325 'cpp/private/pass_file_handle.h',
327 'cpp/private/pdf.cc', 326 'cpp/private/pdf.cc',
328 'cpp/private/pdf.h', 327 'cpp/private/pdf.h',
329 'cpp/private/platform_verification.cc', 328 'cpp/private/platform_verification.cc',
330 'cpp/private/platform_verification.h', 329 'cpp/private/platform_verification.h',
331 'cpp/private/tcp_server_socket_private.cc', 330 'cpp/private/tcp_server_socket_private.cc',
332 'cpp/private/tcp_server_socket_private.h', 331 'cpp/private/tcp_server_socket_private.h',
333 'cpp/private/tcp_socket_private.cc', 332 'cpp/private/tcp_socket_private.cc',
334 'cpp/private/tcp_socket_private.h', 333 'cpp/private/tcp_socket_private.h',
(...skipping 105 matching lines...) Expand 10 before | Expand all | Expand 10 after
440 'tests/test_message_loop.cc', 439 'tests/test_message_loop.cc',
441 'tests/test_message_loop.h', 440 'tests/test_message_loop.h',
442 'tests/test_mouse_cursor.cc', 441 'tests/test_mouse_cursor.cc',
443 'tests/test_mouse_cursor.h', 442 'tests/test_mouse_cursor.h',
444 'tests/test_mouse_lock.cc', 443 'tests/test_mouse_lock.cc',
445 'tests/test_mouse_lock.h', 444 'tests/test_mouse_lock.h',
446 'tests/test_net_address.cc', 445 'tests/test_net_address.cc',
447 'tests/test_net_address.h', 446 'tests/test_net_address.h',
448 'tests/test_net_address_private_untrusted.cc', 447 'tests/test_net_address_private_untrusted.cc',
449 'tests/test_net_address_private_untrusted.h', 448 'tests/test_net_address_private_untrusted.h',
450 'tests/test_network_monitor_private.cc', 449 'tests/test_network_monitor.cc',
451 'tests/test_network_monitor_private.h', 450 'tests/test_network_monitor.h',
452 'tests/test_network_proxy.cc', 451 'tests/test_network_proxy.cc',
453 'tests/test_network_proxy.h', 452 'tests/test_network_proxy.h',
454 'tests/test_paint_aggregator.cc', 453 'tests/test_paint_aggregator.cc',
455 'tests/test_paint_aggregator.h', 454 'tests/test_paint_aggregator.h',
456 'tests/test_post_message.cc', 455 'tests/test_post_message.cc',
457 'tests/test_post_message.h', 456 'tests/test_post_message.h',
458 'tests/test_printing.cc', 457 'tests/test_printing.cc',
459 'tests/test_printing.h', 458 'tests/test_printing.h',
460 'tests/test_scrollbar.cc', 459 'tests/test_scrollbar.cc',
461 'tests/test_scrollbar.h', 460 'tests/test_scrollbar.h',
(...skipping 97 matching lines...) Expand 10 before | Expand all | Expand 10 after
559 'tests/test_x509_certificate_private.h', 558 'tests/test_x509_certificate_private.h',
560 559
561 # Deprecated test cases. 560 # Deprecated test cases.
562 'tests/test_instance_deprecated.cc', 561 'tests/test_instance_deprecated.cc',
563 'tests/test_instance_deprecated.h', 562 'tests/test_instance_deprecated.h',
564 'tests/test_var_deprecated.cc', 563 'tests/test_var_deprecated.cc',
565 'tests/test_var_deprecated.h', 564 'tests/test_var_deprecated.h',
566 ], 565 ],
567 }, 566 },
568 } 567 }
OLDNEW
« no previous file with comments | « ppapi/ppapi_shared.gypi ('k') | ppapi/proxy/interface_list.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698