| 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', |
| 256 'tests/test_utils.cc', | 260 'tests/test_utils.cc', |
| 257 'tests/testing_instance.cc', | 261 'tests/testing_instance.cc', |
| 258 'tests/testing_instance.h', | 262 'tests/testing_instance.h', |
| 259 | 263 |
| 260 # Compile-time tests | 264 # Compile-time tests |
| 261 'tests/test_c_includes.c', | 265 'tests/test_c_includes.c', |
| 262 'tests/test_cpp_includes.cc', | 266 'tests/test_cpp_includes.cc', |
| 263 'tests/test_struct_sizes.c', | 267 'tests/test_struct_sizes.c', |
| 264 ], | 268 ], |
| 265 # | 269 # |
| 266 # Sources used in NaCl tests. | 270 # Sources used in NaCl tests. |
| 267 # | 271 # |
| 268 'test_sources_nacl': [ | 272 'test_sources_nacl': [ |
| 269 # Test cases (PLEASE KEEP THIS SECTION IN ALPHABETICAL ORDER) | 273 # Test cases (PLEASE KEEP THIS SECTION IN ALPHABETICAL ORDER) |
| (...skipping 100 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 370 'c/dev/ppb_transport_dev.h', | 374 'c/dev/ppb_transport_dev.h', |
| 371 ], | 375 ], |
| 372 'cpp_sources': [ | 376 'cpp_sources': [ |
| 373 'cpp/dev/transport_dev.cc', | 377 'cpp/dev/transport_dev.cc', |
| 374 'cpp/dev/transport_dev.h', | 378 'cpp/dev/transport_dev.h', |
| 375 ], | 379 ], |
| 376 }, | 380 }, |
| 377 }], | 381 }], |
| 378 ], | 382 ], |
| 379 } | 383 } |
| OLD | NEW |