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

Side by Side Diff: ppapi/ppapi_sources.gypi

Issue 9545010: Add NetworkList/NetworkMonitor hooks and C++ wrappers. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 9 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_bool.h', 8 'c/pp_bool.h',
9 'c/pp_completion_callback.h', 9 'c/pp_completion_callback.h',
10 'c/pp_errors.h', 10 'c/pp_errors.h',
(...skipping 84 matching lines...) Expand 10 before | Expand all | Expand 10 after
95 'c/private/ppb_flash_net_connector.h', 95 'c/private/ppb_flash_net_connector.h',
96 'c/private/ppb_flash_tcp_socket.h', 96 'c/private/ppb_flash_tcp_socket.h',
97 'c/private/ppb_flash_udp_socket.h', 97 'c/private/ppb_flash_udp_socket.h',
98 'c/private/ppb_gpu_blacklist_private.h', 98 'c/private/ppb_gpu_blacklist_private.h',
99 'c/private/ppb_instance_private.h', 99 'c/private/ppb_instance_private.h',
100 'c/private/ppb_nacl_private.h', 100 'c/private/ppb_nacl_private.h',
101 'c/private/ppb_net_address_private.h', 101 'c/private/ppb_net_address_private.h',
102 'c/private/ppb_pdf.h', 102 'c/private/ppb_pdf.h',
103 'c/private/ppb_proxy_private.h', 103 'c/private/ppb_proxy_private.h',
104 'c/private/ppp_instance_private.h', 104 'c/private/ppp_instance_private.h',
105 'c/private/ppb_network_list_private.h',
106 'c/private/ppb_network_monitor_private.h',
105 'c/private/ppb_tcp_socket_private.h', 107 'c/private/ppb_tcp_socket_private.h',
106 'c/private/ppb_udp_socket_private.h', 108 'c/private/ppb_udp_socket_private.h',
107 109
108 # Deprecated interfaces. 110 # Deprecated interfaces.
109 'c/dev/deprecated_bool.h', 111 'c/dev/deprecated_bool.h',
110 'c/dev/ppb_var_deprecated.h', 112 'c/dev/ppb_var_deprecated.h',
111 'c/dev/ppp_class_deprecated.h', 113 'c/dev/ppp_class_deprecated.h',
112 114
113 # Trusted interfaces. 115 # Trusted interfaces.
114 'c/trusted/ppb_audio_trusted.h', 116 'c/trusted/ppb_audio_trusted.h',
(...skipping 131 matching lines...) Expand 10 before | Expand all | Expand 10 after
246 'cpp/private/flash_menu.cc', 248 'cpp/private/flash_menu.cc',
247 'cpp/private/flash_menu.h', 249 'cpp/private/flash_menu.h',
248 'cpp/private/flash_message_loop.cc', 250 'cpp/private/flash_message_loop.cc',
249 'cpp/private/flash_message_loop.h', 251 'cpp/private/flash_message_loop.h',
250 'cpp/private/flash_net_connector.cc', 252 'cpp/private/flash_net_connector.cc',
251 'cpp/private/flash_net_connector.h', 253 'cpp/private/flash_net_connector.h',
252 'cpp/private/instance_private.cc', 254 'cpp/private/instance_private.cc',
253 'cpp/private/instance_private.h', 255 'cpp/private/instance_private.h',
254 'cpp/private/net_address_private.cc', 256 'cpp/private/net_address_private.cc',
255 'cpp/private/net_address_private.h', 257 'cpp/private/net_address_private.h',
258 'cpp/private/network_list_private.cc',
259 'cpp/private/network_list_private.h',
260 'cpp/private/network_monitor_private.cc',
261 'cpp/private/network_monitor_private.h',
256 'cpp/private/tcp_socket_private.cc', 262 'cpp/private/tcp_socket_private.cc',
257 'cpp/private/tcp_socket_private.h', 263 'cpp/private/tcp_socket_private.h',
258 'cpp/private/udp_socket_private.cc', 264 'cpp/private/udp_socket_private.cc',
259 'cpp/private/udp_socket_private.h', 265 'cpp/private/udp_socket_private.h',
260 'cpp/private/var_private.cc', 266 'cpp/private/var_private.cc',
261 'cpp/private/var_private.h', 267 'cpp/private/var_private.h',
262 268
263 # Trusted interfaces. 269 # Trusted interfaces.
264 'cpp/trusted/browser_font_trusted.cc', 270 'cpp/trusted/browser_font_trusted.cc',
265 'cpp/trusted/browser_font_trusted.h', 271 'cpp/trusted/browser_font_trusted.h',
(...skipping 167 matching lines...) Expand 10 before | Expand all | Expand 10 after
433 'c/dev/ppb_transport_dev.h', 439 'c/dev/ppb_transport_dev.h',
434 ], 440 ],
435 'cpp_source_files': [ 441 'cpp_source_files': [
436 'cpp/dev/transport_dev.cc', 442 'cpp/dev/transport_dev.cc',
437 'cpp/dev/transport_dev.h', 443 'cpp/dev/transport_dev.h',
438 ], 444 ],
439 }, 445 },
440 }], 446 }],
441 ], 447 ],
442 } 448 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698