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

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
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 281 matching lines...) Expand 10 before | Expand all | Expand 10 after
292 # 292 #
293 'test_common_source_files': [ 293 'test_common_source_files': [
294 # Common test files 294 # Common test files
295 'tests/all_c_includes.h', 295 'tests/all_c_includes.h',
296 'tests/all_cpp_includes.h', 296 'tests/all_cpp_includes.h',
297 'tests/arch_dependent_sizes_32.h', 297 'tests/arch_dependent_sizes_32.h',
298 'tests/arch_dependent_sizes_64.h', 298 'tests/arch_dependent_sizes_64.h',
299 'tests/pp_thread.h', 299 'tests/pp_thread.h',
300 'tests/test_case.cc', 300 'tests/test_case.cc',
301 'tests/test_case.h', 301 'tests/test_case.h',
302 'tests/test_empty.cc',
303 'tests/test_empty.h',
302 'tests/test_net_address_private_untrusted.cc', 304 'tests/test_net_address_private_untrusted.cc',
303 'tests/test_net_address_private_untrusted.h', 305 'tests/test_net_address_private_untrusted.h',
304 'tests/test_tcp_server_socket_private.cc', 306 'tests/test_tcp_server_socket_private.cc',
305 'tests/test_tcp_server_socket_private.h', 307 'tests/test_tcp_server_socket_private.h',
306 'tests/test_tcp_socket_private_shared.cc', 308 'tests/test_tcp_socket_private_shared.cc',
307 'tests/test_tcp_socket_private_shared.h', 309 'tests/test_tcp_socket_private_shared.h',
308 'tests/test_udp_socket_private_shared.cc', 310 'tests/test_udp_socket_private_shared.cc',
309 'tests/test_udp_socket_private_shared.h', 311 'tests/test_udp_socket_private_shared.h',
310 'tests/test_utils.cc', 312 'tests/test_utils.cc',
311 'tests/testing_instance.cc', 313 'tests/testing_instance.cc',
(...skipping 131 matching lines...) Expand 10 before | Expand all | Expand 10 after
443 'c/dev/ppb_transport_dev.h', 445 'c/dev/ppb_transport_dev.h',
444 ], 446 ],
445 'cpp_source_files': [ 447 'cpp_source_files': [
446 'cpp/dev/transport_dev.cc', 448 'cpp/dev/transport_dev.cc',
447 'cpp/dev/transport_dev.h', 449 'cpp/dev/transport_dev.h',
448 ], 450 ],
449 }, 451 },
450 }], 452 }],
451 ], 453 ],
452 } 454 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698