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

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
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 52 matching lines...) Expand 10 before | Expand all | Expand 10 after
110 'c/private/ppb_flash_fullscreen.h', 111 'c/private/ppb_flash_fullscreen.h',
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_proxy_private.h', 119 'c/private/ppb_proxy_private.h',
119 'c/private/ppp_instance_private.h', 120 'c/private/ppp_instance_private.h',
120 'c/private/ppb_network_list_private.h',
121 'c/private/ppb_network_monitor_private.h',
122 'c/private/ppb_tcp_server_socket_private.h', 121 'c/private/ppb_tcp_server_socket_private.h',
123 'c/private/ppb_tcp_socket_private.h', 122 'c/private/ppb_tcp_socket_private.h',
124 'c/private/ppb_udp_socket_private.h', 123 'c/private/ppb_udp_socket_private.h',
125 'c/private/ppb_video_destination_private.h', 124 'c/private/ppb_video_destination_private.h',
126 'c/private/ppb_video_source_private.h', 125 'c/private/ppb_video_source_private.h',
127 'c/private/ppb_x509_certificate_private.h', 126 'c/private/ppb_x509_certificate_private.h',
128 'c/private/ppp_content_decryptor_private.h', 127 'c/private/ppp_content_decryptor_private.h',
129 128
130 # Deprecated interfaces. 129 # Deprecated interfaces.
131 'c/dev/deprecated_bool.h', 130 'c/dev/deprecated_bool.h',
(...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after
186 'cpp/message_loop.h', 185 'cpp/message_loop.h',
187 'cpp/module.cc', 186 'cpp/module.cc',
188 'cpp/module.h', 187 'cpp/module.h',
189 'cpp/module_impl.h', 188 'cpp/module_impl.h',
190 'cpp/mouse_cursor.cc', 189 'cpp/mouse_cursor.cc',
191 'cpp/mouse_cursor.h', 190 'cpp/mouse_cursor.h',
192 'cpp/mouse_lock.cc', 191 'cpp/mouse_lock.cc',
193 'cpp/mouse_lock.h', 192 'cpp/mouse_lock.h',
194 'cpp/net_address.cc', 193 'cpp/net_address.cc',
195 'cpp/net_address.h', 194 'cpp/net_address.h',
195 'cpp/network_list.cc',
196 'cpp/network_list.h',
197 'cpp/network_monitor.cc',
198 'cpp/network_monitor.h',
196 'cpp/network_proxy.cc', 199 'cpp/network_proxy.cc',
197 'cpp/network_proxy.h', 200 'cpp/network_proxy.h',
198 'cpp/output_traits.h', 201 'cpp/output_traits.h',
199 'cpp/point.h', 202 'cpp/point.h',
200 'cpp/rect.cc', 203 'cpp/rect.cc',
201 'cpp/rect.h', 204 'cpp/rect.h',
202 'cpp/resource.cc', 205 'cpp/resource.cc',
203 'cpp/resource.h', 206 'cpp/resource.h',
204 'cpp/size.h', 207 'cpp/size.h',
205 'cpp/tcp_socket.cc', 208 'cpp/tcp_socket.cc',
(...skipping 104 matching lines...) Expand 10 before | Expand all | Expand 10 after
310 'cpp/private/flash_menu.cc', 313 'cpp/private/flash_menu.cc',
311 'cpp/private/flash_menu.h', 314 'cpp/private/flash_menu.h',
312 'cpp/private/flash_message_loop.cc', 315 'cpp/private/flash_message_loop.cc',
313 'cpp/private/flash_message_loop.h', 316 'cpp/private/flash_message_loop.h',
314 'cpp/private/host_resolver_private.cc', 317 'cpp/private/host_resolver_private.cc',
315 'cpp/private/host_resolver_private.h', 318 'cpp/private/host_resolver_private.h',
316 'cpp/private/instance_private.cc', 319 'cpp/private/instance_private.cc',
317 'cpp/private/instance_private.h', 320 'cpp/private/instance_private.h',
318 'cpp/private/net_address_private.cc', 321 'cpp/private/net_address_private.cc',
319 'cpp/private/net_address_private.h', 322 'cpp/private/net_address_private.h',
320 'cpp/private/network_list_private.cc',
321 'cpp/private/network_list_private.h',
322 'cpp/private/network_monitor_private.cc',
323 'cpp/private/network_monitor_private.h',
324 'cpp/private/pass_file_handle.cc', 323 'cpp/private/pass_file_handle.cc',
325 'cpp/private/pass_file_handle.h', 324 'cpp/private/pass_file_handle.h',
326 'cpp/private/pdf.cc', 325 'cpp/private/pdf.cc',
327 'cpp/private/pdf.h', 326 'cpp/private/pdf.h',
328 'cpp/private/tcp_server_socket_private.cc', 327 'cpp/private/tcp_server_socket_private.cc',
329 'cpp/private/tcp_server_socket_private.h', 328 'cpp/private/tcp_server_socket_private.h',
330 'cpp/private/tcp_socket_private.cc', 329 'cpp/private/tcp_socket_private.cc',
331 'cpp/private/tcp_socket_private.h', 330 'cpp/private/tcp_socket_private.h',
332 'cpp/private/udp_socket_private.cc', 331 'cpp/private/udp_socket_private.cc',
333 'cpp/private/udp_socket_private.h', 332 'cpp/private/udp_socket_private.h',
(...skipping 103 matching lines...) Expand 10 before | Expand all | Expand 10 after
437 'tests/test_message_loop.cc', 436 'tests/test_message_loop.cc',
438 'tests/test_message_loop.h', 437 'tests/test_message_loop.h',
439 'tests/test_mouse_cursor.cc', 438 'tests/test_mouse_cursor.cc',
440 'tests/test_mouse_cursor.h', 439 'tests/test_mouse_cursor.h',
441 'tests/test_mouse_lock.cc', 440 'tests/test_mouse_lock.cc',
442 'tests/test_mouse_lock.h', 441 'tests/test_mouse_lock.h',
443 'tests/test_net_address.cc', 442 'tests/test_net_address.cc',
444 'tests/test_net_address.h', 443 'tests/test_net_address.h',
445 'tests/test_net_address_private_untrusted.cc', 444 'tests/test_net_address_private_untrusted.cc',
446 'tests/test_net_address_private_untrusted.h', 445 'tests/test_net_address_private_untrusted.h',
447 'tests/test_network_monitor_private.cc', 446 'tests/test_network_monitor.cc',
448 'tests/test_network_monitor_private.h', 447 'tests/test_network_monitor.h',
449 'tests/test_network_proxy.cc', 448 'tests/test_network_proxy.cc',
450 'tests/test_network_proxy.h', 449 'tests/test_network_proxy.h',
451 'tests/test_paint_aggregator.cc', 450 'tests/test_paint_aggregator.cc',
452 'tests/test_paint_aggregator.h', 451 'tests/test_paint_aggregator.h',
453 'tests/test_post_message.cc', 452 'tests/test_post_message.cc',
454 'tests/test_post_message.h', 453 'tests/test_post_message.h',
455 'tests/test_printing.cc', 454 'tests/test_printing.cc',
456 'tests/test_printing.h', 455 'tests/test_printing.h',
457 'tests/test_scrollbar.cc', 456 'tests/test_scrollbar.cc',
458 'tests/test_scrollbar.h', 457 'tests/test_scrollbar.h',
(...skipping 95 matching lines...) Expand 10 before | Expand all | Expand 10 after
554 'tests/test_x509_certificate_private.h', 553 'tests/test_x509_certificate_private.h',
555 554
556 # Deprecated test cases. 555 # Deprecated test cases.
557 'tests/test_instance_deprecated.cc', 556 'tests/test_instance_deprecated.cc',
558 'tests/test_instance_deprecated.h', 557 'tests/test_instance_deprecated.h',
559 'tests/test_var_deprecated.cc', 558 'tests/test_var_deprecated.cc',
560 'tests/test_var_deprecated.h', 559 'tests/test_var_deprecated.h',
561 ], 560 ],
562 }, 561 },
563 } 562 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698