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 29 matching lines...) Expand all Loading... |
40 'c/ppb_message_loop.h', | 40 'c/ppb_message_loop.h', |
41 'c/ppb_messaging.h', | 41 'c/ppb_messaging.h', |
42 'c/ppb_mouse_cursor.h', | 42 'c/ppb_mouse_cursor.h', |
43 'c/ppb_mouse_lock.h', | 43 'c/ppb_mouse_lock.h', |
44 'c/ppb_opengles2.h', | 44 'c/ppb_opengles2.h', |
45 'c/pp_touch_point.h', | 45 'c/pp_touch_point.h', |
46 'c/ppb_url_loader.h', | 46 'c/ppb_url_loader.h', |
47 'c/ppb_url_request_info.h', | 47 'c/ppb_url_request_info.h', |
48 'c/ppb_url_response_info.h', | 48 'c/ppb_url_response_info.h', |
49 'c/ppb_var.h', | 49 'c/ppb_var.h', |
| 50 'c/ppb_var_array.h', |
50 'c/ppb_var_array_buffer.h', | 51 'c/ppb_var_array_buffer.h', |
| 52 'c/ppb_var_dictionary.h', |
51 'c/ppb_view.h', | 53 'c/ppb_view.h', |
52 'c/ppb_websocket.h', | 54 'c/ppb_websocket.h', |
53 'c/ppp.h', | 55 'c/ppp.h', |
54 'c/ppp_graphics_3d.h', | 56 'c/ppp_graphics_3d.h', |
55 'c/ppp_input_event.h', | 57 'c/ppp_input_event.h', |
56 'c/ppp_instance.h', | 58 'c/ppp_instance.h', |
57 'c/ppp_messaging.h', | 59 'c/ppp_messaging.h', |
58 'c/ppp_mouse_lock.h', | 60 'c/ppp_mouse_lock.h', |
59 | 61 |
60 # Dev interfaces. | 62 # Dev interfaces. |
61 'c/dev/pp_cursor_type_dev.h', | 63 'c/dev/pp_cursor_type_dev.h', |
62 'c/dev/pp_video_dev.h', | 64 'c/dev/pp_video_dev.h', |
63 'c/dev/ppb_buffer_dev.h', | 65 'c/dev/ppb_buffer_dev.h', |
64 'c/dev/ppb_char_set_dev.h', | 66 'c/dev/ppb_char_set_dev.h', |
65 'c/dev/ppb_cursor_control_dev.h', | 67 'c/dev/ppb_cursor_control_dev.h', |
66 'c/dev/ppb_device_ref_dev.h', | 68 'c/dev/ppb_device_ref_dev.h', |
67 'c/dev/ppb_file_chooser_dev.h', | 69 'c/dev/ppb_file_chooser_dev.h', |
68 'c/dev/ppb_find_dev.h', | 70 'c/dev/ppb_find_dev.h', |
69 'c/dev/ppb_font_dev.h', | 71 'c/dev/ppb_font_dev.h', |
70 'c/dev/ppb_ime_input_event_dev.h', | 72 'c/dev/ppb_ime_input_event_dev.h', |
71 'c/dev/ppb_memory_dev.h', | 73 'c/dev/ppb_memory_dev.h', |
72 'c/dev/ppb_printing_dev.h', | 74 'c/dev/ppb_printing_dev.h', |
73 'c/dev/ppb_resource_array_dev.h', | 75 'c/dev/ppb_resource_array_dev.h', |
74 'c/dev/ppb_scrollbar_dev.h', | 76 'c/dev/ppb_scrollbar_dev.h', |
75 'c/dev/ppb_testing_dev.h', | 77 'c/dev/ppb_testing_dev.h', |
76 'c/dev/ppb_text_input_dev.h', | 78 'c/dev/ppb_text_input_dev.h', |
77 'c/dev/ppb_truetype_font_dev.h', | 79 'c/dev/ppb_truetype_font_dev.h', |
78 'c/dev/ppb_url_util_dev.h', | 80 'c/dev/ppb_url_util_dev.h', |
79 'c/dev/ppb_var_array_dev.h', | |
80 'c/dev/ppb_var_dictionary_dev.h', | |
81 'c/dev/ppb_video_decoder_dev.h', | 81 'c/dev/ppb_video_decoder_dev.h', |
82 'c/dev/ppb_widget_dev.h', | 82 'c/dev/ppb_widget_dev.h', |
83 'c/dev/ppb_zoom_dev.h', | 83 'c/dev/ppb_zoom_dev.h', |
84 'c/dev/ppp_find_dev.h', | 84 'c/dev/ppp_find_dev.h', |
85 'c/dev/ppp_network_state_dev.h', | 85 'c/dev/ppp_network_state_dev.h', |
86 'c/dev/ppp_scrollbar_dev.h', | 86 'c/dev/ppp_scrollbar_dev.h', |
87 'c/dev/ppp_selection_dev.h', | 87 'c/dev/ppp_selection_dev.h', |
88 'c/dev/ppp_text_input_dev.h', | 88 'c/dev/ppp_text_input_dev.h', |
89 'c/dev/ppp_video_decoder_dev.h', | 89 'c/dev/ppp_video_decoder_dev.h', |
90 'c/dev/ppp_widget_dev.h', | 90 'c/dev/ppp_widget_dev.h', |
(...skipping 101 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
192 'cpp/size.h', | 192 'cpp/size.h', |
193 'cpp/touch_point.h', | 193 'cpp/touch_point.h', |
194 'cpp/url_loader.cc', | 194 'cpp/url_loader.cc', |
195 'cpp/url_loader.h', | 195 'cpp/url_loader.h', |
196 'cpp/url_request_info.cc', | 196 'cpp/url_request_info.cc', |
197 'cpp/url_request_info.h', | 197 'cpp/url_request_info.h', |
198 'cpp/url_response_info.cc', | 198 'cpp/url_response_info.cc', |
199 'cpp/url_response_info.h', | 199 'cpp/url_response_info.h', |
200 'cpp/var.cc', | 200 'cpp/var.cc', |
201 'cpp/var.h', | 201 'cpp/var.h', |
| 202 'cpp/var_array.cc', |
| 203 'cpp/var_array.h', |
202 'cpp/var_array_buffer.cc', | 204 'cpp/var_array_buffer.cc', |
203 'cpp/var_array_buffer.h', | 205 'cpp/var_array_buffer.h', |
| 206 'cpp/var_dictionary.cc', |
| 207 'cpp/var_dictionary.h', |
204 'cpp/view.cc', | 208 'cpp/view.cc', |
205 'cpp/view.h', | 209 'cpp/view.h', |
206 'cpp/websocket.cc', | 210 'cpp/websocket.cc', |
207 'cpp/websocket.h', | 211 'cpp/websocket.h', |
208 | 212 |
209 # Dev interfaces. | 213 # Dev interfaces. |
210 'cpp/dev/audio_input_dev.cc', | 214 'cpp/dev/audio_input_dev.cc', |
211 'cpp/dev/audio_input_dev.h', | 215 'cpp/dev/audio_input_dev.h', |
212 'cpp/dev/buffer_dev.cc', | 216 'cpp/dev/buffer_dev.cc', |
213 'cpp/dev/buffer_dev.h', | 217 'cpp/dev/buffer_dev.h', |
(...skipping 22 matching lines...) Expand all Loading... |
236 'cpp/dev/scrollbar_dev.cc', | 240 'cpp/dev/scrollbar_dev.cc', |
237 'cpp/dev/scrollbar_dev.h', | 241 'cpp/dev/scrollbar_dev.h', |
238 'cpp/dev/selection_dev.cc', | 242 'cpp/dev/selection_dev.cc', |
239 'cpp/dev/selection_dev.h', | 243 'cpp/dev/selection_dev.h', |
240 'cpp/dev/text_input_dev.cc', | 244 'cpp/dev/text_input_dev.cc', |
241 'cpp/dev/text_input_dev.h', | 245 'cpp/dev/text_input_dev.h', |
242 'cpp/dev/truetype_font_dev.cc', | 246 'cpp/dev/truetype_font_dev.cc', |
243 'cpp/dev/truetype_font_dev.h', | 247 'cpp/dev/truetype_font_dev.h', |
244 'cpp/dev/url_util_dev.cc', | 248 'cpp/dev/url_util_dev.cc', |
245 'cpp/dev/url_util_dev.h', | 249 'cpp/dev/url_util_dev.h', |
246 'cpp/dev/var_array_dev.cc', | |
247 'cpp/dev/var_array_dev.h', | |
248 'cpp/dev/var_dictionary_dev.cc', | |
249 'cpp/dev/var_dictionary_dev.h', | |
250 'cpp/dev/video_capture_client_dev.cc', | 250 'cpp/dev/video_capture_client_dev.cc', |
251 'cpp/dev/video_capture_client_dev.h', | 251 'cpp/dev/video_capture_client_dev.h', |
252 'cpp/dev/video_capture_dev.cc', | 252 'cpp/dev/video_capture_dev.cc', |
253 'cpp/dev/video_capture_dev.h', | 253 'cpp/dev/video_capture_dev.h', |
254 'cpp/dev/video_decoder_client_dev.cc', | 254 'cpp/dev/video_decoder_client_dev.cc', |
255 'cpp/dev/video_decoder_client_dev.h', | 255 'cpp/dev/video_decoder_client_dev.h', |
256 'cpp/dev/video_decoder_dev.cc', | 256 'cpp/dev/video_decoder_dev.cc', |
257 'cpp/dev/video_decoder_dev.h', | 257 'cpp/dev/video_decoder_dev.h', |
258 'cpp/dev/view_dev.cc', | 258 'cpp/dev/view_dev.cc', |
259 'cpp/dev/view_dev.h', | 259 'cpp/dev/view_dev.h', |
(...skipping 266 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
526 'tests/test_x509_certificate_private.h', | 526 'tests/test_x509_certificate_private.h', |
527 | 527 |
528 # Deprecated test cases. | 528 # Deprecated test cases. |
529 'tests/test_instance_deprecated.cc', | 529 'tests/test_instance_deprecated.cc', |
530 'tests/test_instance_deprecated.h', | 530 'tests/test_instance_deprecated.h', |
531 'tests/test_var_deprecated.cc', | 531 'tests/test_var_deprecated.cc', |
532 'tests/test_var_deprecated.h', | 532 'tests/test_var_deprecated.h', |
533 ], | 533 ], |
534 }, | 534 }, |
535 } | 535 } |
OLD | NEW |