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 11 matching lines...) Expand all Loading... |
22 'c/pp_stdint.h', | 22 'c/pp_stdint.h', |
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_console.h', | 29 'c/ppb_console.h', |
30 'c/ppb_core.h', | 30 'c/ppb_core.h', |
31 'c/ppb_file_io.h', | 31 'c/ppb_file_io.h', |
| 32 'c/ppb_file_mapping.h', |
32 'c/ppb_file_ref.h', | 33 'c/ppb_file_ref.h', |
33 'c/ppb_file_system.h', | 34 'c/ppb_file_system.h', |
34 'c/ppb_fullscreen.h', | 35 'c/ppb_fullscreen.h', |
35 'c/ppb_gamepad.h', | 36 'c/ppb_gamepad.h', |
36 'c/ppb_graphics_2d.h', | 37 'c/ppb_graphics_2d.h', |
37 'c/ppb_graphics_3d.h', | 38 'c/ppb_graphics_3d.h', |
38 'c/ppb_host_resolver.h', | 39 'c/ppb_host_resolver.h', |
39 'c/ppb_image_data.h', | 40 'c/ppb_image_data.h', |
40 'c/ppb_input_event.h', | 41 'c/ppb_input_event.h', |
41 'c/ppb_instance.h', | 42 'c/ppb_instance.h', |
(...skipping 376 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
418 'tests/test_console.cc', | 419 'tests/test_console.cc', |
419 'tests/test_console.h', | 420 'tests/test_console.h', |
420 'tests/test_core.cc', | 421 'tests/test_core.cc', |
421 'tests/test_core.h', | 422 'tests/test_core.h', |
422 'tests/test_cursor_control.cc', | 423 'tests/test_cursor_control.cc', |
423 'tests/test_cursor_control.h', | 424 'tests/test_cursor_control.h', |
424 'tests/test_empty.cc', | 425 'tests/test_empty.cc', |
425 'tests/test_empty.h', | 426 'tests/test_empty.h', |
426 'tests/test_file_io.cc', | 427 'tests/test_file_io.cc', |
427 'tests/test_file_io.h', | 428 'tests/test_file_io.h', |
| 429 'tests/test_file_mapping.cc', |
| 430 'tests/test_file_mapping.h', |
428 'tests/test_file_ref.cc', | 431 'tests/test_file_ref.cc', |
429 'tests/test_file_ref.h', | 432 'tests/test_file_ref.h', |
430 'tests/test_file_system.cc', | 433 'tests/test_file_system.cc', |
431 'tests/test_file_system.h', | 434 'tests/test_file_system.h', |
432 'tests/test_fullscreen.cc', | 435 'tests/test_fullscreen.cc', |
433 'tests/test_fullscreen.h', | 436 'tests/test_fullscreen.h', |
434 'tests/test_graphics_2d.cc', | 437 'tests/test_graphics_2d.cc', |
435 'tests/test_graphics_2d.h', | 438 'tests/test_graphics_2d.h', |
436 'tests/test_graphics_3d.cc', | 439 'tests/test_graphics_3d.cc', |
437 'tests/test_graphics_3d.h', | 440 'tests/test_graphics_3d.h', |
(...skipping 137 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
575 'tests/test_x509_certificate_private.h', | 578 'tests/test_x509_certificate_private.h', |
576 | 579 |
577 # Deprecated test cases. | 580 # Deprecated test cases. |
578 'tests/test_instance_deprecated.cc', | 581 'tests/test_instance_deprecated.cc', |
579 'tests/test_instance_deprecated.h', | 582 'tests/test_instance_deprecated.h', |
580 'tests/test_var_deprecated.cc', | 583 'tests/test_var_deprecated.cc', |
581 'tests/test_var_deprecated.h', | 584 'tests/test_var_deprecated.h', |
582 ], | 585 ], |
583 }, | 586 }, |
584 } | 587 } |
OLD | NEW |