| 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_codecs.h', | 10 'c/pp_codecs.h', |
| (...skipping 377 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 388 'lib/gl/gles2/gles2.c', | 388 'lib/gl/gles2/gles2.c', |
| 389 'tests/all_c_includes.h', | 389 'tests/all_c_includes.h', |
| 390 'tests/all_cpp_includes.h', | 390 'tests/all_cpp_includes.h', |
| 391 'tests/arch_dependent_sizes_32.h', | 391 'tests/arch_dependent_sizes_32.h', |
| 392 'tests/arch_dependent_sizes_64.h', | 392 'tests/arch_dependent_sizes_64.h', |
| 393 'tests/pp_thread.h', | 393 'tests/pp_thread.h', |
| 394 'tests/test_audio.cc', | 394 'tests/test_audio.cc', |
| 395 'tests/test_audio.h', | 395 'tests/test_audio.h', |
| 396 'tests/test_audio_config.cc', | 396 'tests/test_audio_config.cc', |
| 397 'tests/test_audio_config.h', | 397 'tests/test_audio_config.h', |
| 398 'tests/test_audio_encoder.cc', |
| 399 'tests/test_audio_encoder.h', |
| 398 'tests/test_case.cc', | 400 'tests/test_case.cc', |
| 399 'tests/test_case.h', | 401 'tests/test_case.h', |
| 400 'tests/test_compositor.cc', | 402 'tests/test_compositor.cc', |
| 401 'tests/test_compositor.h', | 403 'tests/test_compositor.h', |
| 402 'tests/test_console.cc', | 404 'tests/test_console.cc', |
| 403 'tests/test_console.h', | 405 'tests/test_console.h', |
| 404 'tests/test_core.cc', | 406 'tests/test_core.cc', |
| 405 'tests/test_core.h', | 407 'tests/test_core.h', |
| 406 'tests/test_cursor_control.cc', | 408 'tests/test_cursor_control.cc', |
| 407 'tests/test_cursor_control.h', | 409 'tests/test_cursor_control.h', |
| (...skipping 159 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 567 'tests/test_x509_certificate_private.h', | 569 'tests/test_x509_certificate_private.h', |
| 568 | 570 |
| 569 # Deprecated test cases. | 571 # Deprecated test cases. |
| 570 'tests/test_instance_deprecated.cc', | 572 'tests/test_instance_deprecated.cc', |
| 571 'tests/test_instance_deprecated.h', | 573 'tests/test_instance_deprecated.h', |
| 572 'tests/test_var_deprecated.cc', | 574 'tests/test_var_deprecated.cc', |
| 573 'tests/test_var_deprecated.h', | 575 'tests/test_var_deprecated.h', |
| 574 ], | 576 ], |
| 575 }, | 577 }, |
| 576 } | 578 } |
| OLD | NEW |