| OLD | NEW |
| 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_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 272 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 283 # Common test files | 283 # Common test files |
| 284 'tests/all_c_includes.h', | 284 'tests/all_c_includes.h', |
| 285 'tests/all_cpp_includes.h', | 285 'tests/all_cpp_includes.h', |
| 286 'tests/arch_dependent_sizes_32.h', | 286 'tests/arch_dependent_sizes_32.h', |
| 287 'tests/arch_dependent_sizes_64.h', | 287 'tests/arch_dependent_sizes_64.h', |
| 288 'tests/pp_thread.h', | 288 'tests/pp_thread.h', |
| 289 'tests/test_case.cc', | 289 'tests/test_case.cc', |
| 290 'tests/test_case.h', | 290 'tests/test_case.h', |
| 291 'tests/test_net_address_private_untrusted.cc', | 291 'tests/test_net_address_private_untrusted.cc', |
| 292 'tests/test_net_address_private_untrusted.h', | 292 'tests/test_net_address_private_untrusted.h', |
| 293 'tests/test_tcp_server_socket_private.cc', |
| 294 'tests/test_tcp_server_socket_private.h', |
| 293 'tests/test_tcp_socket_private_shared.cc', | 295 'tests/test_tcp_socket_private_shared.cc', |
| 294 'tests/test_tcp_socket_private_shared.h', | 296 'tests/test_tcp_socket_private_shared.h', |
| 295 'tests/test_udp_socket_private_shared.cc', | 297 'tests/test_udp_socket_private_shared.cc', |
| 296 'tests/test_udp_socket_private_shared.h', | 298 'tests/test_udp_socket_private_shared.h', |
| 297 'tests/test_utils.cc', | 299 'tests/test_utils.cc', |
| 298 'tests/testing_instance.cc', | 300 'tests/testing_instance.cc', |
| 299 'tests/testing_instance.h', | 301 'tests/testing_instance.h', |
| 300 | 302 |
| 301 # Compile-time tests | 303 # Compile-time tests |
| 302 'tests/test_c_includes.c', | 304 'tests/test_c_includes.c', |
| (...skipping 126 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 429 'c/dev/ppb_transport_dev.h', | 431 'c/dev/ppb_transport_dev.h', |
| 430 ], | 432 ], |
| 431 'cpp_source_files': [ | 433 'cpp_source_files': [ |
| 432 'cpp/dev/transport_dev.cc', | 434 'cpp/dev/transport_dev.cc', |
| 433 'cpp/dev/transport_dev.h', | 435 'cpp/dev/transport_dev.h', |
| 434 ], | 436 ], |
| 435 }, | 437 }, |
| 436 }], | 438 }], |
| 437 ], | 439 ], |
| 438 } | 440 } |
| OLD | NEW |