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_touch_point.h', |
24 'c/pp_var.h', | 25 'c/pp_var.h', |
25 'c/ppb.h', | 26 'c/ppb.h', |
26 'c/ppb_audio.h', | 27 'c/ppb_audio.h', |
27 'c/ppb_audio_config.h', | 28 'c/ppb_audio_config.h', |
28 'c/ppb_console.h', | 29 'c/ppb_console.h', |
29 'c/ppb_core.h', | 30 'c/ppb_core.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_host_resolver.h', | 38 'c/ppb_host_resolver.h', |
38 'c/ppb_image_data.h', | 39 'c/ppb_image_data.h', |
| 40 'c/ppb_ime_input_event.h', |
39 'c/ppb_input_event.h', | 41 'c/ppb_input_event.h', |
40 'c/ppb_instance.h', | 42 'c/ppb_instance.h', |
41 'c/ppb_message_loop.h', | 43 'c/ppb_message_loop.h', |
42 'c/ppb_messaging.h', | 44 'c/ppb_messaging.h', |
43 'c/ppb_mouse_cursor.h', | 45 'c/ppb_mouse_cursor.h', |
44 'c/ppb_mouse_lock.h', | 46 'c/ppb_mouse_lock.h', |
| 47 'c/ppb_net_address.h', |
45 'c/ppb_network_proxy.h', | 48 'c/ppb_network_proxy.h', |
46 'c/ppb_net_address.h', | |
47 'c/ppb_network_proxy.h', | 49 'c/ppb_network_proxy.h', |
48 'c/ppb_opengles2.h', | 50 'c/ppb_opengles2.h', |
49 'c/ppb_tcp_socket.h', | 51 'c/ppb_tcp_socket.h', |
50 'c/pp_touch_point.h', | 52 'c/ppb_text_input.h', |
51 'c/ppb_udp_socket.h', | 53 'c/ppb_udp_socket.h', |
52 'c/ppb_url_loader.h', | 54 'c/ppb_url_loader.h', |
53 'c/ppb_url_request_info.h', | 55 'c/ppb_url_request_info.h', |
54 'c/ppb_url_response_info.h', | 56 'c/ppb_url_response_info.h', |
55 'c/ppb_var.h', | 57 'c/ppb_var.h', |
56 'c/ppb_var_array.h', | 58 'c/ppb_var_array.h', |
57 'c/ppb_var_array_buffer.h', | 59 'c/ppb_var_array_buffer.h', |
58 'c/ppb_var_dictionary.h', | 60 'c/ppb_var_dictionary.h', |
59 'c/ppb_view.h', | 61 'c/ppb_view.h', |
60 'c/ppb_websocket.h', | 62 'c/ppb_websocket.h', |
61 'c/ppp.h', | 63 'c/ppp.h', |
62 'c/ppp_graphics_3d.h', | 64 'c/ppp_graphics_3d.h', |
63 'c/ppp_input_event.h', | 65 'c/ppp_input_event.h', |
64 'c/ppp_instance.h', | 66 'c/ppp_instance.h', |
65 'c/ppp_messaging.h', | 67 'c/ppp_messaging.h', |
66 'c/ppp_mouse_lock.h', | 68 'c/ppp_mouse_lock.h', |
| 69 'c/ppp_text_input.h', |
67 | 70 |
68 # Dev interfaces. | 71 # Dev interfaces. |
69 'c/dev/pp_cursor_type_dev.h', | 72 'c/dev/pp_cursor_type_dev.h', |
70 'c/dev/pp_video_dev.h', | 73 'c/dev/pp_video_dev.h', |
71 'c/dev/ppb_buffer_dev.h', | 74 'c/dev/ppb_buffer_dev.h', |
72 'c/dev/ppb_char_set_dev.h', | 75 'c/dev/ppb_char_set_dev.h', |
73 'c/dev/ppb_cursor_control_dev.h', | 76 'c/dev/ppb_cursor_control_dev.h', |
74 'c/dev/ppb_device_ref_dev.h', | 77 'c/dev/ppb_device_ref_dev.h', |
75 'c/dev/ppb_file_chooser_dev.h', | 78 'c/dev/ppb_file_chooser_dev.h', |
76 'c/dev/ppb_find_dev.h', | 79 'c/dev/ppb_find_dev.h', |
77 'c/dev/ppb_font_dev.h', | 80 'c/dev/ppb_font_dev.h', |
78 'c/dev/ppb_ime_input_event_dev.h', | |
79 'c/dev/ppb_memory_dev.h', | 81 'c/dev/ppb_memory_dev.h', |
80 'c/dev/ppb_printing_dev.h', | 82 'c/dev/ppb_printing_dev.h', |
81 'c/dev/ppb_resource_array_dev.h', | 83 'c/dev/ppb_resource_array_dev.h', |
82 'c/dev/ppb_scrollbar_dev.h', | 84 'c/dev/ppb_scrollbar_dev.h', |
83 'c/dev/ppb_testing_dev.h', | 85 'c/dev/ppb_testing_dev.h', |
84 'c/dev/ppb_text_input_dev.h', | |
85 'c/dev/ppb_truetype_font_dev.h', | 86 'c/dev/ppb_truetype_font_dev.h', |
86 'c/dev/ppb_url_util_dev.h', | 87 'c/dev/ppb_url_util_dev.h', |
87 'c/dev/ppb_video_decoder_dev.h', | 88 'c/dev/ppb_video_decoder_dev.h', |
88 'c/dev/ppb_widget_dev.h', | 89 'c/dev/ppb_widget_dev.h', |
89 'c/dev/ppb_zoom_dev.h', | 90 'c/dev/ppb_zoom_dev.h', |
90 'c/dev/ppp_find_dev.h', | 91 'c/dev/ppp_find_dev.h', |
91 'c/dev/ppp_network_state_dev.h', | 92 'c/dev/ppp_network_state_dev.h', |
92 'c/dev/ppp_scrollbar_dev.h', | 93 'c/dev/ppp_scrollbar_dev.h', |
93 'c/dev/ppp_selection_dev.h', | 94 'c/dev/ppp_selection_dev.h', |
94 'c/dev/ppp_text_input_dev.h', | |
95 'c/dev/ppp_video_decoder_dev.h', | 95 'c/dev/ppp_video_decoder_dev.h', |
96 'c/dev/ppp_widget_dev.h', | 96 'c/dev/ppp_widget_dev.h', |
97 'c/dev/ppp_zoom_dev.h', | 97 'c/dev/ppp_zoom_dev.h', |
98 | 98 |
99 # Private interfaces. | 99 # Private interfaces. |
100 'c/private/pp_file_handle.h', | 100 'c/private/pp_file_handle.h', |
101 'c/private/pp_private_font_charset.h', | 101 'c/private/pp_private_font_charset.h', |
102 'c/private/pp_video_frame_private.h', | 102 'c/private/pp_video_frame_private.h', |
103 'c/private/ppb_content_decryptor_private.h', | 103 'c/private/ppb_content_decryptor_private.h', |
104 'c/private/ppb_ext_crx_file_system_private.h', | 104 'c/private/ppb_ext_crx_file_system_private.h', |
(...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
168 'cpp/graphics_2d.cc', | 168 'cpp/graphics_2d.cc', |
169 'cpp/graphics_2d.h', | 169 'cpp/graphics_2d.h', |
170 'cpp/graphics_3d.cc', | 170 'cpp/graphics_3d.cc', |
171 'cpp/graphics_3d.h', | 171 'cpp/graphics_3d.h', |
172 'cpp/graphics_3d_client.cc', | 172 'cpp/graphics_3d_client.cc', |
173 'cpp/graphics_3d_client.h', | 173 'cpp/graphics_3d_client.h', |
174 'cpp/host_resolver.cc', | 174 'cpp/host_resolver.cc', |
175 'cpp/host_resolver.h', | 175 'cpp/host_resolver.h', |
176 'cpp/image_data.cc', | 176 'cpp/image_data.cc', |
177 'cpp/image_data.h', | 177 'cpp/image_data.h', |
| 178 'cpp/ime_input_event.cc', |
| 179 'cpp/ime_input_event.h', |
178 'cpp/input_event.cc', | 180 'cpp/input_event.cc', |
179 'cpp/input_event.h', | 181 'cpp/input_event.h', |
180 'cpp/instance.cc', | 182 'cpp/instance.cc', |
181 'cpp/instance.h', | 183 'cpp/instance.h', |
182 'cpp/instance_handle.cc', | 184 'cpp/instance_handle.cc', |
183 'cpp/instance_handle.h', | 185 'cpp/instance_handle.h', |
184 'cpp/logging.h', | 186 'cpp/logging.h', |
185 'cpp/message_loop.cc', | 187 'cpp/message_loop.cc', |
186 'cpp/message_loop.h', | 188 'cpp/message_loop.h', |
187 'cpp/module.cc', | 189 'cpp/module.cc', |
188 'cpp/module.h', | 190 'cpp/module.h', |
189 'cpp/module_impl.h', | 191 'cpp/module_impl.h', |
190 'cpp/mouse_cursor.cc', | 192 'cpp/mouse_cursor.cc', |
191 'cpp/mouse_cursor.h', | 193 'cpp/mouse_cursor.h', |
192 'cpp/mouse_lock.cc', | 194 'cpp/mouse_lock.cc', |
193 'cpp/mouse_lock.h', | 195 'cpp/mouse_lock.h', |
194 'cpp/net_address.cc', | 196 'cpp/net_address.cc', |
195 'cpp/net_address.h', | 197 'cpp/net_address.h', |
196 'cpp/network_proxy.cc', | 198 'cpp/network_proxy.cc', |
197 'cpp/network_proxy.h', | 199 'cpp/network_proxy.h', |
198 'cpp/output_traits.h', | 200 'cpp/output_traits.h', |
199 'cpp/point.h', | 201 'cpp/point.h', |
200 'cpp/rect.cc', | 202 'cpp/rect.cc', |
201 'cpp/rect.h', | 203 'cpp/rect.h', |
202 'cpp/resource.cc', | 204 'cpp/resource.cc', |
203 'cpp/resource.h', | 205 'cpp/resource.h', |
204 'cpp/size.h', | 206 'cpp/size.h', |
205 'cpp/tcp_socket.cc', | 207 'cpp/tcp_socket.cc', |
206 'cpp/tcp_socket.h', | 208 'cpp/tcp_socket.h', |
| 209 'cpp/text_input.cc', |
| 210 'cpp/text_input.h', |
207 'cpp/touch_point.h', | 211 'cpp/touch_point.h', |
208 'cpp/udp_socket.cc', | 212 'cpp/udp_socket.cc', |
209 'cpp/udp_socket.h', | 213 'cpp/udp_socket.h', |
210 'cpp/url_loader.cc', | 214 'cpp/url_loader.cc', |
211 'cpp/url_loader.h', | 215 'cpp/url_loader.h', |
212 'cpp/url_request_info.cc', | 216 'cpp/url_request_info.cc', |
213 'cpp/url_request_info.h', | 217 'cpp/url_request_info.h', |
214 'cpp/url_response_info.cc', | 218 'cpp/url_response_info.cc', |
215 'cpp/url_response_info.h', | 219 'cpp/url_response_info.h', |
216 'cpp/var.cc', | 220 'cpp/var.cc', |
(...skipping 21 matching lines...) Expand all Loading... |
238 'cpp/dev/device_ref_dev.cc', | 242 'cpp/dev/device_ref_dev.cc', |
239 'cpp/dev/device_ref_dev.h', | 243 'cpp/dev/device_ref_dev.h', |
240 'cpp/dev/file_chooser_dev.cc', | 244 'cpp/dev/file_chooser_dev.cc', |
241 'cpp/dev/file_chooser_dev.h', | 245 'cpp/dev/file_chooser_dev.h', |
242 'cpp/dev/find_dev.cc', | 246 'cpp/dev/find_dev.cc', |
243 'cpp/dev/find_dev.h', | 247 'cpp/dev/find_dev.h', |
244 'cpp/dev/font_dev.cc', | 248 'cpp/dev/font_dev.cc', |
245 'cpp/dev/font_dev.h', | 249 'cpp/dev/font_dev.h', |
246 'cpp/dev/graphics_2d_dev.cc', | 250 'cpp/dev/graphics_2d_dev.cc', |
247 'cpp/dev/graphics_2d_dev.h', | 251 'cpp/dev/graphics_2d_dev.h', |
248 'cpp/dev/ime_input_event_dev.cc', | |
249 'cpp/dev/ime_input_event_dev.h', | |
250 'cpp/dev/memory_dev.cc', | 252 'cpp/dev/memory_dev.cc', |
251 'cpp/dev/memory_dev.h', | 253 'cpp/dev/memory_dev.h', |
252 'cpp/dev/printing_dev.cc', | 254 'cpp/dev/printing_dev.cc', |
253 'cpp/dev/printing_dev.h', | 255 'cpp/dev/printing_dev.h', |
254 'cpp/dev/resource_array_dev.cc', | 256 'cpp/dev/resource_array_dev.cc', |
255 'cpp/dev/resource_array_dev.h', | 257 'cpp/dev/resource_array_dev.h', |
256 'cpp/dev/scrollbar_dev.cc', | 258 'cpp/dev/scrollbar_dev.cc', |
257 'cpp/dev/scrollbar_dev.h', | 259 'cpp/dev/scrollbar_dev.h', |
258 'cpp/dev/selection_dev.cc', | 260 'cpp/dev/selection_dev.cc', |
259 'cpp/dev/selection_dev.h', | 261 'cpp/dev/selection_dev.h', |
260 'cpp/dev/text_input_dev.cc', | |
261 'cpp/dev/text_input_dev.h', | |
262 'cpp/dev/truetype_font_dev.cc', | 262 'cpp/dev/truetype_font_dev.cc', |
263 'cpp/dev/truetype_font_dev.h', | 263 'cpp/dev/truetype_font_dev.h', |
264 'cpp/dev/url_util_dev.cc', | 264 'cpp/dev/url_util_dev.cc', |
265 'cpp/dev/url_util_dev.h', | 265 'cpp/dev/url_util_dev.h', |
266 'cpp/dev/video_capture_client_dev.cc', | 266 'cpp/dev/video_capture_client_dev.cc', |
267 'cpp/dev/video_capture_client_dev.h', | 267 'cpp/dev/video_capture_client_dev.h', |
268 'cpp/dev/video_capture_dev.cc', | 268 'cpp/dev/video_capture_dev.cc', |
269 'cpp/dev/video_capture_dev.h', | 269 'cpp/dev/video_capture_dev.h', |
270 'cpp/dev/video_decoder_client_dev.cc', | 270 'cpp/dev/video_decoder_client_dev.cc', |
271 'cpp/dev/video_decoder_client_dev.h', | 271 'cpp/dev/video_decoder_client_dev.h', |
(...skipping 282 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
554 'tests/test_x509_certificate_private.h', | 554 'tests/test_x509_certificate_private.h', |
555 | 555 |
556 # Deprecated test cases. | 556 # Deprecated test cases. |
557 'tests/test_instance_deprecated.cc', | 557 'tests/test_instance_deprecated.cc', |
558 'tests/test_instance_deprecated.h', | 558 'tests/test_instance_deprecated.h', |
559 'tests/test_var_deprecated.cc', | 559 'tests/test_var_deprecated.cc', |
560 'tests/test_var_deprecated.h', | 560 'tests/test_var_deprecated.h', |
561 ], | 561 ], |
562 }, | 562 }, |
563 } | 563 } |
OLD | NEW |