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