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

Side by Side Diff: ppapi/ppapi_sources.gypi

Issue 9791003: Added pepper test for SSLHandshake (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_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 293 matching lines...) Expand 10 before | Expand all | Expand 10 after
304 'tests/arch_dependent_sizes_64.h', 304 'tests/arch_dependent_sizes_64.h',
305 'tests/pp_thread.h', 305 'tests/pp_thread.h',
306 'tests/test_case.cc', 306 'tests/test_case.cc',
307 'tests/test_case.h', 307 'tests/test_case.h',
308 'tests/test_empty.cc', 308 'tests/test_empty.cc',
309 'tests/test_empty.h', 309 'tests/test_empty.h',
310 'tests/test_net_address_private_untrusted.cc', 310 'tests/test_net_address_private_untrusted.cc',
311 'tests/test_net_address_private_untrusted.h', 311 'tests/test_net_address_private_untrusted.h',
312 'tests/test_tcp_server_socket_private.cc', 312 'tests/test_tcp_server_socket_private.cc',
313 'tests/test_tcp_server_socket_private.h', 313 'tests/test_tcp_server_socket_private.h',
314 'tests/test_tcp_socket_private_shared.cc', 314 'tests/test_tcp_socket_private.cc',
315 'tests/test_tcp_socket_private_shared.h', 315 'tests/test_tcp_socket_private.h',
316 'tests/test_udp_socket_private_shared.cc', 316 'tests/test_udp_socket_private.cc',
317 'tests/test_udp_socket_private_shared.h', 317 'tests/test_udp_socket_private.h',
318 'tests/test_utils.cc', 318 'tests/test_utils.cc',
319 'tests/testing_instance.cc', 319 'tests/testing_instance.cc',
320 'tests/testing_instance.h', 320 'tests/testing_instance.h',
321 321
322 # Compile-time tests 322 # Compile-time tests
323 'tests/test_c_includes.c', 323 'tests/test_c_includes.c',
324 'tests/test_cpp_includes.cc', 324 'tests/test_cpp_includes.cc',
325 'tests/test_struct_sizes.c', 325 'tests/test_struct_sizes.c',
326 ], 326 ],
327 # 327 #
(...skipping 85 matching lines...) Expand 10 before | Expand all | Expand 10 after
413 'tests/test_network_monitor_private.h', 413 'tests/test_network_monitor_private.h',
414 'tests/test_paint_aggregator.cc', 414 'tests/test_paint_aggregator.cc',
415 'tests/test_paint_aggregator.h', 415 'tests/test_paint_aggregator.h',
416 'tests/test_post_message.cc', 416 'tests/test_post_message.cc',
417 'tests/test_post_message.h', 417 'tests/test_post_message.h',
418 'tests/test_resource_array.cc', 418 'tests/test_resource_array.cc',
419 'tests/test_resource_array.h', 419 'tests/test_resource_array.h',
420 'tests/test_scrollbar.cc', 420 'tests/test_scrollbar.cc',
421 'tests/test_scrollbar.h', 421 'tests/test_scrollbar.h',
422 'tests/test_struct_sizes.c', 422 'tests/test_struct_sizes.c',
423 'tests/test_tcp_socket_private.cc',
424 'tests/test_tcp_socket_private.h',
425 'tests/test_uma.cc', 423 'tests/test_uma.cc',
426 'tests/test_uma.h', 424 'tests/test_uma.h',
427 'tests/test_url_loader.cc', 425 'tests/test_url_loader.cc',
428 'tests/test_url_loader.h', 426 'tests/test_url_loader.h',
429 'tests/test_url_request.cc', 427 'tests/test_url_request.cc',
430 'tests/test_url_request.h', 428 'tests/test_url_request.h',
431 'tests/test_url_util.cc', 429 'tests/test_url_util.cc',
432 'tests/test_url_util.h', 430 'tests/test_url_util.h',
433 'tests/test_utils.cc', 431 'tests/test_utils.cc',
434 'tests/test_utils.h', 432 'tests/test_utils.h',
(...skipping 20 matching lines...) Expand all
455 'c/dev/ppb_transport_dev.h', 453 'c/dev/ppb_transport_dev.h',
456 ], 454 ],
457 'cpp_source_files': [ 455 'cpp_source_files': [
458 'cpp/dev/transport_dev.cc', 456 'cpp/dev/transport_dev.cc',
459 'cpp/dev/transport_dev.h', 457 'cpp/dev/transport_dev.h',
460 ], 458 ],
461 }, 459 },
462 }], 460 }],
463 ], 461 ],
464 } 462 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698