| 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 374 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 385 # Test cases (PLEASE KEEP THIS SECTION IN ALPHABETICAL ORDER) | 385 # Test cases (PLEASE KEEP THIS SECTION IN ALPHABETICAL ORDER) |
| 386 'tests/test_tcp_server_socket_private_disallowed.cc', | 386 'tests/test_tcp_server_socket_private_disallowed.cc', |
| 387 'tests/test_tcp_socket_private_disallowed.cc', | 387 'tests/test_tcp_socket_private_disallowed.cc', |
| 388 'tests/test_udp_socket_private_disallowed.cc', | 388 'tests/test_udp_socket_private_disallowed.cc', |
| 389 ], | 389 ], |
| 390 # | 390 # |
| 391 # Sources used in trusted tests. | 391 # Sources used in trusted tests. |
| 392 # | 392 # |
| 393 'test_trusted_source_files': [ | 393 'test_trusted_source_files': [ |
| 394 # Test cases (PLEASE KEEP THIS SECTION IN ALPHABETICAL ORDER) | 394 # Test cases (PLEASE KEEP THIS SECTION IN ALPHABETICAL ORDER) |
| 395 'lib/gl/gles2/gles2.c', |
| 396 'lib/gl/gles2/gl2ext_ppapi.c', |
| 397 'lib/gl/gles2/gl2ext_ppapi.h', |
| 395 'tests/test_broker.cc', | 398 'tests/test_broker.cc', |
| 396 'tests/test_broker.h', | 399 'tests/test_broker.h', |
| 397 'tests/test_browser_font.cc', | 400 'tests/test_browser_font.cc', |
| 398 'tests/test_browser_font.h', | 401 'tests/test_browser_font.h', |
| 399 'tests/test_buffer.cc', | 402 'tests/test_buffer.cc', |
| 400 'tests/test_buffer.h', | 403 'tests/test_buffer.h', |
| 401 'tests/test_c_includes.c', | 404 'tests/test_c_includes.c', |
| 402 'tests/test_char_set.cc', | 405 'tests/test_char_set.cc', |
| 403 'tests/test_char_set.h', | 406 'tests/test_char_set.h', |
| 404 'tests/test_core.cc', | 407 'tests/test_core.cc', |
| (...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 439 'tests/test_x509_certificate_private.h', | 442 'tests/test_x509_certificate_private.h', |
| 440 | 443 |
| 441 # Deprecated test cases. | 444 # Deprecated test cases. |
| 442 'tests/test_instance_deprecated.cc', | 445 'tests/test_instance_deprecated.cc', |
| 443 'tests/test_instance_deprecated.h', | 446 'tests/test_instance_deprecated.h', |
| 444 'tests/test_var_deprecated.cc', | 447 'tests/test_var_deprecated.cc', |
| 445 'tests/test_var_deprecated.h', | 448 'tests/test_var_deprecated.h', |
| 446 ], | 449 ], |
| 447 }, | 450 }, |
| 448 } | 451 } |
| OLD | NEW |