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

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: Sync. Created 8 years, 10 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/ppapi_shared.gypi ('k') | ppapi/proxy/ppapi_messages.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_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 272 matching lines...) Expand 10 before | Expand all | Expand 10 after
283 # Common test files 283 # Common test files
284 'tests/all_c_includes.h', 284 'tests/all_c_includes.h',
285 'tests/all_cpp_includes.h', 285 'tests/all_cpp_includes.h',
286 'tests/arch_dependent_sizes_32.h', 286 'tests/arch_dependent_sizes_32.h',
287 'tests/arch_dependent_sizes_64.h', 287 'tests/arch_dependent_sizes_64.h',
288 'tests/pp_thread.h', 288 'tests/pp_thread.h',
289 'tests/test_case.cc', 289 'tests/test_case.cc',
290 'tests/test_case.h', 290 'tests/test_case.h',
291 'tests/test_net_address_private_untrusted.cc', 291 'tests/test_net_address_private_untrusted.cc',
292 'tests/test_net_address_private_untrusted.h', 292 'tests/test_net_address_private_untrusted.h',
293 'tests/test_tcp_server_socket_private.cc',
294 'tests/test_tcp_server_socket_private.h',
293 'tests/test_tcp_socket_private_shared.cc', 295 'tests/test_tcp_socket_private_shared.cc',
294 'tests/test_tcp_socket_private_shared.h', 296 'tests/test_tcp_socket_private_shared.h',
295 'tests/test_udp_socket_private_shared.cc', 297 'tests/test_udp_socket_private_shared.cc',
296 'tests/test_udp_socket_private_shared.h', 298 'tests/test_udp_socket_private_shared.h',
297 'tests/test_utils.cc', 299 'tests/test_utils.cc',
298 'tests/testing_instance.cc', 300 'tests/testing_instance.cc',
299 'tests/testing_instance.h', 301 'tests/testing_instance.h',
300 302
301 # Compile-time tests 303 # Compile-time tests
302 'tests/test_c_includes.c', 304 'tests/test_c_includes.c',
(...skipping 126 matching lines...) Expand 10 before | Expand all | Expand 10 after
429 'c/dev/ppb_transport_dev.h', 431 'c/dev/ppb_transport_dev.h',
430 ], 432 ],
431 'cpp_source_files': [ 433 'cpp_source_files': [
432 'cpp/dev/transport_dev.cc', 434 'cpp/dev/transport_dev.cc',
433 'cpp/dev/transport_dev.h', 435 'cpp/dev/transport_dev.h',
434 ], 436 ],
435 }, 437 },
436 }], 438 }],
437 ], 439 ],
438 } 440 }
OLDNEW
« no previous file with comments | « ppapi/ppapi_shared.gypi ('k') | ppapi/proxy/ppapi_messages.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698