| 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 433 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 444 'tests/test_truetype_font.h', | 444 'tests/test_truetype_font.h', |
| 445 'tests/test_udp_socket_private.cc', | 445 'tests/test_udp_socket_private.cc', |
| 446 'tests/test_udp_socket_private.h', | 446 'tests/test_udp_socket_private.h', |
| 447 'tests/test_url_loader.cc', | 447 'tests/test_url_loader.cc', |
| 448 'tests/test_url_loader.h', | 448 'tests/test_url_loader.h', |
| 449 'tests/test_url_request.cc', | 449 'tests/test_url_request.cc', |
| 450 'tests/test_url_request.h', | 450 'tests/test_url_request.h', |
| 451 'tests/test_utils.cc', | 451 'tests/test_utils.cc', |
| 452 'tests/test_var.cc', | 452 'tests/test_var.cc', |
| 453 'tests/test_var.h', | 453 'tests/test_var.h', |
| 454 'tests/test_video_destination.cc', |
| 455 'tests/test_video_destination.h', |
| 456 'tests/test_video_source.cc', |
| 457 'tests/test_video_source.h', |
| 454 'tests/test_view.cc', | 458 'tests/test_view.cc', |
| 455 'tests/test_view.h', | 459 'tests/test_view.h', |
| 456 'tests/test_websocket.cc', | 460 'tests/test_websocket.cc', |
| 457 'tests/test_websocket.h', | 461 'tests/test_websocket.h', |
| 458 'tests/testing_instance.cc', | 462 'tests/testing_instance.cc', |
| 459 'tests/testing_instance.h', | 463 'tests/testing_instance.h', |
| 460 | 464 |
| 461 # Compile-time tests | 465 # Compile-time tests |
| 462 'tests/test_c_includes.c', | 466 'tests/test_c_includes.c', |
| 463 'tests/test_cpp_includes.cc', | 467 'tests/test_cpp_includes.cc', |
| (...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 524 'tests/test_x509_certificate_private.h', | 528 'tests/test_x509_certificate_private.h', |
| 525 | 529 |
| 526 # Deprecated test cases. | 530 # Deprecated test cases. |
| 527 'tests/test_instance_deprecated.cc', | 531 'tests/test_instance_deprecated.cc', |
| 528 'tests/test_instance_deprecated.h', | 532 'tests/test_instance_deprecated.h', |
| 529 'tests/test_var_deprecated.cc', | 533 'tests/test_var_deprecated.cc', |
| 530 'tests/test_var_deprecated.h', | 534 'tests/test_var_deprecated.h', |
| 531 ], | 535 ], |
| 532 }, | 536 }, |
| 533 } | 537 } |
| OLD | NEW |