| 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 12 matching lines...) Expand all Loading... |
| 23 'c/pp_time.h', | 23 'c/pp_time.h', |
| 24 'c/pp_touch_point.h', | 24 'c/pp_touch_point.h', |
| 25 'c/pp_var.h', | 25 'c/pp_var.h', |
| 26 'c/ppb.h', | 26 'c/ppb.h', |
| 27 'c/ppb_audio.h', | 27 'c/ppb_audio.h', |
| 28 'c/ppb_audio_config.h', | 28 'c/ppb_audio_config.h', |
| 29 'c/ppb_audio_frame.h', | 29 'c/ppb_audio_frame.h', |
| 30 'c/ppb_console.h', | 30 'c/ppb_console.h', |
| 31 'c/ppb_core.h', | 31 'c/ppb_core.h', |
| 32 'c/ppb_file_io.h', | 32 'c/ppb_file_io.h', |
| 33 'c/ppb_file_mapping.h', |
| 33 'c/ppb_file_ref.h', | 34 'c/ppb_file_ref.h', |
| 34 'c/ppb_file_system.h', | 35 'c/ppb_file_system.h', |
| 35 'c/ppb_fullscreen.h', | 36 'c/ppb_fullscreen.h', |
| 36 'c/ppb_gamepad.h', | 37 'c/ppb_gamepad.h', |
| 37 'c/ppb_graphics_2d.h', | 38 'c/ppb_graphics_2d.h', |
| 38 'c/ppb_graphics_3d.h', | 39 'c/ppb_graphics_3d.h', |
| 39 'c/ppb_host_resolver.h', | 40 'c/ppb_host_resolver.h', |
| 40 'c/ppb_image_data.h', | 41 'c/ppb_image_data.h', |
| 41 'c/ppb_input_event.h', | 42 'c/ppb_input_event.h', |
| 42 'c/ppb_instance.h', | 43 'c/ppb_instance.h', |
| (...skipping 380 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 423 'tests/test_console.cc', | 424 'tests/test_console.cc', |
| 424 'tests/test_console.h', | 425 'tests/test_console.h', |
| 425 'tests/test_core.cc', | 426 'tests/test_core.cc', |
| 426 'tests/test_core.h', | 427 'tests/test_core.h', |
| 427 'tests/test_cursor_control.cc', | 428 'tests/test_cursor_control.cc', |
| 428 'tests/test_cursor_control.h', | 429 'tests/test_cursor_control.h', |
| 429 'tests/test_empty.cc', | 430 'tests/test_empty.cc', |
| 430 'tests/test_empty.h', | 431 'tests/test_empty.h', |
| 431 'tests/test_file_io.cc', | 432 'tests/test_file_io.cc', |
| 432 'tests/test_file_io.h', | 433 'tests/test_file_io.h', |
| 434 'tests/test_file_mapping.cc', |
| 435 'tests/test_file_mapping.h', |
| 433 'tests/test_file_ref.cc', | 436 'tests/test_file_ref.cc', |
| 434 'tests/test_file_ref.h', | 437 'tests/test_file_ref.h', |
| 435 'tests/test_file_system.cc', | 438 'tests/test_file_system.cc', |
| 436 'tests/test_file_system.h', | 439 'tests/test_file_system.h', |
| 437 'tests/test_fullscreen.cc', | 440 'tests/test_fullscreen.cc', |
| 438 'tests/test_fullscreen.h', | 441 'tests/test_fullscreen.h', |
| 439 'tests/test_graphics_2d.cc', | 442 'tests/test_graphics_2d.cc', |
| 440 'tests/test_graphics_2d.h', | 443 'tests/test_graphics_2d.h', |
| 441 'tests/test_graphics_3d.cc', | 444 'tests/test_graphics_3d.cc', |
| 442 'tests/test_graphics_3d.h', | 445 'tests/test_graphics_3d.h', |
| (...skipping 135 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 578 'tests/test_x509_certificate_private.h', | 581 'tests/test_x509_certificate_private.h', |
| 579 | 582 |
| 580 # Deprecated test cases. | 583 # Deprecated test cases. |
| 581 'tests/test_instance_deprecated.cc', | 584 'tests/test_instance_deprecated.cc', |
| 582 'tests/test_instance_deprecated.h', | 585 'tests/test_instance_deprecated.h', |
| 583 'tests/test_var_deprecated.cc', | 586 'tests/test_var_deprecated.cc', |
| 584 'tests/test_var_deprecated.h', | 587 'tests/test_var_deprecated.h', |
| 585 ], | 588 ], |
| 586 }, | 589 }, |
| 587 } | 590 } |
| OLD | NEW |