OLD | NEW |
1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2011 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_sources': [ | 7 'c_sources': [ |
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 235 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
246 # | 246 # |
247 'test_sources_common': [ | 247 'test_sources_common': [ |
248 # Common test files | 248 # Common test files |
249 'tests/all_c_includes.h', | 249 'tests/all_c_includes.h', |
250 'tests/all_cpp_includes.h', | 250 'tests/all_cpp_includes.h', |
251 'tests/arch_dependent_sizes_32.h', | 251 'tests/arch_dependent_sizes_32.h', |
252 'tests/arch_dependent_sizes_64.h', | 252 'tests/arch_dependent_sizes_64.h', |
253 'tests/pp_thread.h', | 253 'tests/pp_thread.h', |
254 'tests/test_case.cc', | 254 'tests/test_case.cc', |
255 'tests/test_case.h', | 255 'tests/test_case.h', |
256 'tests/test_tcp_socket_private_shared.cc', | |
257 'tests/test_tcp_socket_private_shared.h', | |
258 'tests/test_udp_socket_private_shared.cc', | |
259 'tests/test_udp_socket_private_shared.h', | |
260 'tests/test_utils.cc', | 256 'tests/test_utils.cc', |
261 'tests/testing_instance.cc', | 257 'tests/testing_instance.cc', |
262 'tests/testing_instance.h', | 258 'tests/testing_instance.h', |
263 | 259 |
264 # Compile-time tests | 260 # Compile-time tests |
265 'tests/test_c_includes.c', | 261 'tests/test_c_includes.c', |
266 'tests/test_cpp_includes.cc', | 262 'tests/test_cpp_includes.cc', |
267 'tests/test_struct_sizes.c', | 263 'tests/test_struct_sizes.c', |
268 ], | 264 ], |
269 # | 265 # |
270 # Sources used in NaCl tests. | 266 # Sources used in NaCl tests. |
271 # | 267 # |
272 'test_sources_nacl': [ | 268 'test_sources_nacl': [ |
273 # Test cases (PLEASE KEEP THIS SECTION IN ALPHABETICAL ORDER) | 269 # Test cases (PLEASE KEEP THIS SECTION IN ALPHABETICAL ORDER) |
(...skipping 100 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
374 'c/dev/ppb_transport_dev.h', | 370 'c/dev/ppb_transport_dev.h', |
375 ], | 371 ], |
376 'cpp_sources': [ | 372 'cpp_sources': [ |
377 'cpp/dev/transport_dev.cc', | 373 'cpp/dev/transport_dev.cc', |
378 'cpp/dev/transport_dev.h', | 374 'cpp/dev/transport_dev.h', |
379 ], | 375 ], |
380 }, | 376 }, |
381 }], | 377 }], |
382 ], | 378 ], |
383 } | 379 } |
OLD | NEW |