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 346 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
357 'tests/test_file_system.cc', | 357 'tests/test_file_system.cc', |
358 'tests/test_file_system.h', | 358 'tests/test_file_system.h', |
359 'tests/test_fullscreen.cc', | 359 'tests/test_fullscreen.cc', |
360 'tests/test_fullscreen.h', | 360 'tests/test_fullscreen.h', |
361 'tests/test_graphics_2d.cc', | 361 'tests/test_graphics_2d.cc', |
362 'tests/test_graphics_2d.h', | 362 'tests/test_graphics_2d.h', |
363 'tests/test_graphics_3d.cc', | 363 'tests/test_graphics_3d.cc', |
364 'tests/test_graphics_3d.h', | 364 'tests/test_graphics_3d.h', |
365 'tests/test_host_resolver_private.cc', | 365 'tests/test_host_resolver_private.cc', |
366 'tests/test_host_resolver_private.h', | 366 'tests/test_host_resolver_private.h', |
| 367 'tests/test_host_resolver_private_disallowed.cc', |
| 368 'tests/test_host_resolver_private_disallowed.h', |
367 'tests/test_image_data.cc', | 369 'tests/test_image_data.cc', |
368 'tests/test_image_data.h', | 370 'tests/test_image_data.h', |
369 'tests/test_ime_input_event.cc', | 371 'tests/test_ime_input_event.cc', |
370 'tests/test_ime_input_event.h', | 372 'tests/test_ime_input_event.h', |
371 'tests/test_input_event.cc', | 373 'tests/test_input_event.cc', |
372 'tests/test_input_event.h', | 374 'tests/test_input_event.h', |
373 'tests/test_memory.cc', | 375 'tests/test_memory.cc', |
374 'tests/test_memory.h', | 376 'tests/test_memory.h', |
375 'tests/test_message_loop.cc', | 377 'tests/test_message_loop.cc', |
376 'tests/test_message_loop.h', | 378 'tests/test_message_loop.h', |
(...skipping 95 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
472 'tests/test_x509_certificate_private.h', | 474 'tests/test_x509_certificate_private.h', |
473 | 475 |
474 # Deprecated test cases. | 476 # Deprecated test cases. |
475 'tests/test_instance_deprecated.cc', | 477 'tests/test_instance_deprecated.cc', |
476 'tests/test_instance_deprecated.h', | 478 'tests/test_instance_deprecated.h', |
477 'tests/test_var_deprecated.cc', | 479 'tests/test_var_deprecated.cc', |
478 'tests/test_var_deprecated.h', | 480 'tests/test_var_deprecated.h', |
479 ], | 481 ], |
480 }, | 482 }, |
481 } | 483 } |
OLD | NEW |