blob: 541cfbdc069b813df75472d56a59d572eec79823 [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',
[email protected]1f081e7a2011-12-01 19:33:2182 'c/dev/ppp_find_dev.h',
83 'c/dev/ppp_network_state_dev.h',
84 'c/dev/ppp_scrollbar_dev.h',
85 'c/dev/ppp_selection_dev.h',
[email protected]3c8c74c2012-03-15 07:34:5286 'c/dev/ppp_text_input_dev.h',
[email protected]1f081e7a2011-12-01 19:33:2187 'c/dev/ppp_video_decoder_dev.h',
88 'c/dev/ppp_widget_dev.h',
89 'c/dev/ppp_zoom_dev.h',
90
91 # Private interfaces.
[email protected]9a807152012-07-30 17:13:0192 'c/private/pp_file_handle.h',
[email protected]cb65f132012-10-09 17:06:0993 'c/private/pp_private_font_charset.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',
[email protected]cb65f132012-10-09 17:06:0998 'c/private/ppb_flash_font_file.h',
[email protected]1f081e7a2011-12-01 19:33:2199 'c/private/ppb_flash_fullscreen.h',
100 'c/private/ppb_flash_menu.h',
[email protected]cd2af392012-01-31 09:19:17101 'c/private/ppb_flash_message_loop.h',
[email protected]1f081e7a2011-12-01 19:33:21102 'c/private/ppb_flash_tcp_socket.h',
[email protected]1f081e7a2011-12-01 19:33:21103 '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]779f5052012-10-18 23:40:30204 'cpp/dev/crypto_dev.cc',
205 'cpp/dev/crypto_dev.h',
[email protected]dca65e12012-01-21 07:54:17206 'cpp/dev/device_ref_dev.cc',
207 'cpp/dev/device_ref_dev.h',
[email protected]1f081e7a2011-12-01 19:33:21208 'cpp/dev/directory_entry_dev.cc',
209 'cpp/dev/directory_entry_dev.h',
210 'cpp/dev/directory_reader_dev.cc',
211 'cpp/dev/directory_reader_dev.h',
212 'cpp/dev/file_chooser_dev.cc',
213 'cpp/dev/file_chooser_dev.h',
214 'cpp/dev/find_dev.cc',
215 'cpp/dev/find_dev.h',
216 'cpp/dev/font_dev.cc',
217 'cpp/dev/font_dev.h',
[email protected]0cd5b9df2012-06-28 19:33:33218 'cpp/dev/graphics_2d_dev.cc',
219 'cpp/dev/graphics_2d_dev.h',
[email protected]1f081e7a2011-12-01 19:33:21220 'cpp/dev/ime_input_event_dev.cc',
221 'cpp/dev/ime_input_event_dev.h',
222 'cpp/dev/memory_dev.cc',
223 'cpp/dev/memory_dev.h',
[email protected]231a96b72012-01-20 04:17:40224 'cpp/dev/message_loop_dev.cc',
225 'cpp/dev/message_loop_dev.h',
[email protected]1f081e7a2011-12-01 19:33:21226 'cpp/dev/printing_dev.cc',
227 'cpp/dev/printing_dev.h',
[email protected]6117b82da2012-01-07 00:51:01228 'cpp/dev/resource_array_dev.cc',
229 'cpp/dev/resource_array_dev.h',
[email protected]1f081e7a2011-12-01 19:33:21230 'cpp/dev/scrollbar_dev.cc',
231 'cpp/dev/scrollbar_dev.h',
232 'cpp/dev/selection_dev.cc',
233 'cpp/dev/selection_dev.h',
234 'cpp/dev/text_input_dev.cc',
235 'cpp/dev/text_input_dev.h',
236 'cpp/dev/url_util_dev.cc',
237 'cpp/dev/url_util_dev.h',
238 'cpp/dev/video_capture_client_dev.cc',
239 'cpp/dev/video_capture_client_dev.h',
240 'cpp/dev/video_capture_dev.cc',
241 'cpp/dev/video_capture_dev.h',
242 'cpp/dev/video_decoder_client_dev.cc',
243 'cpp/dev/video_decoder_client_dev.h',
244 'cpp/dev/video_decoder_dev.cc',
245 'cpp/dev/video_decoder_dev.h',
[email protected]0cd5b9df2012-06-28 19:33:33246 'cpp/dev/view_dev.cc',
247 'cpp/dev/view_dev.h',
[email protected]1f081e7a2011-12-01 19:33:21248 'cpp/dev/widget_client_dev.cc',
249 'cpp/dev/widget_client_dev.h',
250 'cpp/dev/widget_dev.cc',
251 'cpp/dev/widget_dev.h',
252 'cpp/dev/zoom_dev.cc',
253 'cpp/dev/zoom_dev.h',
254
255 # Deprecated interfaces.
256 'cpp/dev/scriptable_object_deprecated.h',
257 'cpp/dev/scriptable_object_deprecated.cc',
258
259 # Private interfaces.
[email protected]e5aeef02012-08-17 00:18:43260 'cpp/private/content_decryptor_private.cc',
261 'cpp/private/content_decryptor_private.h',
[email protected]4ee95fa42011-12-16 20:10:08262 'cpp/private/flash.cc',
263 'cpp/private/flash.h',
[email protected]cf0f7d92012-01-14 01:24:54264 'cpp/private/flash_clipboard.cc',
265 'cpp/private/flash_clipboard.h',
[email protected]502ec4dd2012-06-11 20:45:01266 'cpp/private/flash_device_id.cc',
267 'cpp/private/flash_device_id.h',
[email protected]ee0abbf2012-06-25 22:19:28268 'cpp/private/flash_file.cc',
269 'cpp/private/flash_file.h',
[email protected]cb65f132012-10-09 17:06:09270 'cpp/private/flash_font_file.cc',
271 'cpp/private/flash_font_file.h',
[email protected]1f081e7a2011-12-01 19:33:21272 'cpp/private/flash_fullscreen.cc',
273 'cpp/private/flash_fullscreen.h',
274 'cpp/private/flash_menu.cc',
275 'cpp/private/flash_menu.h',
[email protected]cd2af392012-01-31 09:19:17276 'cpp/private/flash_message_loop.cc',
277 'cpp/private/flash_message_loop.h',
[email protected]0f8a16cf2012-03-21 10:08:37278 'cpp/private/host_resolver_private.cc',
279 'cpp/private/host_resolver_private.h',
[email protected]1f081e7a2011-12-01 19:33:21280 'cpp/private/instance_private.cc',
281 'cpp/private/instance_private.h',
282 'cpp/private/net_address_private.cc',
283 'cpp/private/net_address_private.h',
[email protected]d2e03f82012-03-05 08:12:38284 'cpp/private/network_list_private.cc',
285 'cpp/private/network_list_private.h',
286 'cpp/private/network_monitor_private.cc',
287 'cpp/private/network_monitor_private.h',
[email protected]4f9e7222012-03-13 09:45:14288 'cpp/private/tcp_server_socket_private.cc',
289 'cpp/private/tcp_server_socket_private.h',
[email protected]1f081e7a2011-12-01 19:33:21290 'cpp/private/tcp_socket_private.cc',
291 'cpp/private/tcp_socket_private.h',
292 'cpp/private/udp_socket_private.cc',
293 'cpp/private/udp_socket_private.h',
294 'cpp/private/var_private.cc',
295 'cpp/private/var_private.h',
[email protected]de2895262012-04-04 17:15:48296 'cpp/private/x509_certificate_private.cc',
297 'cpp/private/x509_certificate_private.h',
[email protected]1f081e7a2011-12-01 19:33:21298
299 # Trusted interfaces.
[email protected]7a26d92e2012-02-17 20:15:25300 'cpp/trusted/browser_font_trusted.cc',
301 'cpp/trusted/browser_font_trusted.h',
[email protected]1f081e7a2011-12-01 19:33:21302 'cpp/trusted/file_chooser_trusted.cc',
303 'cpp/trusted/file_chooser_trusted.h',
[email protected]6c8011b2011-12-15 23:26:56304 'cpp/trusted/file_io_trusted.cc',
305 'cpp/trusted/file_io_trusted.h',
[email protected]ae5ff9ae2012-01-06 22:50:33306
307 # Utility sources.
308 'utility/completion_callback_factory.h',
[email protected]47a961c2012-07-13 19:18:52309 'utility/completion_callback_factory_thread_traits.h',
[email protected]ae5ff9ae2012-01-06 22:50:33310 'utility/graphics/paint_aggregator.cc',
311 'utility/graphics/paint_aggregator.h',
312 'utility/graphics/paint_manager.cc',
313 'utility/graphics/paint_manager.h',
[email protected]39832802012-03-21 18:55:08314 'utility/private/network_list_observer_private.cc',
315 'utility/private/network_list_observer_private.h',
[email protected]47a961c2012-07-13 19:18:52316 'utility/threading/lock.cc',
317 'utility/threading/lock.h',
[email protected]15b12242012-01-26 19:28:47318 'utility/threading/simple_thread.cc',
319 'utility/threading/simple_thread.h',
[email protected]2785cb92012-02-29 20:22:09320 'utility/websocket/websocket_api.cc',
321 'utility/websocket/websocket_api.h',
[email protected]1f081e7a2011-12-01 19:33:21322 ],
323 #
324 # Common Testing source for trusted and untrusted (NaCl) pugins.
325 #
[email protected]70919502011-12-16 02:30:03326 'test_common_source_files': [
[email protected]1f081e7a2011-12-01 19:33:21327 # Common test files
[email protected]46c9a052012-06-27 19:27:26328 'lib/gl/gles2/gles2.c',
329 'lib/gl/gles2/gl2ext_ppapi.c',
330 'lib/gl/gles2/gl2ext_ppapi.h',
[email protected]1f081e7a2011-12-01 19:33:21331 'tests/all_c_includes.h',
332 'tests/all_cpp_includes.h',
333 'tests/arch_dependent_sizes_32.h',
334 'tests/arch_dependent_sizes_64.h',
335 'tests/pp_thread.h',
[email protected]dbccd592012-05-07 08:14:18336 'tests/test_audio.cc',
337 'tests/test_audio.h',
[email protected]7d713562012-04-30 06:46:10338 'tests/test_audio_config.cc',
339 'tests/test_audio_config.h',
[email protected]1f081e7a2011-12-01 19:33:21340 'tests/test_case.cc',
341 'tests/test_case.h',
[email protected]ec6bffd2012-07-12 19:31:23342 'tests/test_core.cc',
343 'tests/test_core.h',
[email protected]7d713562012-04-30 06:46:10344 'tests/test_cursor_control.cc',
345 'tests/test_cursor_control.h',
346 'tests/test_directory_reader.cc',
347 'tests/test_directory_reader.h',
[email protected]59261242012-03-19 13:08:59348 'tests/test_empty.cc',
349 'tests/test_empty.h',
[email protected]7d713562012-04-30 06:46:10350 'tests/test_file_io.cc',
351 'tests/test_file_io.h',
352 'tests/test_file_ref.cc',
353 'tests/test_file_ref.h',
354 'tests/test_file_system.cc',
355 'tests/test_file_system.h',
[email protected]ec6bffd2012-07-12 19:31:23356 'tests/test_fullscreen.cc',
357 'tests/test_fullscreen.h',
[email protected]7d713562012-04-30 06:46:10358 'tests/test_graphics_2d.cc',
359 'tests/test_graphics_2d.h',
[email protected]46c9a052012-06-27 19:27:26360 'tests/test_graphics_3d.cc',
361 'tests/test_graphics_3d.h',
[email protected]f3ae866d2012-03-22 13:08:00362 'tests/test_host_resolver_private.cc',
363 'tests/test_host_resolver_private.h',
[email protected]7d713562012-04-30 06:46:10364 'tests/test_image_data.cc',
365 'tests/test_image_data.h',
[email protected]397c23962012-05-21 07:09:32366 'tests/test_ime_input_event.cc',
367 'tests/test_ime_input_event.h',
[email protected]7d713562012-04-30 06:46:10368 'tests/test_input_event.cc',
369 'tests/test_input_event.h',
370 'tests/test_memory.cc',
371 'tests/test_memory.h',
[email protected]6de743a2012-08-30 20:03:22372 'tests/test_message_loop.cc',
373 'tests/test_message_loop.h',
[email protected]7d713562012-04-30 06:46:10374 'tests/test_mouse_cursor.cc',
375 'tests/test_mouse_cursor.h',
[email protected]f1b5af92012-07-09 19:09:15376 'tests/test_mouse_lock.cc',
377 'tests/test_mouse_lock.h',
[email protected]9e855c0a2012-01-18 13:36:55378 'tests/test_net_address_private_untrusted.cc',
379 'tests/test_net_address_private_untrusted.h',
[email protected]f64d3d12012-08-10 00:03:15380 'tests/test_network_monitor_private.cc',
381 'tests/test_network_monitor_private.h',
[email protected]7d713562012-04-30 06:46:10382 'tests/test_paint_aggregator.cc',
383 'tests/test_paint_aggregator.h',
384 'tests/test_post_message.cc',
385 'tests/test_post_message.h',
[email protected]234c1392012-09-27 23:30:41386 'tests/test_printing.cc',
387 'tests/test_printing.h',
[email protected]7d713562012-04-30 06:46:10388 'tests/test_scrollbar.cc',
389 'tests/test_scrollbar.h',
[email protected]20e31122012-02-22 15:56:03390 'tests/test_tcp_server_socket_private.cc',
391 'tests/test_tcp_server_socket_private.h',
[email protected]8ffeeeb42012-03-22 00:49:29392 'tests/test_tcp_socket_private.cc',
393 'tests/test_tcp_socket_private.h',
394 'tests/test_udp_socket_private.cc',
395 'tests/test_udp_socket_private.h',
[email protected]7d713562012-04-30 06:46:10396 'tests/test_url_loader.cc',
397 'tests/test_url_loader.h',
398 'tests/test_url_request.cc',
399 'tests/test_url_request.h',
[email protected]1f081e7a2011-12-01 19:33:21400 'tests/test_utils.cc',
[email protected]7d713562012-04-30 06:46:10401 'tests/test_var.cc',
402 'tests/test_var.h',
403 'tests/test_view.cc',
404 'tests/test_view.h',
405 'tests/test_websocket.cc',
406 'tests/test_websocket.h',
[email protected]1f081e7a2011-12-01 19:33:21407 'tests/testing_instance.cc',
408 'tests/testing_instance.h',
[email protected]ef5e98e2011-12-06 09:49:18409
[email protected]1f081e7a2011-12-01 19:33:21410 # Compile-time tests
411 'tests/test_c_includes.c',
412 'tests/test_cpp_includes.cc',
413 'tests/test_struct_sizes.c',
414 ],
415 #
416 # Sources used in NaCl tests.
417 #
[email protected]70919502011-12-16 02:30:03418 'test_nacl_source_files': [
[email protected]1f081e7a2011-12-01 19:33:21419 # Test cases (PLEASE KEEP THIS SECTION IN ALPHABETICAL ORDER)
[email protected]50da4202012-03-11 11:07:12420 'tests/test_tcp_server_socket_private_disallowed.cc',
[email protected]240502342011-12-22 20:07:49421 'tests/test_tcp_socket_private_disallowed.cc',
422 'tests/test_udp_socket_private_disallowed.cc',
[email protected]1f081e7a2011-12-01 19:33:21423 ],
424 #
425 # Sources used in trusted tests.
426 #
[email protected]70919502011-12-16 02:30:03427 'test_trusted_source_files': [
[email protected]1f081e7a2011-12-01 19:33:21428 # Test cases (PLEASE KEEP THIS SECTION IN ALPHABETICAL ORDER)
[email protected]1f081e7a2011-12-01 19:33:21429 'tests/test_broker.cc',
430 'tests/test_broker.h',
[email protected]7a26d92e2012-02-17 20:15:25431 'tests/test_browser_font.cc',
432 'tests/test_browser_font.h',
[email protected]1f081e7a2011-12-01 19:33:21433 'tests/test_buffer.cc',
434 'tests/test_buffer.h',
435 'tests/test_c_includes.c',
436 'tests/test_char_set.cc',
437 'tests/test_char_set.h',
[email protected]1f081e7a2011-12-01 19:33:21438 'tests/test_cpp_includes.cc',
439 'tests/test_crypto.cc',
440 'tests/test_crypto.h',
[email protected]1f081e7a2011-12-01 19:33:21441 'tests/test_flash.cc',
442 'tests/test_flash.h',
443 'tests/test_flash_clipboard.cc',
444 'tests/test_flash_clipboard.h',
[email protected]481a4b72012-06-15 22:56:53445 'tests/test_flash_file.cc',
446 'tests/test_flash_file.h',
[email protected]1f081e7a2011-12-01 19:33:21447 'tests/test_flash_fullscreen.cc',
448 'tests/test_flash_fullscreen.h',
[email protected]cd2af392012-01-31 09:19:17449 'tests/test_flash_message_loop.cc',
450 'tests/test_flash_message_loop.h',
[email protected]1f081e7a2011-12-01 19:33:21451 'tests/test_net_address_private.cc',
452 'tests/test_net_address_private.h',
[email protected]6117b82da2012-01-07 00:51:01453 'tests/test_resource_array.cc',
454 'tests/test_resource_array.h',
[email protected]1f081e7a2011-12-01 19:33:21455 'tests/test_struct_sizes.c',
[email protected]92a794992012-04-12 03:38:22456 'tests/test_tcp_socket_private_trusted.cc',
457 'tests/test_tcp_socket_private_trusted.h',
[email protected]1f081e7a2011-12-01 19:33:21458 'tests/test_uma.cc',
459 'tests/test_uma.h',
[email protected]1f081e7a2011-12-01 19:33:21460 'tests/test_url_util.cc',
461 'tests/test_url_util.h',
462 'tests/test_utils.cc',
463 'tests/test_utils.h',
[email protected]1f081e7a2011-12-01 19:33:21464 'tests/test_video_decoder.cc',
465 'tests/test_video_decoder.h',
[email protected]de2895262012-04-04 17:15:48466 'tests/test_x509_certificate_private.cc',
467 'tests/test_x509_certificate_private.h',
[email protected]1f081e7a2011-12-01 19:33:21468
469 # Deprecated test cases.
470 'tests/test_instance_deprecated.cc',
471 'tests/test_instance_deprecated.h',
472 'tests/test_var_deprecated.cc',
473 'tests/test_var_deprecated.h',
474 ],
475 },
[email protected]ddd61db2011-12-07 06:49:00476}