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. |
(...skipping 12 matching lines...) Expand all Loading... |
73 'c/dev/ppb_net_address_dev.h', | 75 'c/dev/ppb_net_address_dev.h', |
74 'c/dev/ppb_printing_dev.h', | 76 'c/dev/ppb_printing_dev.h', |
75 'c/dev/ppb_resource_array_dev.h', | 77 'c/dev/ppb_resource_array_dev.h', |
76 'c/dev/ppb_scrollbar_dev.h', | 78 'c/dev/ppb_scrollbar_dev.h', |
77 'c/dev/ppb_tcp_socket_dev.h', | 79 'c/dev/ppb_tcp_socket_dev.h', |
78 'c/dev/ppb_testing_dev.h', | 80 'c/dev/ppb_testing_dev.h', |
79 'c/dev/ppb_text_input_dev.h', | 81 'c/dev/ppb_text_input_dev.h', |
80 'c/dev/ppb_truetype_font_dev.h', | 82 'c/dev/ppb_truetype_font_dev.h', |
81 'c/dev/ppb_udp_socket_dev.h', | 83 'c/dev/ppb_udp_socket_dev.h', |
82 'c/dev/ppb_url_util_dev.h', | 84 'c/dev/ppb_url_util_dev.h', |
83 'c/dev/ppb_var_array_dev.h', | |
84 'c/dev/ppb_var_dictionary_dev.h', | |
85 'c/dev/ppb_video_decoder_dev.h', | 85 'c/dev/ppb_video_decoder_dev.h', |
86 'c/dev/ppb_widget_dev.h', | 86 'c/dev/ppb_widget_dev.h', |
87 'c/dev/ppb_zoom_dev.h', | 87 'c/dev/ppb_zoom_dev.h', |
88 'c/dev/ppp_find_dev.h', | 88 'c/dev/ppp_find_dev.h', |
89 'c/dev/ppp_network_state_dev.h', | 89 'c/dev/ppp_network_state_dev.h', |
90 'c/dev/ppp_scrollbar_dev.h', | 90 'c/dev/ppp_scrollbar_dev.h', |
91 'c/dev/ppp_selection_dev.h', | 91 'c/dev/ppp_selection_dev.h', |
92 'c/dev/ppp_text_input_dev.h', | 92 'c/dev/ppp_text_input_dev.h', |
93 'c/dev/ppp_video_decoder_dev.h', | 93 'c/dev/ppp_video_decoder_dev.h', |
94 'c/dev/ppp_widget_dev.h', | 94 'c/dev/ppp_widget_dev.h', |
(...skipping 101 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
196 'cpp/size.h', | 196 'cpp/size.h', |
197 'cpp/touch_point.h', | 197 'cpp/touch_point.h', |
198 'cpp/url_loader.cc', | 198 'cpp/url_loader.cc', |
199 'cpp/url_loader.h', | 199 'cpp/url_loader.h', |
200 'cpp/url_request_info.cc', | 200 'cpp/url_request_info.cc', |
201 'cpp/url_request_info.h', | 201 'cpp/url_request_info.h', |
202 'cpp/url_response_info.cc', | 202 'cpp/url_response_info.cc', |
203 'cpp/url_response_info.h', | 203 'cpp/url_response_info.h', |
204 'cpp/var.cc', | 204 'cpp/var.cc', |
205 'cpp/var.h', | 205 'cpp/var.h', |
| 206 'cpp/var_array.cc', |
| 207 'cpp/var_array.h', |
206 'cpp/var_array_buffer.cc', | 208 'cpp/var_array_buffer.cc', |
207 'cpp/var_array_buffer.h', | 209 'cpp/var_array_buffer.h', |
| 210 'cpp/var_dictionary.cc', |
| 211 'cpp/var_dictionary.h', |
208 'cpp/view.cc', | 212 'cpp/view.cc', |
209 'cpp/view.h', | 213 'cpp/view.h', |
210 'cpp/websocket.cc', | 214 'cpp/websocket.cc', |
211 'cpp/websocket.h', | 215 'cpp/websocket.h', |
212 | 216 |
213 # Dev interfaces. | 217 # Dev interfaces. |
214 'cpp/dev/audio_input_dev.cc', | 218 'cpp/dev/audio_input_dev.cc', |
215 'cpp/dev/audio_input_dev.h', | 219 'cpp/dev/audio_input_dev.h', |
216 'cpp/dev/buffer_dev.cc', | 220 'cpp/dev/buffer_dev.cc', |
217 'cpp/dev/buffer_dev.h', | 221 'cpp/dev/buffer_dev.h', |
(...skipping 30 matching lines...) Expand all Loading... |
248 'cpp/dev/tcp_socket_dev.cc', | 252 'cpp/dev/tcp_socket_dev.cc', |
249 'cpp/dev/tcp_socket_dev.h', | 253 'cpp/dev/tcp_socket_dev.h', |
250 'cpp/dev/text_input_dev.cc', | 254 'cpp/dev/text_input_dev.cc', |
251 'cpp/dev/text_input_dev.h', | 255 'cpp/dev/text_input_dev.h', |
252 'cpp/dev/truetype_font_dev.cc', | 256 'cpp/dev/truetype_font_dev.cc', |
253 'cpp/dev/truetype_font_dev.h', | 257 'cpp/dev/truetype_font_dev.h', |
254 'cpp/dev/udp_socket_dev.cc', | 258 'cpp/dev/udp_socket_dev.cc', |
255 'cpp/dev/udp_socket_dev.h', | 259 'cpp/dev/udp_socket_dev.h', |
256 'cpp/dev/url_util_dev.cc', | 260 'cpp/dev/url_util_dev.cc', |
257 'cpp/dev/url_util_dev.h', | 261 'cpp/dev/url_util_dev.h', |
258 'cpp/dev/var_array_dev.cc', | |
259 'cpp/dev/var_array_dev.h', | |
260 'cpp/dev/var_dictionary_dev.cc', | |
261 'cpp/dev/var_dictionary_dev.h', | |
262 'cpp/dev/video_capture_client_dev.cc', | 262 'cpp/dev/video_capture_client_dev.cc', |
263 'cpp/dev/video_capture_client_dev.h', | 263 'cpp/dev/video_capture_client_dev.h', |
264 'cpp/dev/video_capture_dev.cc', | 264 'cpp/dev/video_capture_dev.cc', |
265 'cpp/dev/video_capture_dev.h', | 265 'cpp/dev/video_capture_dev.h', |
266 'cpp/dev/video_decoder_client_dev.cc', | 266 'cpp/dev/video_decoder_client_dev.cc', |
267 'cpp/dev/video_decoder_client_dev.h', | 267 'cpp/dev/video_decoder_client_dev.h', |
268 'cpp/dev/video_decoder_dev.cc', | 268 'cpp/dev/video_decoder_dev.cc', |
269 'cpp/dev/video_decoder_dev.h', | 269 'cpp/dev/video_decoder_dev.h', |
270 'cpp/dev/view_dev.cc', | 270 'cpp/dev/view_dev.cc', |
271 'cpp/dev/view_dev.h', | 271 'cpp/dev/view_dev.h', |
(...skipping 274 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
546 'tests/test_x509_certificate_private.h', | 546 'tests/test_x509_certificate_private.h', |
547 | 547 |
548 # Deprecated test cases. | 548 # Deprecated test cases. |
549 'tests/test_instance_deprecated.cc', | 549 'tests/test_instance_deprecated.cc', |
550 'tests/test_instance_deprecated.h', | 550 'tests/test_instance_deprecated.h', |
551 'tests/test_var_deprecated.cc', | 551 'tests/test_var_deprecated.cc', |
552 'tests/test_var_deprecated.h', | 552 'tests/test_var_deprecated.h', |
553 ], | 553 ], |
554 }, | 554 }, |
555 } | 555 } |
OLD | NEW |