blob: 79ca55817ca371bc371a3c891f0c22c8baf1d131 [file] [log] [blame]
[email protected]6117b82da2012-01-07 00:51:011# Copyright (c) 2012 The Chromium Authors. All rights reserved.
[email protected]1f081e7a2011-12-01 19:33:212# Use of this source code is governed by a BSD-style license that can be
3# found in the LICENSE file.
4
5{
6 'variables': {
[email protected]70919502011-12-16 02:30:037 'c_source_files': [
[email protected]207394bf2012-03-08 20:43:188 'c/pp_array_output.h',
[email protected]1f081e7a2011-12-01 19:33:219 'c/pp_bool.h',
10 'c/pp_completion_callback.h',
11 'c/pp_errors.h',
12 'c/pp_file_info.h',
13 'c/pp_graphics_3d.h',
14 'c/pp_input_event.h',
15 'c/pp_instance.h',
16 'c/pp_macros.h',
17 'c/pp_module.h',
18 'c/pp_point.h',
19 'c/pp_rect.h',
20 'c/pp_resource.h',
21 'c/pp_size.h',
22 'c/pp_stdint.h',
23 'c/pp_time.h',
24 'c/pp_var.h',
25 'c/ppb.h',
26 'c/ppb_audio.h',
27 'c/ppb_audio_config.h',
28 'c/ppb_core.h',
29 'c/ppb_file_io.h',
30 'c/ppb_file_ref.h',
31 'c/ppb_file_system.h',
32 'c/ppb_fullscreen.h',
[email protected]d5cc7192012-03-07 16:53:1633 'c/ppb_gamepad.h',
[email protected]1f081e7a2011-12-01 19:33:2134 'c/ppb_graphics_2d.h',
35 'c/ppb_graphics_3d.h',
36 'c/ppb_image_data.h',
37 'c/ppb_input_event.h',
38 'c/ppb_instance.h',
39 'c/ppb_messaging.h',
[email protected]33ec50562012-04-08 20:28:4340 'c/ppb_mouse_cursor.h',
[email protected]1f081e7a2011-12-01 19:33:2141 'c/ppb_mouse_lock.h',
42 'c/ppb_opengles2.h',
[email protected]cdf4e912012-06-21 23:15:1043 'c/pp_touch_point.h',
[email protected]1f081e7a2011-12-01 19:33:2144 'c/ppb_url_loader.h',
45 'c/ppb_url_request_info.h',
46 'c/ppb_url_response_info.h',
47 'c/ppb_var.h',
[email protected]9c6e0de2012-01-27 04:55:5548 'c/ppb_var_array_buffer.h',
[email protected]e8f07ac2012-01-03 17:43:3649 'c/ppb_view.h',
[email protected]53508222012-01-27 09:42:4150 'c/ppb_websocket.h',
[email protected]1f081e7a2011-12-01 19:33:2151 'c/ppp.h',
52 'c/ppp_graphics_3d.h',
53 'c/ppp_input_event.h',
54 'c/ppp_instance.h',
55 'c/ppp_messaging.h',
56 'c/ppp_mouse_lock.h',
57
58 # Dev interfaces.
59 'c/dev/pp_cursor_type_dev.h',
60 'c/dev/pp_video_dev.h',
61 'c/dev/ppb_buffer_dev.h',
62 'c/dev/ppb_char_set_dev.h',
63 'c/dev/ppb_console_dev.h',
64 'c/dev/ppb_cursor_control_dev.h',
[email protected]dca65e12012-01-21 07:54:1765 'c/dev/ppb_device_ref_dev.h',
[email protected]1f081e7a2011-12-01 19:33:2166 'c/dev/ppb_directory_reader_dev.h',
67 'c/dev/ppb_file_chooser_dev.h',
68 'c/dev/ppb_find_dev.h',
69 'c/dev/ppb_font_dev.h',
[email protected]1f081e7a2011-12-01 19:33:2170 'c/dev/ppb_ime_input_event_dev.h',
71 'c/dev/ppb_memory_dev.h',
[email protected]231a96b72012-01-20 04:17:4072 'c/dev/ppb_message_loop_dev.h',
[email protected]772a74622012-06-14 21:15:5073 'c/dev/ppb_printing_dev.h',
[email protected]6117b82da2012-01-07 00:51:0174 'c/dev/ppb_resource_array_dev.h',
[email protected]1f081e7a2011-12-01 19:33:2175 'c/dev/ppb_scrollbar_dev.h',
76 'c/dev/ppb_testing_dev.h',
[email protected]3c8c74c2012-03-15 07:34:5277 'c/dev/ppb_text_input_dev.h',
[email protected]1f081e7a2011-12-01 19:33:2178 'c/dev/ppb_url_util_dev.h',
79 'c/dev/ppb_video_decoder_dev.h',
[email protected]1f081e7a2011-12-01 19:33:2180 'c/dev/ppb_widget_dev.h',
81 'c/dev/ppb_zoom_dev.h',
82 'c/dev/ppp_cursor_control_dev.h',
83 'c/dev/ppp_find_dev.h',
84 'c/dev/ppp_network_state_dev.h',
85 'c/dev/ppp_scrollbar_dev.h',
86 'c/dev/ppp_selection_dev.h',
[email protected]3c8c74c2012-03-15 07:34:5287 'c/dev/ppp_text_input_dev.h',
[email protected]1f081e7a2011-12-01 19:33:2188 'c/dev/ppp_video_decoder_dev.h',
89 'c/dev/ppp_widget_dev.h',
90 'c/dev/ppp_zoom_dev.h',
91
92 # Private interfaces.
[email protected]9a807152012-07-30 17:13:0193 'c/private/pp_file_handle.h',
[email protected]e5aeef02012-08-17 00:18:4394 'c/private/ppb_content_decryptor_private.h',
[email protected]1f081e7a2011-12-01 19:33:2195 'c/private/ppb_flash.h',
96 'c/private/ppb_flash_clipboard.h',
97 'c/private/ppb_flash_file.h',
98 'c/private/ppb_flash_fullscreen.h',
99 'c/private/ppb_flash_menu.h',
[email protected]cd2af392012-01-31 09:19:17100 'c/private/ppb_flash_message_loop.h',
[email protected]1f081e7a2011-12-01 19:33:21101 'c/private/ppb_flash_tcp_socket.h',
102 'c/private/ppb_flash_udp_socket.h',
103 'c/private/ppb_gpu_blacklist_private.h',
[email protected]f3ae866d2012-03-22 13:08:00104 'c/private/ppb_host_resolver_private.h',
[email protected]1f081e7a2011-12-01 19:33:21105 'c/private/ppb_instance_private.h',
106 'c/private/ppb_nacl_private.h',
107 'c/private/ppb_net_address_private.h',
108 'c/private/ppb_pdf.h',
109 'c/private/ppb_proxy_private.h',
110 'c/private/ppp_instance_private.h',
[email protected]d2e03f82012-03-05 08:12:38111 'c/private/ppb_network_list_private.h',
112 'c/private/ppb_network_monitor_private.h',
[email protected]f3ae866d2012-03-22 13:08:00113 'c/private/ppb_tcp_server_socket_private.h',
[email protected]1f081e7a2011-12-01 19:33:21114 'c/private/ppb_tcp_socket_private.h',
115 'c/private/ppb_udp_socket_private.h',
[email protected]de2895262012-04-04 17:15:48116 'c/private/ppb_x509_certificate_private.h',
[email protected]e5aeef02012-08-17 00:18:43117 'c/private/ppp_content_decryptor_private.h',
[email protected]1f081e7a2011-12-01 19:33:21118
119 # Deprecated interfaces.
120 'c/dev/deprecated_bool.h',
121 'c/dev/ppb_var_deprecated.h',
122 'c/dev/ppp_class_deprecated.h',
123
124 # Trusted interfaces.
125 'c/trusted/ppb_audio_trusted.h',
126 'c/trusted/ppb_broker_trusted.h',
[email protected]ed9b7932012-02-21 18:11:47127 'c/trusted/ppb_browser_font_trusted.h',
[email protected]1f081e7a2011-12-01 19:33:21128 'c/trusted/ppb_buffer_trusted.h',
129 'c/trusted/ppb_file_chooser_trusted.h',
130 'c/trusted/ppb_file_io_trusted.h',
131 'c/trusted/ppb_graphics_3d_trusted.h',
132 'c/trusted/ppb_image_data_trusted.h',
133 'c/trusted/ppb_url_loader_trusted.h',
134 'c/trusted/ppp_broker.h',
135 ],
[email protected]70919502011-12-16 02:30:03136 'cpp_source_files': [
[email protected]e10b2b28a2012-03-14 23:17:14137 'cpp/array_output.cc',
138 'cpp/array_output.h',
[email protected]1f081e7a2011-12-01 19:33:21139 'cpp/audio.cc',
140 'cpp/audio.h',
141 'cpp/audio_config.cc',
142 'cpp/audio_config.h',
[email protected]1f081e7a2011-12-01 19:33:21143 'cpp/completion_callback.h',
144 'cpp/core.cc',
145 'cpp/core.h',
146 'cpp/file_io.cc',
147 'cpp/file_io.h',
148 'cpp/file_ref.cc',
149 'cpp/file_ref.h',
150 'cpp/file_system.cc',
151 'cpp/file_system.h',
152 'cpp/fullscreen.cc',
153 'cpp/fullscreen.h',
154 'cpp/graphics_2d.cc',
155 'cpp/graphics_2d.h',
156 'cpp/graphics_3d.cc',
157 'cpp/graphics_3d.h',
158 'cpp/graphics_3d_client.cc',
159 'cpp/graphics_3d_client.h',
160 'cpp/image_data.cc',
161 'cpp/image_data.h',
162 'cpp/input_event.cc',
163 'cpp/input_event.h',
164 'cpp/instance.cc',
165 'cpp/instance.h',
[email protected]09af0f72012-02-27 20:23:19166 'cpp/instance_handle.cc',
167 'cpp/instance_handle.h',
[email protected]1f081e7a2011-12-01 19:33:21168 'cpp/logging.h',
169 'cpp/module.cc',
170 'cpp/module.h',
171 'cpp/module_impl.h',
[email protected]33ec50562012-04-08 20:28:43172 'cpp/mouse_cursor.cc',
173 'cpp/mouse_cursor.h',
[email protected]1f081e7a2011-12-01 19:33:21174 'cpp/mouse_lock.cc',
175 'cpp/mouse_lock.h',
[email protected]e10b2b28a2012-03-14 23:17:14176 'cpp/output_traits.h',
[email protected]1f081e7a2011-12-01 19:33:21177 'cpp/point.h',
178 'cpp/rect.cc',
179 'cpp/rect.h',
180 'cpp/resource.cc',
181 'cpp/resource.h',
182 'cpp/size.h',
[email protected]cdf4e912012-06-21 23:15:10183 'cpp/touch_point.h',
[email protected]1f081e7a2011-12-01 19:33:21184 'cpp/url_loader.cc',
185 'cpp/url_loader.h',
186 'cpp/url_request_info.cc',
187 'cpp/url_request_info.h',
188 'cpp/url_response_info.cc',
189 'cpp/url_response_info.h',
190 'cpp/var.cc',
191 'cpp/var.h',
[email protected]9c6e0de2012-01-27 04:55:55192 'cpp/var_array_buffer.cc',
193 'cpp/var_array_buffer.h',
[email protected]e8f07ac2012-01-03 17:43:36194 'cpp/view.cc',
195 'cpp/view.h',
[email protected]53508222012-01-27 09:42:41196 'cpp/websocket.cc',
197 'cpp/websocket.h',
[email protected]1f081e7a2011-12-01 19:33:21198
199 # Dev interfaces.
200 'cpp/dev/audio_input_dev.cc',
201 'cpp/dev/audio_input_dev.h',
202 'cpp/dev/buffer_dev.cc',
203 'cpp/dev/buffer_dev.h',
[email protected]dca65e12012-01-21 07:54:17204 'cpp/dev/device_ref_dev.cc',
205 'cpp/dev/device_ref_dev.h',
[email protected]1f081e7a2011-12-01 19:33:21206 'cpp/dev/directory_entry_dev.cc',
207 'cpp/dev/directory_entry_dev.h',
208 'cpp/dev/directory_reader_dev.cc',
209 'cpp/dev/directory_reader_dev.h',
210 'cpp/dev/file_chooser_dev.cc',
211 'cpp/dev/file_chooser_dev.h',
212 'cpp/dev/find_dev.cc',
213 'cpp/dev/find_dev.h',
214 'cpp/dev/font_dev.cc',
215 'cpp/dev/font_dev.h',
[email protected]0cd5b9df2012-06-28 19:33:33216 'cpp/dev/graphics_2d_dev.cc',
217 'cpp/dev/graphics_2d_dev.h',
[email protected]1f081e7a2011-12-01 19:33:21218 'cpp/dev/ime_input_event_dev.cc',
219 'cpp/dev/ime_input_event_dev.h',
220 'cpp/dev/memory_dev.cc',
221 'cpp/dev/memory_dev.h',
[email protected]231a96b72012-01-20 04:17:40222 'cpp/dev/message_loop_dev.cc',
223 'cpp/dev/message_loop_dev.h',
[email protected]1f081e7a2011-12-01 19:33:21224 'cpp/dev/printing_dev.cc',
225 'cpp/dev/printing_dev.h',
[email protected]6117b82da2012-01-07 00:51:01226 'cpp/dev/resource_array_dev.cc',
227 'cpp/dev/resource_array_dev.h',
[email protected]1f081e7a2011-12-01 19:33:21228 'cpp/dev/scrollbar_dev.cc',
229 'cpp/dev/scrollbar_dev.h',
230 'cpp/dev/selection_dev.cc',
231 'cpp/dev/selection_dev.h',
232 'cpp/dev/text_input_dev.cc',
233 'cpp/dev/text_input_dev.h',
234 'cpp/dev/url_util_dev.cc',
235 'cpp/dev/url_util_dev.h',
236 'cpp/dev/video_capture_client_dev.cc',
237 'cpp/dev/video_capture_client_dev.h',
238 'cpp/dev/video_capture_dev.cc',
239 'cpp/dev/video_capture_dev.h',
240 'cpp/dev/video_decoder_client_dev.cc',
241 'cpp/dev/video_decoder_client_dev.h',
242 'cpp/dev/video_decoder_dev.cc',
243 'cpp/dev/video_decoder_dev.h',
[email protected]0cd5b9df2012-06-28 19:33:33244 'cpp/dev/view_dev.cc',
245 'cpp/dev/view_dev.h',
[email protected]1f081e7a2011-12-01 19:33:21246 'cpp/dev/widget_client_dev.cc',
247 'cpp/dev/widget_client_dev.h',
248 'cpp/dev/widget_dev.cc',
249 'cpp/dev/widget_dev.h',
250 'cpp/dev/zoom_dev.cc',
251 'cpp/dev/zoom_dev.h',
252
253 # Deprecated interfaces.
254 'cpp/dev/scriptable_object_deprecated.h',
255 'cpp/dev/scriptable_object_deprecated.cc',
256
257 # Private interfaces.
[email protected]e5aeef02012-08-17 00:18:43258 'cpp/private/content_decryptor_private.cc',
259 'cpp/private/content_decryptor_private.h',
[email protected]4ee95fa42011-12-16 20:10:08260 'cpp/private/flash.cc',
261 'cpp/private/flash.h',
[email protected]cf0f7d92012-01-14 01:24:54262 'cpp/private/flash_clipboard.cc',
263 'cpp/private/flash_clipboard.h',
[email protected]502ec4dd2012-06-11 20:45:01264 'cpp/private/flash_device_id.cc',
265 'cpp/private/flash_device_id.h',
[email protected]ee0abbf2012-06-25 22:19:28266 'cpp/private/flash_file.cc',
267 'cpp/private/flash_file.h',
[email protected]1f081e7a2011-12-01 19:33:21268 'cpp/private/flash_fullscreen.cc',
269 'cpp/private/flash_fullscreen.h',
270 'cpp/private/flash_menu.cc',
271 'cpp/private/flash_menu.h',
[email protected]cd2af392012-01-31 09:19:17272 'cpp/private/flash_message_loop.cc',
273 'cpp/private/flash_message_loop.h',
[email protected]0f8a16cf2012-03-21 10:08:37274 'cpp/private/host_resolver_private.cc',
275 'cpp/private/host_resolver_private.h',
[email protected]1f081e7a2011-12-01 19:33:21276 'cpp/private/instance_private.cc',
277 'cpp/private/instance_private.h',
278 'cpp/private/net_address_private.cc',
279 'cpp/private/net_address_private.h',
[email protected]d2e03f82012-03-05 08:12:38280 'cpp/private/network_list_private.cc',
281 'cpp/private/network_list_private.h',
282 'cpp/private/network_monitor_private.cc',
283 'cpp/private/network_monitor_private.h',
[email protected]4f9e7222012-03-13 09:45:14284 'cpp/private/tcp_server_socket_private.cc',
285 'cpp/private/tcp_server_socket_private.h',
[email protected]1f081e7a2011-12-01 19:33:21286 'cpp/private/tcp_socket_private.cc',
287 'cpp/private/tcp_socket_private.h',
288 'cpp/private/udp_socket_private.cc',
289 'cpp/private/udp_socket_private.h',
290 'cpp/private/var_private.cc',
291 'cpp/private/var_private.h',
[email protected]de2895262012-04-04 17:15:48292 'cpp/private/x509_certificate_private.cc',
293 'cpp/private/x509_certificate_private.h',
[email protected]1f081e7a2011-12-01 19:33:21294
295 # Trusted interfaces.
[email protected]7a26d92e2012-02-17 20:15:25296 'cpp/trusted/browser_font_trusted.cc',
297 'cpp/trusted/browser_font_trusted.h',
[email protected]1f081e7a2011-12-01 19:33:21298 'cpp/trusted/file_chooser_trusted.cc',
299 'cpp/trusted/file_chooser_trusted.h',
[email protected]6c8011b2011-12-15 23:26:56300 'cpp/trusted/file_io_trusted.cc',
301 'cpp/trusted/file_io_trusted.h',
[email protected]ae5ff9ae2012-01-06 22:50:33302
303 # Utility sources.
304 'utility/completion_callback_factory.h',
[email protected]47a961c2012-07-13 19:18:52305 'utility/completion_callback_factory_thread_traits.h',
[email protected]ae5ff9ae2012-01-06 22:50:33306 'utility/graphics/paint_aggregator.cc',
307 'utility/graphics/paint_aggregator.h',
308 'utility/graphics/paint_manager.cc',
309 'utility/graphics/paint_manager.h',
[email protected]39832802012-03-21 18:55:08310 'utility/private/network_list_observer_private.cc',
311 'utility/private/network_list_observer_private.h',
[email protected]47a961c2012-07-13 19:18:52312 'utility/threading/lock.cc',
313 'utility/threading/lock.h',
[email protected]15b12242012-01-26 19:28:47314 'utility/threading/simple_thread.cc',
315 'utility/threading/simple_thread.h',
[email protected]2785cb92012-02-29 20:22:09316 'utility/websocket/websocket_api.cc',
317 'utility/websocket/websocket_api.h',
[email protected]1f081e7a2011-12-01 19:33:21318 ],
319 #
320 # Common Testing source for trusted and untrusted (NaCl) pugins.
321 #
[email protected]70919502011-12-16 02:30:03322 'test_common_source_files': [
[email protected]1f081e7a2011-12-01 19:33:21323 # Common test files
[email protected]46c9a052012-06-27 19:27:26324 'lib/gl/gles2/gles2.c',
325 'lib/gl/gles2/gl2ext_ppapi.c',
326 'lib/gl/gles2/gl2ext_ppapi.h',
[email protected]1f081e7a2011-12-01 19:33:21327 'tests/all_c_includes.h',
328 'tests/all_cpp_includes.h',
329 'tests/arch_dependent_sizes_32.h',
330 'tests/arch_dependent_sizes_64.h',
331 'tests/pp_thread.h',
[email protected]dbccd592012-05-07 08:14:18332 'tests/test_audio.cc',
333 'tests/test_audio.h',
[email protected]7d713562012-04-30 06:46:10334 'tests/test_audio_config.cc',
335 'tests/test_audio_config.h',
[email protected]1f081e7a2011-12-01 19:33:21336 'tests/test_case.cc',
337 'tests/test_case.h',
[email protected]ec6bffd2012-07-12 19:31:23338 'tests/test_core.cc',
339 'tests/test_core.h',
[email protected]7d713562012-04-30 06:46:10340 'tests/test_cursor_control.cc',
341 'tests/test_cursor_control.h',
342 'tests/test_directory_reader.cc',
343 'tests/test_directory_reader.h',
[email protected]59261242012-03-19 13:08:59344 'tests/test_empty.cc',
345 'tests/test_empty.h',
[email protected]7d713562012-04-30 06:46:10346 'tests/test_file_io.cc',
347 'tests/test_file_io.h',
348 'tests/test_file_ref.cc',
349 'tests/test_file_ref.h',
350 'tests/test_file_system.cc',
351 'tests/test_file_system.h',
[email protected]ec6bffd2012-07-12 19:31:23352 'tests/test_fullscreen.cc',
353 'tests/test_fullscreen.h',
[email protected]7d713562012-04-30 06:46:10354 'tests/test_graphics_2d.cc',
355 'tests/test_graphics_2d.h',
[email protected]46c9a052012-06-27 19:27:26356 'tests/test_graphics_3d.cc',
357 'tests/test_graphics_3d.h',
[email protected]f3ae866d2012-03-22 13:08:00358 'tests/test_host_resolver_private.cc',
359 'tests/test_host_resolver_private.h',
[email protected]7d713562012-04-30 06:46:10360 'tests/test_image_data.cc',
361 'tests/test_image_data.h',
[email protected]397c23962012-05-21 07:09:32362 'tests/test_ime_input_event.cc',
363 'tests/test_ime_input_event.h',
[email protected]7d713562012-04-30 06:46:10364 'tests/test_input_event.cc',
365 'tests/test_input_event.h',
366 'tests/test_memory.cc',
367 'tests/test_memory.h',
[email protected]6de743a2012-08-30 20:03:22368 'tests/test_message_loop.cc',
369 'tests/test_message_loop.h',
[email protected]7d713562012-04-30 06:46:10370 'tests/test_mouse_cursor.cc',
371 'tests/test_mouse_cursor.h',
[email protected]f1b5af92012-07-09 19:09:15372 'tests/test_mouse_lock.cc',
373 'tests/test_mouse_lock.h',
[email protected]9e855c0a2012-01-18 13:36:55374 'tests/test_net_address_private_untrusted.cc',
375 'tests/test_net_address_private_untrusted.h',
[email protected]f64d3d12012-08-10 00:03:15376 'tests/test_network_monitor_private.cc',
377 'tests/test_network_monitor_private.h',
[email protected]7d713562012-04-30 06:46:10378 'tests/test_paint_aggregator.cc',
379 'tests/test_paint_aggregator.h',
380 'tests/test_post_message.cc',
381 'tests/test_post_message.h',
[email protected]234c1392012-09-27 23:30:41382 'tests/test_printing.cc',
383 'tests/test_printing.h',
[email protected]7d713562012-04-30 06:46:10384 'tests/test_scrollbar.cc',
385 'tests/test_scrollbar.h',
[email protected]20e31122012-02-22 15:56:03386 'tests/test_tcp_server_socket_private.cc',
387 'tests/test_tcp_server_socket_private.h',
[email protected]8ffeeeb42012-03-22 00:49:29388 'tests/test_tcp_socket_private.cc',
389 'tests/test_tcp_socket_private.h',
390 'tests/test_udp_socket_private.cc',
391 'tests/test_udp_socket_private.h',
[email protected]7d713562012-04-30 06:46:10392 'tests/test_url_loader.cc',
393 'tests/test_url_loader.h',
394 'tests/test_url_request.cc',
395 'tests/test_url_request.h',
[email protected]1f081e7a2011-12-01 19:33:21396 'tests/test_utils.cc',
[email protected]7d713562012-04-30 06:46:10397 'tests/test_var.cc',
398 'tests/test_var.h',
399 'tests/test_view.cc',
400 'tests/test_view.h',
401 'tests/test_websocket.cc',
402 'tests/test_websocket.h',
[email protected]1f081e7a2011-12-01 19:33:21403 'tests/testing_instance.cc',
404 'tests/testing_instance.h',
[email protected]ef5e98e2011-12-06 09:49:18405
[email protected]1f081e7a2011-12-01 19:33:21406 # Compile-time tests
407 'tests/test_c_includes.c',
408 'tests/test_cpp_includes.cc',
409 'tests/test_struct_sizes.c',
410 ],
411 #
412 # Sources used in NaCl tests.
413 #
[email protected]70919502011-12-16 02:30:03414 'test_nacl_source_files': [
[email protected]1f081e7a2011-12-01 19:33:21415 # Test cases (PLEASE KEEP THIS SECTION IN ALPHABETICAL ORDER)
[email protected]50da4202012-03-11 11:07:12416 'tests/test_tcp_server_socket_private_disallowed.cc',
[email protected]240502342011-12-22 20:07:49417 'tests/test_tcp_socket_private_disallowed.cc',
418 'tests/test_udp_socket_private_disallowed.cc',
[email protected]1f081e7a2011-12-01 19:33:21419 ],
420 #
421 # Sources used in trusted tests.
422 #
[email protected]70919502011-12-16 02:30:03423 'test_trusted_source_files': [
[email protected]1f081e7a2011-12-01 19:33:21424 # Test cases (PLEASE KEEP THIS SECTION IN ALPHABETICAL ORDER)
[email protected]1f081e7a2011-12-01 19:33:21425 'tests/test_broker.cc',
426 'tests/test_broker.h',
[email protected]7a26d92e2012-02-17 20:15:25427 'tests/test_browser_font.cc',
428 'tests/test_browser_font.h',
[email protected]1f081e7a2011-12-01 19:33:21429 'tests/test_buffer.cc',
430 'tests/test_buffer.h',
431 'tests/test_c_includes.c',
432 'tests/test_char_set.cc',
433 'tests/test_char_set.h',
[email protected]1f081e7a2011-12-01 19:33:21434 'tests/test_cpp_includes.cc',
435 'tests/test_crypto.cc',
436 'tests/test_crypto.h',
[email protected]1f081e7a2011-12-01 19:33:21437 'tests/test_flash.cc',
438 'tests/test_flash.h',
439 'tests/test_flash_clipboard.cc',
440 'tests/test_flash_clipboard.h',
[email protected]481a4b72012-06-15 22:56:53441 'tests/test_flash_file.cc',
442 'tests/test_flash_file.h',
[email protected]1f081e7a2011-12-01 19:33:21443 'tests/test_flash_fullscreen.cc',
444 'tests/test_flash_fullscreen.h',
[email protected]cd2af392012-01-31 09:19:17445 'tests/test_flash_message_loop.cc',
446 'tests/test_flash_message_loop.h',
[email protected]1f081e7a2011-12-01 19:33:21447 'tests/test_net_address_private.cc',
448 'tests/test_net_address_private.h',
[email protected]6117b82da2012-01-07 00:51:01449 'tests/test_resource_array.cc',
450 'tests/test_resource_array.h',
[email protected]1f081e7a2011-12-01 19:33:21451 'tests/test_struct_sizes.c',
[email protected]92a794992012-04-12 03:38:22452 'tests/test_tcp_socket_private_trusted.cc',
453 'tests/test_tcp_socket_private_trusted.h',
[email protected]1f081e7a2011-12-01 19:33:21454 'tests/test_uma.cc',
455 'tests/test_uma.h',
[email protected]1f081e7a2011-12-01 19:33:21456 'tests/test_url_util.cc',
457 'tests/test_url_util.h',
458 'tests/test_utils.cc',
459 'tests/test_utils.h',
[email protected]1f081e7a2011-12-01 19:33:21460 'tests/test_video_decoder.cc',
461 'tests/test_video_decoder.h',
[email protected]de2895262012-04-04 17:15:48462 'tests/test_x509_certificate_private.cc',
463 'tests/test_x509_certificate_private.h',
[email protected]1f081e7a2011-12-01 19:33:21464
465 # Deprecated test cases.
466 'tests/test_instance_deprecated.cc',
467 'tests/test_instance_deprecated.h',
468 'tests/test_var_deprecated.cc',
469 'tests/test_var_deprecated.h',
470 ],
471 },
[email protected]ddd61db2011-12-07 06:49:00472}