| 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_codecs.h', | 10 'c/pp_codecs.h', |
| (...skipping 10 matching lines...) Expand all Loading... |
| 21 'c/pp_resource.h', | 21 'c/pp_resource.h', |
| 22 'c/pp_size.h', | 22 'c/pp_size.h', |
| 23 'c/pp_stdint.h', | 23 'c/pp_stdint.h', |
| 24 'c/pp_time.h', | 24 'c/pp_time.h', |
| 25 'c/pp_touch_point.h', | 25 'c/pp_touch_point.h', |
| 26 'c/pp_var.h', | 26 'c/pp_var.h', |
| 27 'c/ppb.h', | 27 'c/ppb.h', |
| 28 'c/ppb_audio.h', | 28 'c/ppb_audio.h', |
| 29 'c/ppb_audio_buffer.h', | 29 'c/ppb_audio_buffer.h', |
| 30 'c/ppb_audio_config.h', | 30 'c/ppb_audio_config.h', |
| 31 'c/ppb_audio_encoder.h', |
| 31 'c/ppb_compositor.h', | 32 'c/ppb_compositor.h', |
| 32 'c/ppb_console.h', | 33 'c/ppb_console.h', |
| 33 'c/ppb_core.h', | 34 'c/ppb_core.h', |
| 34 'c/ppb_file_io.h', | 35 'c/ppb_file_io.h', |
| 35 'c/ppb_file_ref.h', | 36 'c/ppb_file_ref.h', |
| 36 'c/ppb_file_system.h', | 37 'c/ppb_file_system.h', |
| 37 'c/ppb_fullscreen.h', | 38 'c/ppb_fullscreen.h', |
| 38 'c/ppb_gamepad.h', | 39 'c/ppb_gamepad.h', |
| 39 'c/ppb_graphics_2d.h', | 40 'c/ppb_graphics_2d.h', |
| 40 'c/ppb_graphics_3d.h', | 41 'c/ppb_graphics_3d.h', |
| (...skipping 16 matching lines...) Expand all Loading... |
| 57 'c/ppb_text_input_controller.h', | 58 'c/ppb_text_input_controller.h', |
| 58 'c/ppb_udp_socket.h', | 59 'c/ppb_udp_socket.h', |
| 59 'c/ppb_url_loader.h', | 60 'c/ppb_url_loader.h', |
| 60 'c/ppb_url_request_info.h', | 61 'c/ppb_url_request_info.h', |
| 61 'c/ppb_url_response_info.h', | 62 'c/ppb_url_response_info.h', |
| 62 'c/ppb_var.h', | 63 'c/ppb_var.h', |
| 63 'c/ppb_var_array.h', | 64 'c/ppb_var_array.h', |
| 64 'c/ppb_var_array_buffer.h', | 65 'c/ppb_var_array_buffer.h', |
| 65 'c/ppb_var_dictionary.h', | 66 'c/ppb_var_dictionary.h', |
| 66 'c/ppb_video_decoder.h', | 67 'c/ppb_video_decoder.h', |
| 68 'c/ppb_video_encoder.h', |
| 67 'c/ppb_video_frame.h', | 69 'c/ppb_video_frame.h', |
| 68 'c/ppb_view.h', | 70 'c/ppb_view.h', |
| 69 'c/ppb_websocket.h', | 71 'c/ppb_websocket.h', |
| 70 'c/ppp.h', | 72 'c/ppp.h', |
| 71 'c/ppp_graphics_3d.h', | 73 'c/ppp_graphics_3d.h', |
| 72 'c/ppp_input_event.h', | 74 'c/ppp_input_event.h', |
| 73 'c/ppp_instance.h', | 75 'c/ppp_instance.h', |
| 74 'c/ppp_messaging.h', | 76 'c/ppp_messaging.h', |
| 75 'c/ppp_mouse_lock.h', | 77 'c/ppp_mouse_lock.h', |
| 76 | 78 |
| (...skipping 75 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 152 ], | 154 ], |
| 153 'cpp_source_files': [ | 155 'cpp_source_files': [ |
| 154 'cpp/array_output.cc', | 156 'cpp/array_output.cc', |
| 155 'cpp/array_output.h', | 157 'cpp/array_output.h', |
| 156 'cpp/audio.cc', | 158 'cpp/audio.cc', |
| 157 'cpp/audio.h', | 159 'cpp/audio.h', |
| 158 'cpp/audio_buffer.cc', | 160 'cpp/audio_buffer.cc', |
| 159 'cpp/audio_buffer.h', | 161 'cpp/audio_buffer.h', |
| 160 'cpp/audio_config.cc', | 162 'cpp/audio_config.cc', |
| 161 'cpp/audio_config.h', | 163 'cpp/audio_config.h', |
| 164 'cpp/audio_encoder.cc', |
| 165 'cpp/audio_encoder.h', |
| 162 'cpp/completion_callback.h', | 166 'cpp/completion_callback.h', |
| 163 'cpp/compositor.cc', | 167 'cpp/compositor.cc', |
| 164 'cpp/compositor.h', | 168 'cpp/compositor.h', |
| 165 'cpp/compositor_layer.cc', | 169 'cpp/compositor_layer.cc', |
| 166 'cpp/compositor_layer.h', | 170 'cpp/compositor_layer.h', |
| 167 'cpp/core.cc', | 171 'cpp/core.cc', |
| 168 'cpp/core.h', | 172 'cpp/core.h', |
| 169 'cpp/directory_entry.cc', | 173 'cpp/directory_entry.cc', |
| 170 'cpp/directory_entry.h', | 174 'cpp/directory_entry.h', |
| 171 'cpp/file_io.cc', | 175 'cpp/file_io.cc', |
| (...skipping 409 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 581 'tests/test_x509_certificate_private.h', | 585 'tests/test_x509_certificate_private.h', |
| 582 | 586 |
| 583 # Deprecated test cases. | 587 # Deprecated test cases. |
| 584 'tests/test_instance_deprecated.cc', | 588 'tests/test_instance_deprecated.cc', |
| 585 'tests/test_instance_deprecated.h', | 589 'tests/test_instance_deprecated.h', |
| 586 'tests/test_var_deprecated.cc', | 590 'tests/test_var_deprecated.cc', |
| 587 'tests/test_var_deprecated.h', | 591 'tests/test_var_deprecated.h', |
| 588 ], | 592 ], |
| 589 }, | 593 }, |
| 590 } | 594 } |
| OLD | NEW |