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 44 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
55 'c/ppb_tcp_socket.h', | 55 'c/ppb_tcp_socket.h', |
56 'c/ppb_text_input_controller.h', | 56 'c/ppb_text_input_controller.h', |
57 'c/ppb_udp_socket.h', | 57 'c/ppb_udp_socket.h', |
58 'c/ppb_url_loader.h', | 58 'c/ppb_url_loader.h', |
59 'c/ppb_url_request_info.h', | 59 'c/ppb_url_request_info.h', |
60 'c/ppb_url_response_info.h', | 60 'c/ppb_url_response_info.h', |
61 'c/ppb_var.h', | 61 'c/ppb_var.h', |
62 'c/ppb_var_array.h', | 62 'c/ppb_var_array.h', |
63 'c/ppb_var_array_buffer.h', | 63 'c/ppb_var_array_buffer.h', |
64 'c/ppb_var_dictionary.h', | 64 'c/ppb_var_dictionary.h', |
| 65 'c/ppb_var_resource.h', |
65 'c/ppb_video_frame.h', | 66 'c/ppb_video_frame.h', |
66 'c/ppb_view.h', | 67 'c/ppb_view.h', |
67 'c/ppb_websocket.h', | 68 'c/ppb_websocket.h', |
68 'c/ppp.h', | 69 'c/ppp.h', |
69 'c/ppp_graphics_3d.h', | 70 'c/ppp_graphics_3d.h', |
70 'c/ppp_input_event.h', | 71 'c/ppp_input_event.h', |
71 'c/ppp_instance.h', | 72 'c/ppp_instance.h', |
72 'c/ppp_messaging.h', | 73 'c/ppp_messaging.h', |
73 'c/ppp_mouse_lock.h', | 74 'c/ppp_mouse_lock.h', |
74 | 75 |
75 # Dev interfaces. | 76 # Dev interfaces. |
76 'c/dev/pp_cursor_type_dev.h', | 77 'c/dev/pp_cursor_type_dev.h', |
77 'c/dev/pp_optional_structs_dev.h', | 78 'c/dev/pp_optional_structs_dev.h', |
78 'c/dev/pp_video_dev.h', | 79 'c/dev/pp_video_dev.h', |
79 'c/dev/ppb_alarms_dev.h', | 80 'c/dev/ppb_alarms_dev.h', |
80 'c/dev/ppb_buffer_dev.h', | 81 'c/dev/ppb_buffer_dev.h', |
81 'c/dev/ppb_char_set_dev.h', | 82 'c/dev/ppb_char_set_dev.h', |
82 'c/dev/ppb_cursor_control_dev.h', | 83 'c/dev/ppb_cursor_control_dev.h', |
83 'c/dev/ppb_device_ref_dev.h', | 84 'c/dev/ppb_device_ref_dev.h', |
84 'c/dev/ppb_file_chooser_dev.h', | 85 'c/dev/ppb_file_chooser_dev.h', |
85 'c/dev/ppb_find_dev.h', | 86 'c/dev/ppb_find_dev.h', |
86 'c/dev/ppb_font_dev.h', | 87 'c/dev/ppb_font_dev.h', |
87 'c/dev/ppb_ime_input_event_dev.h', | 88 'c/dev/ppb_ime_input_event_dev.h', |
88 'c/dev/ppb_memory_dev.h', | 89 'c/dev/ppb_memory_dev.h', |
89 'c/dev/ppb_printing_dev.h', | 90 'c/dev/ppb_printing_dev.h', |
90 'c/dev/ppb_scrollbar_dev.h', | 91 'c/dev/ppb_scrollbar_dev.h', |
91 'c/dev/ppb_text_input_dev.h', | 92 'c/dev/ppb_text_input_dev.h', |
92 'c/dev/ppb_truetype_font_dev.h', | 93 'c/dev/ppb_truetype_font_dev.h', |
93 'c/dev/ppb_url_util_dev.h', | 94 'c/dev/ppb_url_util_dev.h', |
94 'c/dev/ppb_var_resource_dev.h', | |
95 'c/dev/ppb_video_decoder_dev.h', | 95 'c/dev/ppb_video_decoder_dev.h', |
96 'c/dev/ppb_widget_dev.h', | 96 'c/dev/ppb_widget_dev.h', |
97 'c/dev/ppb_zoom_dev.h', | 97 'c/dev/ppb_zoom_dev.h', |
98 'c/dev/ppp_find_dev.h', | 98 'c/dev/ppp_find_dev.h', |
99 'c/dev/ppp_network_state_dev.h', | 99 'c/dev/ppp_network_state_dev.h', |
100 'c/dev/ppp_scrollbar_dev.h', | 100 'c/dev/ppp_scrollbar_dev.h', |
101 'c/dev/ppp_selection_dev.h', | 101 'c/dev/ppp_selection_dev.h', |
102 'c/dev/ppp_text_input_dev.h', | 102 'c/dev/ppp_text_input_dev.h', |
103 'c/dev/ppp_video_decoder_dev.h', | 103 'c/dev/ppp_video_decoder_dev.h', |
104 'c/dev/ppp_widget_dev.h', | 104 'c/dev/ppp_widget_dev.h', |
(...skipping 128 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
233 'cpp/url_response_info.cc', | 233 'cpp/url_response_info.cc', |
234 'cpp/url_response_info.h', | 234 'cpp/url_response_info.h', |
235 'cpp/var.cc', | 235 'cpp/var.cc', |
236 'cpp/var.h', | 236 'cpp/var.h', |
237 'cpp/var_array.cc', | 237 'cpp/var_array.cc', |
238 'cpp/var_array.h', | 238 'cpp/var_array.h', |
239 'cpp/var_array_buffer.cc', | 239 'cpp/var_array_buffer.cc', |
240 'cpp/var_array_buffer.h', | 240 'cpp/var_array_buffer.h', |
241 'cpp/var_dictionary.cc', | 241 'cpp/var_dictionary.cc', |
242 'cpp/var_dictionary.h', | 242 'cpp/var_dictionary.h', |
| 243 'cpp/var_resource.cc', |
| 244 'cpp/var_resource.h', |
243 'cpp/video_frame.cc', | 245 'cpp/video_frame.cc', |
244 'cpp/video_frame.h', | 246 'cpp/video_frame.h', |
245 'cpp/view.cc', | 247 'cpp/view.cc', |
246 'cpp/view.h', | 248 'cpp/view.h', |
247 'cpp/websocket.cc', | 249 'cpp/websocket.cc', |
248 'cpp/websocket.h', | 250 'cpp/websocket.h', |
249 | 251 |
250 # Dev interfaces. | 252 # Dev interfaces. |
251 'cpp/dev/alarms_dev.cc', | 253 'cpp/dev/alarms_dev.cc', |
252 'cpp/dev/alarms_dev.h', | 254 'cpp/dev/alarms_dev.h', |
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
284 'cpp/dev/string_wrapper_dev.cc', | 286 'cpp/dev/string_wrapper_dev.cc', |
285 'cpp/dev/string_wrapper_dev.h', | 287 'cpp/dev/string_wrapper_dev.h', |
286 'cpp/dev/struct_wrapper_output_traits_dev.h', | 288 'cpp/dev/struct_wrapper_output_traits_dev.h', |
287 'cpp/dev/text_input_dev.cc', | 289 'cpp/dev/text_input_dev.cc', |
288 'cpp/dev/text_input_dev.h', | 290 'cpp/dev/text_input_dev.h', |
289 'cpp/dev/to_c_type_converter_dev.h', | 291 'cpp/dev/to_c_type_converter_dev.h', |
290 'cpp/dev/truetype_font_dev.cc', | 292 'cpp/dev/truetype_font_dev.cc', |
291 'cpp/dev/truetype_font_dev.h', | 293 'cpp/dev/truetype_font_dev.h', |
292 'cpp/dev/url_util_dev.cc', | 294 'cpp/dev/url_util_dev.cc', |
293 'cpp/dev/url_util_dev.h', | 295 'cpp/dev/url_util_dev.h', |
294 'cpp/dev/var_resource_dev.cc', | |
295 'cpp/dev/var_resource_dev.h', | |
296 'cpp/dev/video_capture_client_dev.cc', | 296 'cpp/dev/video_capture_client_dev.cc', |
297 'cpp/dev/video_capture_client_dev.h', | 297 'cpp/dev/video_capture_client_dev.h', |
298 'cpp/dev/video_capture_dev.cc', | 298 'cpp/dev/video_capture_dev.cc', |
299 'cpp/dev/video_capture_dev.h', | 299 'cpp/dev/video_capture_dev.h', |
300 'cpp/dev/video_decoder_client_dev.cc', | 300 'cpp/dev/video_decoder_client_dev.cc', |
301 'cpp/dev/video_decoder_client_dev.h', | 301 'cpp/dev/video_decoder_client_dev.h', |
302 'cpp/dev/video_decoder_dev.cc', | 302 'cpp/dev/video_decoder_dev.cc', |
303 'cpp/dev/video_decoder_dev.h', | 303 'cpp/dev/video_decoder_dev.h', |
304 'cpp/dev/view_dev.cc', | 304 'cpp/dev/view_dev.cc', |
305 'cpp/dev/view_dev.h', | 305 'cpp/dev/view_dev.h', |
(...skipping 280 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
586 'tests/test_x509_certificate_private.h', | 586 'tests/test_x509_certificate_private.h', |
587 | 587 |
588 # Deprecated test cases. | 588 # Deprecated test cases. |
589 'tests/test_instance_deprecated.cc', | 589 'tests/test_instance_deprecated.cc', |
590 'tests/test_instance_deprecated.h', | 590 'tests/test_instance_deprecated.h', |
591 'tests/test_var_deprecated.cc', | 591 'tests/test_var_deprecated.cc', |
592 'tests/test_var_deprecated.h', | 592 'tests/test_var_deprecated.h', |
593 ], | 593 ], |
594 }, | 594 }, |
595 } | 595 } |
OLD | NEW |