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

Side by Side Diff: ppapi/ppapi_sources.gypi

Issue 9662055: Test for --nacl-gdb functionality. (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
« no previous file with comments | « chrome/test/ui/ppapi_uitest.cc ('k') | ppapi/tests/test_empty.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 287 matching lines...) Expand 10 before | Expand all | Expand 10 after
298 # 298 #
299 'test_common_source_files': [ 299 'test_common_source_files': [
300 # Common test files 300 # Common test files
301 'tests/all_c_includes.h', 301 'tests/all_c_includes.h',
302 'tests/all_cpp_includes.h', 302 'tests/all_cpp_includes.h',
303 'tests/arch_dependent_sizes_32.h', 303 'tests/arch_dependent_sizes_32.h',
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',
309 'tests/test_empty.h',
308 'tests/test_net_address_private_untrusted.cc', 310 'tests/test_net_address_private_untrusted.cc',
309 'tests/test_net_address_private_untrusted.h', 311 'tests/test_net_address_private_untrusted.h',
310 'tests/test_tcp_server_socket_private.cc', 312 'tests/test_tcp_server_socket_private.cc',
311 'tests/test_tcp_server_socket_private.h', 313 'tests/test_tcp_server_socket_private.h',
312 'tests/test_tcp_socket_private_shared.cc', 314 'tests/test_tcp_socket_private_shared.cc',
313 'tests/test_tcp_socket_private_shared.h', 315 'tests/test_tcp_socket_private_shared.h',
314 'tests/test_udp_socket_private_shared.cc', 316 'tests/test_udp_socket_private_shared.cc',
315 'tests/test_udp_socket_private_shared.h', 317 'tests/test_udp_socket_private_shared.h',
316 'tests/test_utils.cc', 318 'tests/test_utils.cc',
317 'tests/testing_instance.cc', 319 'tests/testing_instance.cc',
(...skipping 135 matching lines...) Expand 10 before | Expand all | Expand 10 after
453 'c/dev/ppb_transport_dev.h', 455 'c/dev/ppb_transport_dev.h',
454 ], 456 ],
455 'cpp_source_files': [ 457 'cpp_source_files': [
456 'cpp/dev/transport_dev.cc', 458 'cpp/dev/transport_dev.cc',
457 'cpp/dev/transport_dev.h', 459 'cpp/dev/transport_dev.h',
458 ], 460 ],
459 }, 461 },
460 }], 462 }],
461 ], 463 ],
462 } 464 }
OLDNEW
« no previous file with comments | « chrome/test/ui/ppapi_uitest.cc ('k') | ppapi/tests/test_empty.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698