| 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_bool.h', | 8 'c/pp_bool.h', |
| 9 'c/pp_completion_callback.h', | 9 'c/pp_completion_callback.h', |
| 10 'c/pp_errors.h', | 10 'c/pp_errors.h', |
| (...skipping 23 matching lines...) Expand all Loading... |
| 34 'c/ppb_image_data.h', | 34 'c/ppb_image_data.h', |
| 35 'c/ppb_input_event.h', | 35 'c/ppb_input_event.h', |
| 36 'c/ppb_instance.h', | 36 'c/ppb_instance.h', |
| 37 'c/ppb_messaging.h', | 37 'c/ppb_messaging.h', |
| 38 'c/ppb_mouse_lock.h', | 38 'c/ppb_mouse_lock.h', |
| 39 'c/ppb_opengles2.h', | 39 'c/ppb_opengles2.h', |
| 40 'c/ppb_url_loader.h', | 40 'c/ppb_url_loader.h', |
| 41 'c/ppb_url_request_info.h', | 41 'c/ppb_url_request_info.h', |
| 42 'c/ppb_url_response_info.h', | 42 'c/ppb_url_response_info.h', |
| 43 'c/ppb_var.h', | 43 'c/ppb_var.h', |
| 44 'c/ppb_var_array_buffer.h', |
| 44 'c/ppb_view.h', | 45 'c/ppb_view.h', |
| 45 'c/ppp.h', | 46 'c/ppp.h', |
| 46 'c/ppp_graphics_3d.h', | 47 'c/ppp_graphics_3d.h', |
| 47 'c/ppp_input_event.h', | 48 'c/ppp_input_event.h', |
| 48 'c/ppp_instance.h', | 49 'c/ppp_instance.h', |
| 49 'c/ppp_messaging.h', | 50 'c/ppp_messaging.h', |
| 50 'c/ppp_mouse_lock.h', | 51 'c/ppp_mouse_lock.h', |
| 51 | 52 |
| 52 # Dev interfaces. | 53 # Dev interfaces. |
| 53 'c/dev/pp_cursor_type_dev.h', | 54 'c/dev/pp_cursor_type_dev.h', |
| 54 'c/dev/pp_video_dev.h', | 55 'c/dev/pp_video_dev.h', |
| 55 'c/dev/ppb_buffer_dev.h', | 56 'c/dev/ppb_buffer_dev.h', |
| 56 'c/dev/ppb_char_set_dev.h', | 57 'c/dev/ppb_char_set_dev.h', |
| 57 'c/dev/ppb_console_dev.h', | 58 'c/dev/ppb_console_dev.h', |
| 58 'c/dev/ppb_cursor_control_dev.h', | 59 'c/dev/ppb_cursor_control_dev.h', |
| 59 'c/dev/ppb_directory_reader_dev.h', | 60 'c/dev/ppb_directory_reader_dev.h', |
| 60 'c/dev/ppb_file_chooser_dev.h', | 61 'c/dev/ppb_file_chooser_dev.h', |
| 61 'c/dev/ppb_find_dev.h', | 62 'c/dev/ppb_find_dev.h', |
| 62 'c/dev/ppb_font_dev.h', | 63 'c/dev/ppb_font_dev.h', |
| 63 'c/dev/ppb_fullscreen_dev.h', | 64 'c/dev/ppb_fullscreen_dev.h', |
| 64 'c/dev/ppb_gamepad_dev.h', | 65 'c/dev/ppb_gamepad_dev.h', |
| 65 'c/dev/ppb_ime_input_event_dev.h', | 66 'c/dev/ppb_ime_input_event_dev.h', |
| 66 'c/dev/ppb_memory_dev.h', | 67 'c/dev/ppb_memory_dev.h', |
| 67 'c/dev/ppb_resource_array_dev.h', | 68 'c/dev/ppb_resource_array_dev.h', |
| 68 'c/dev/ppb_scrollbar_dev.h', | 69 'c/dev/ppb_scrollbar_dev.h', |
| 69 'c/dev/ppb_testing_dev.h', | 70 'c/dev/ppb_testing_dev.h', |
| 70 'c/dev/ppb_url_util_dev.h', | 71 'c/dev/ppb_url_util_dev.h', |
| 71 'c/dev/ppb_var_array_buffer_dev.h', | |
| 72 'c/dev/ppb_video_decoder_dev.h', | 72 'c/dev/ppb_video_decoder_dev.h', |
| 73 'c/dev/ppb_websocket_dev.h', | 73 'c/dev/ppb_websocket_dev.h', |
| 74 'c/dev/ppb_widget_dev.h', | 74 'c/dev/ppb_widget_dev.h', |
| 75 'c/dev/ppb_zoom_dev.h', | 75 'c/dev/ppb_zoom_dev.h', |
| 76 'c/dev/ppp_cursor_control_dev.h', | 76 'c/dev/ppp_cursor_control_dev.h', |
| 77 'c/dev/ppp_find_dev.h', | 77 'c/dev/ppp_find_dev.h', |
| 78 'c/dev/ppp_network_state_dev.h', | 78 'c/dev/ppp_network_state_dev.h', |
| 79 'c/dev/ppp_scrollbar_dev.h', | 79 'c/dev/ppp_scrollbar_dev.h', |
| 80 'c/dev/ppp_selection_dev.h', | 80 'c/dev/ppp_selection_dev.h', |
| 81 'c/dev/ppb_text_input_dev.h', | 81 'c/dev/ppb_text_input_dev.h', |
| (...skipping 78 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 160 'cpp/resource.h', | 160 'cpp/resource.h', |
| 161 'cpp/size.h', | 161 'cpp/size.h', |
| 162 'cpp/url_loader.cc', | 162 'cpp/url_loader.cc', |
| 163 'cpp/url_loader.h', | 163 'cpp/url_loader.h', |
| 164 'cpp/url_request_info.cc', | 164 'cpp/url_request_info.cc', |
| 165 'cpp/url_request_info.h', | 165 'cpp/url_request_info.h', |
| 166 'cpp/url_response_info.cc', | 166 'cpp/url_response_info.cc', |
| 167 'cpp/url_response_info.h', | 167 'cpp/url_response_info.h', |
| 168 'cpp/var.cc', | 168 'cpp/var.cc', |
| 169 'cpp/var.h', | 169 'cpp/var.h', |
| 170 'cpp/var_array_buffer.cc', |
| 171 'cpp/var_array_buffer.h', |
| 170 'cpp/view.cc', | 172 'cpp/view.cc', |
| 171 'cpp/view.h', | 173 'cpp/view.h', |
| 172 | 174 |
| 173 # Dev interfaces. | 175 # Dev interfaces. |
| 174 'cpp/dev/audio_input_dev.cc', | 176 'cpp/dev/audio_input_dev.cc', |
| 175 'cpp/dev/audio_input_dev.h', | 177 'cpp/dev/audio_input_dev.h', |
| 176 'cpp/dev/buffer_dev.cc', | 178 'cpp/dev/buffer_dev.cc', |
| 177 'cpp/dev/buffer_dev.h', | 179 'cpp/dev/buffer_dev.h', |
| 178 'cpp/dev/directory_entry_dev.cc', | 180 'cpp/dev/directory_entry_dev.cc', |
| 179 'cpp/dev/directory_entry_dev.h', | 181 'cpp/dev/directory_entry_dev.h', |
| (...skipping 16 matching lines...) Expand all Loading... |
| 196 'cpp/dev/resource_array_dev.cc', | 198 'cpp/dev/resource_array_dev.cc', |
| 197 'cpp/dev/resource_array_dev.h', | 199 'cpp/dev/resource_array_dev.h', |
| 198 'cpp/dev/scrollbar_dev.cc', | 200 'cpp/dev/scrollbar_dev.cc', |
| 199 'cpp/dev/scrollbar_dev.h', | 201 'cpp/dev/scrollbar_dev.h', |
| 200 'cpp/dev/selection_dev.cc', | 202 'cpp/dev/selection_dev.cc', |
| 201 'cpp/dev/selection_dev.h', | 203 'cpp/dev/selection_dev.h', |
| 202 'cpp/dev/text_input_dev.cc', | 204 'cpp/dev/text_input_dev.cc', |
| 203 'cpp/dev/text_input_dev.h', | 205 'cpp/dev/text_input_dev.h', |
| 204 'cpp/dev/url_util_dev.cc', | 206 'cpp/dev/url_util_dev.cc', |
| 205 'cpp/dev/url_util_dev.h', | 207 'cpp/dev/url_util_dev.h', |
| 206 'cpp/dev/var_array_buffer_dev.cc', | |
| 207 'cpp/dev/var_array_buffer_dev.h', | |
| 208 'cpp/dev/video_capture_client_dev.cc', | 208 'cpp/dev/video_capture_client_dev.cc', |
| 209 'cpp/dev/video_capture_client_dev.h', | 209 'cpp/dev/video_capture_client_dev.h', |
| 210 'cpp/dev/video_capture_dev.cc', | 210 'cpp/dev/video_capture_dev.cc', |
| 211 'cpp/dev/video_capture_dev.h', | 211 'cpp/dev/video_capture_dev.h', |
| 212 'cpp/dev/video_decoder_client_dev.cc', | 212 'cpp/dev/video_decoder_client_dev.cc', |
| 213 'cpp/dev/video_decoder_client_dev.h', | 213 'cpp/dev/video_decoder_client_dev.h', |
| 214 'cpp/dev/video_decoder_dev.cc', | 214 'cpp/dev/video_decoder_dev.cc', |
| 215 'cpp/dev/video_decoder_dev.h', | 215 'cpp/dev/video_decoder_dev.h', |
| 216 'cpp/dev/websocket_dev.cc', | 216 'cpp/dev/websocket_dev.cc', |
| 217 'cpp/dev/websocket_dev.h', | 217 'cpp/dev/websocket_dev.h', |
| (...skipping 185 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 403 'c/dev/ppb_transport_dev.h', | 403 'c/dev/ppb_transport_dev.h', |
| 404 ], | 404 ], |
| 405 'cpp_source_files': [ | 405 'cpp_source_files': [ |
| 406 'cpp/dev/transport_dev.cc', | 406 'cpp/dev/transport_dev.cc', |
| 407 'cpp/dev/transport_dev.h', | 407 'cpp/dev/transport_dev.h', |
| 408 ], | 408 ], |
| 409 }, | 409 }, |
| 410 }], | 410 }], |
| 411 ], | 411 ], |
| 412 } | 412 } |
| OLD | NEW |