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

Side by Side Diff: ppapi/ppapi_sources.gypi

Issue 9283022: Exposed Listen and Accept methods to plugin. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Added shared declaration of GetPPB_TCPServerSocketPrivate_0_1_Thunk. Created 8 years, 11 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
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 266 matching lines...) Expand 10 before | Expand all | Expand 10 after
277 # Common test files 277 # Common test files
278 'tests/all_c_includes.h', 278 'tests/all_c_includes.h',
279 'tests/all_cpp_includes.h', 279 'tests/all_cpp_includes.h',
280 'tests/arch_dependent_sizes_32.h', 280 'tests/arch_dependent_sizes_32.h',
281 'tests/arch_dependent_sizes_64.h', 281 'tests/arch_dependent_sizes_64.h',
282 'tests/pp_thread.h', 282 'tests/pp_thread.h',
283 'tests/test_case.cc', 283 'tests/test_case.cc',
284 'tests/test_case.h', 284 'tests/test_case.h',
285 'tests/test_net_address_private_untrusted.cc', 285 'tests/test_net_address_private_untrusted.cc',
286 'tests/test_net_address_private_untrusted.h', 286 'tests/test_net_address_private_untrusted.h',
287 'tests/test_tcp_server_socket_private.cc',
288 'tests/test_tcp_server_socket_private.h',
287 'tests/test_tcp_socket_private_shared.cc', 289 'tests/test_tcp_socket_private_shared.cc',
288 'tests/test_tcp_socket_private_shared.h', 290 'tests/test_tcp_socket_private_shared.h',
289 'tests/test_udp_socket_private_shared.cc', 291 'tests/test_udp_socket_private_shared.cc',
290 'tests/test_udp_socket_private_shared.h', 292 'tests/test_udp_socket_private_shared.h',
291 'tests/test_utils.cc', 293 'tests/test_utils.cc',
292 'tests/testing_instance.cc', 294 'tests/testing_instance.cc',
293 'tests/testing_instance.h', 295 'tests/testing_instance.h',
294 296
295 # Compile-time tests 297 # Compile-time tests
296 'tests/test_c_includes.c', 298 'tests/test_c_includes.c',
(...skipping 119 matching lines...) Expand 10 before | Expand all | Expand 10 after
416 'c/dev/ppb_transport_dev.h', 418 'c/dev/ppb_transport_dev.h',
417 ], 419 ],
418 'cpp_source_files': [ 420 'cpp_source_files': [
419 'cpp/dev/transport_dev.cc', 421 'cpp/dev/transport_dev.cc',
420 'cpp/dev/transport_dev.h', 422 'cpp/dev/transport_dev.h',
421 ], 423 ],
422 }, 424 },
423 }], 425 }],
424 ], 426 ],
425 } 427 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698