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

Side by Side Diff: ppapi/ppapi_sources.gypi

Issue 9568007: Added CPP wrapper for PPB_TCPServerSocket_Private. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Fixed receiving of local address in tests. 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
« no previous file with comments | « ppapi/cpp/private/tcp_socket_private.cc ('k') | ppapi/tests/test_tcp_server_socket_private.h » ('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 242 matching lines...) Expand 10 before | Expand all | Expand 10 after
253 'cpp/private/flash_net_connector.cc', 253 'cpp/private/flash_net_connector.cc',
254 'cpp/private/flash_net_connector.h', 254 'cpp/private/flash_net_connector.h',
255 'cpp/private/instance_private.cc', 255 'cpp/private/instance_private.cc',
256 'cpp/private/instance_private.h', 256 'cpp/private/instance_private.h',
257 'cpp/private/net_address_private.cc', 257 'cpp/private/net_address_private.cc',
258 'cpp/private/net_address_private.h', 258 'cpp/private/net_address_private.h',
259 'cpp/private/network_list_private.cc', 259 'cpp/private/network_list_private.cc',
260 'cpp/private/network_list_private.h', 260 'cpp/private/network_list_private.h',
261 'cpp/private/network_monitor_private.cc', 261 'cpp/private/network_monitor_private.cc',
262 'cpp/private/network_monitor_private.h', 262 'cpp/private/network_monitor_private.h',
263 'cpp/private/tcp_server_socket_private.cc',
264 'cpp/private/tcp_server_socket_private.h',
263 'cpp/private/tcp_socket_private.cc', 265 'cpp/private/tcp_socket_private.cc',
264 'cpp/private/tcp_socket_private.h', 266 'cpp/private/tcp_socket_private.h',
265 'cpp/private/udp_socket_private.cc', 267 'cpp/private/udp_socket_private.cc',
266 'cpp/private/udp_socket_private.h', 268 'cpp/private/udp_socket_private.h',
267 'cpp/private/var_private.cc', 269 'cpp/private/var_private.cc',
268 'cpp/private/var_private.h', 270 'cpp/private/var_private.h',
269 271
270 # Trusted interfaces. 272 # Trusted interfaces.
271 'cpp/trusted/browser_font_trusted.cc', 273 'cpp/trusted/browser_font_trusted.cc',
272 'cpp/trusted/browser_font_trusted.h', 274 'cpp/trusted/browser_font_trusted.h',
(...skipping 172 matching lines...) Expand 10 before | Expand all | Expand 10 after
445 'c/dev/ppb_transport_dev.h', 447 'c/dev/ppb_transport_dev.h',
446 ], 448 ],
447 'cpp_source_files': [ 449 'cpp_source_files': [
448 'cpp/dev/transport_dev.cc', 450 'cpp/dev/transport_dev.cc',
449 'cpp/dev/transport_dev.h', 451 'cpp/dev/transport_dev.h',
450 ], 452 ],
451 }, 453 },
452 }], 454 }],
453 ], 455 ],
454 } 456 }
OLDNEW
« no previous file with comments | « ppapi/cpp/private/tcp_socket_private.cc ('k') | ppapi/tests/test_tcp_server_socket_private.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698