| 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', |
| 11 'c/pp_errors.h', | 11 'c/pp_errors.h', |
| 12 'c/pp_file_info.h', | 12 'c/pp_file_info.h', |
| 13 'c/pp_graphics_3d.h', | 13 'c/pp_graphics_3d.h', |
| 14 'c/pp_input_event.h', | 14 'c/pp_input_event.h', |
| 15 'c/pp_instance.h', | 15 'c/pp_instance.h', |
| 16 'c/pp_macros.h', | 16 'c/pp_macros.h', |
| 17 'c/pp_module.h', | 17 'c/pp_module.h', |
| 18 'c/pp_point.h', | 18 'c/pp_point.h', |
| 19 'c/pp_rect.h', | 19 'c/pp_rect.h', |
| 20 'c/pp_resource.h', | 20 'c/pp_resource.h', |
| 21 'c/pp_size.h', | 21 'c/pp_size.h', |
| 22 'c/pp_stdint.h', | 22 'c/pp_stdint.h', |
| 23 'c/pp_time.h', | 23 'c/pp_time.h', |
| 24 'c/pp_var.h', | 24 'c/pp_var.h', |
| 25 'c/ppb.h', | 25 'c/ppb.h', |
| 26 'c/ppb_audio.h', | 26 'c/ppb_audio.h', |
| 27 'c/ppb_audio_config.h', | 27 'c/ppb_audio_config.h', |
| 28 'c/ppb_console.h', | 28 'c/ppb_console.h', |
| 29 'c/ppb_core.h', | 29 'c/ppb_core.h', |
| 30 'c/ppb_directory_reader.h', |
| 30 'c/ppb_file_io.h', | 31 'c/ppb_file_io.h', |
| 31 'c/ppb_file_ref.h', | 32 'c/ppb_file_ref.h', |
| 32 'c/ppb_file_system.h', | 33 'c/ppb_file_system.h', |
| 33 'c/ppb_fullscreen.h', | 34 'c/ppb_fullscreen.h', |
| 34 'c/ppb_gamepad.h', | 35 'c/ppb_gamepad.h', |
| 35 'c/ppb_graphics_2d.h', | 36 'c/ppb_graphics_2d.h', |
| 36 'c/ppb_graphics_3d.h', | 37 'c/ppb_graphics_3d.h', |
| 37 'c/ppb_image_data.h', | 38 'c/ppb_image_data.h', |
| 38 'c/ppb_input_event.h', | 39 'c/ppb_input_event.h', |
| 39 'c/ppb_instance.h', | 40 'c/ppb_instance.h', |
| (...skipping 17 matching lines...) Expand all Loading... |
| 57 'c/ppp_messaging.h', | 58 'c/ppp_messaging.h', |
| 58 'c/ppp_mouse_lock.h', | 59 'c/ppp_mouse_lock.h', |
| 59 | 60 |
| 60 # Dev interfaces. | 61 # Dev interfaces. |
| 61 'c/dev/pp_cursor_type_dev.h', | 62 'c/dev/pp_cursor_type_dev.h', |
| 62 'c/dev/pp_video_dev.h', | 63 'c/dev/pp_video_dev.h', |
| 63 'c/dev/ppb_buffer_dev.h', | 64 'c/dev/ppb_buffer_dev.h', |
| 64 'c/dev/ppb_char_set_dev.h', | 65 'c/dev/ppb_char_set_dev.h', |
| 65 'c/dev/ppb_cursor_control_dev.h', | 66 'c/dev/ppb_cursor_control_dev.h', |
| 66 'c/dev/ppb_device_ref_dev.h', | 67 'c/dev/ppb_device_ref_dev.h', |
| 67 'c/dev/ppb_directory_reader_dev.h', | |
| 68 'c/dev/ppb_file_chooser_dev.h', | 68 'c/dev/ppb_file_chooser_dev.h', |
| 69 'c/dev/ppb_find_dev.h', | 69 'c/dev/ppb_find_dev.h', |
| 70 'c/dev/ppb_font_dev.h', | 70 'c/dev/ppb_font_dev.h', |
| 71 'c/dev/ppb_ime_input_event_dev.h', | 71 'c/dev/ppb_ime_input_event_dev.h', |
| 72 'c/dev/ppb_memory_dev.h', | 72 'c/dev/ppb_memory_dev.h', |
| 73 'c/dev/ppb_printing_dev.h', | 73 'c/dev/ppb_printing_dev.h', |
| 74 'c/dev/ppb_resource_array_dev.h', | 74 'c/dev/ppb_resource_array_dev.h', |
| 75 'c/dev/ppb_scrollbar_dev.h', | 75 'c/dev/ppb_scrollbar_dev.h', |
| 76 'c/dev/ppb_testing_dev.h', | 76 'c/dev/ppb_testing_dev.h', |
| 77 'c/dev/ppb_text_input_dev.h', | 77 'c/dev/ppb_text_input_dev.h', |
| (...skipping 65 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 143 'cpp_source_files': [ | 143 'cpp_source_files': [ |
| 144 'cpp/array_output.cc', | 144 'cpp/array_output.cc', |
| 145 'cpp/array_output.h', | 145 'cpp/array_output.h', |
| 146 'cpp/audio.cc', | 146 'cpp/audio.cc', |
| 147 'cpp/audio.h', | 147 'cpp/audio.h', |
| 148 'cpp/audio_config.cc', | 148 'cpp/audio_config.cc', |
| 149 'cpp/audio_config.h', | 149 'cpp/audio_config.h', |
| 150 'cpp/completion_callback.h', | 150 'cpp/completion_callback.h', |
| 151 'cpp/core.cc', | 151 'cpp/core.cc', |
| 152 'cpp/core.h', | 152 'cpp/core.h', |
| 153 'cpp/directory_entry.cc', |
| 154 'cpp/directory_entry.h', |
| 155 'cpp/directory_reader.cc', |
| 156 'cpp/directory_reader.h', |
| 153 'cpp/file_io.cc', | 157 'cpp/file_io.cc', |
| 154 'cpp/file_io.h', | 158 'cpp/file_io.h', |
| 155 'cpp/file_ref.cc', | 159 'cpp/file_ref.cc', |
| 156 'cpp/file_ref.h', | 160 'cpp/file_ref.h', |
| 157 'cpp/file_system.cc', | 161 'cpp/file_system.cc', |
| 158 'cpp/file_system.h', | 162 'cpp/file_system.h', |
| 159 'cpp/fullscreen.cc', | 163 'cpp/fullscreen.cc', |
| 160 'cpp/fullscreen.h', | 164 'cpp/fullscreen.h', |
| 161 'cpp/graphics_2d.cc', | 165 'cpp/graphics_2d.cc', |
| 162 'cpp/graphics_2d.h', | 166 'cpp/graphics_2d.h', |
| (...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 215 'cpp/dev/audio_input_dev.cc', | 219 'cpp/dev/audio_input_dev.cc', |
| 216 'cpp/dev/audio_input_dev.h', | 220 'cpp/dev/audio_input_dev.h', |
| 217 'cpp/dev/buffer_dev.cc', | 221 'cpp/dev/buffer_dev.cc', |
| 218 'cpp/dev/buffer_dev.h', | 222 'cpp/dev/buffer_dev.h', |
| 219 'cpp/dev/crypto_dev.cc', | 223 'cpp/dev/crypto_dev.cc', |
| 220 'cpp/dev/crypto_dev.h', | 224 'cpp/dev/crypto_dev.h', |
| 221 'cpp/dev/cursor_control_dev.cc', | 225 'cpp/dev/cursor_control_dev.cc', |
| 222 'cpp/dev/cursor_control_dev.h', | 226 'cpp/dev/cursor_control_dev.h', |
| 223 'cpp/dev/device_ref_dev.cc', | 227 'cpp/dev/device_ref_dev.cc', |
| 224 'cpp/dev/device_ref_dev.h', | 228 'cpp/dev/device_ref_dev.h', |
| 225 'cpp/dev/directory_entry_dev.cc', | |
| 226 'cpp/dev/directory_entry_dev.h', | |
| 227 'cpp/dev/directory_reader_dev.cc', | |
| 228 'cpp/dev/directory_reader_dev.h', | |
| 229 'cpp/dev/file_chooser_dev.cc', | 229 'cpp/dev/file_chooser_dev.cc', |
| 230 'cpp/dev/file_chooser_dev.h', | 230 'cpp/dev/file_chooser_dev.h', |
| 231 'cpp/dev/find_dev.cc', | 231 'cpp/dev/find_dev.cc', |
| 232 'cpp/dev/find_dev.h', | 232 'cpp/dev/find_dev.h', |
| 233 'cpp/dev/font_dev.cc', | 233 'cpp/dev/font_dev.cc', |
| 234 'cpp/dev/font_dev.h', | 234 'cpp/dev/font_dev.h', |
| 235 'cpp/dev/graphics_2d_dev.cc', | 235 'cpp/dev/graphics_2d_dev.cc', |
| 236 'cpp/dev/graphics_2d_dev.h', | 236 'cpp/dev/graphics_2d_dev.h', |
| 237 'cpp/dev/ime_input_event_dev.cc', | 237 'cpp/dev/ime_input_event_dev.cc', |
| 238 'cpp/dev/ime_input_event_dev.h', | 238 'cpp/dev/ime_input_event_dev.h', |
| (...skipping 280 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 519 'tests/test_x509_certificate_private.h', | 519 'tests/test_x509_certificate_private.h', |
| 520 | 520 |
| 521 # Deprecated test cases. | 521 # Deprecated test cases. |
| 522 'tests/test_instance_deprecated.cc', | 522 'tests/test_instance_deprecated.cc', |
| 523 'tests/test_instance_deprecated.h', | 523 'tests/test_instance_deprecated.h', |
| 524 'tests/test_var_deprecated.cc', | 524 'tests/test_var_deprecated.cc', |
| 525 'tests/test_var_deprecated.h', | 525 'tests/test_var_deprecated.h', |
| 526 ], | 526 ], |
| 527 }, | 527 }, |
| 528 } | 528 } |
| OLD | NEW |