| 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_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 Loading... |
| 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 Loading... |
| 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 } |
| OLD | NEW |