blob: 39d42d86afc667f604b45c99a765edf5d188dc9a [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',
[email protected]598816ad2012-12-13 01:34:3228 'c/ppb_console.h',
[email protected]1f081e7a2011-12-01 19:33:2129 'c/ppb_core.h',
30 'c/ppb_file_io.h',
31 'c/ppb_file_ref.h',
32 'c/ppb_file_system.h',
33 'c/ppb_fullscreen.h',
[email protected]d5cc7192012-03-07 16:53:1634 'c/ppb_gamepad.h',
[email protected]1f081e7a2011-12-01 19:33:2135 'c/ppb_graphics_2d.h',
36 'c/ppb_graphics_3d.h',
37 'c/ppb_image_data.h',
38 'c/ppb_input_event.h',
39 'c/ppb_instance.h',
[email protected]d4ab94712012-11-15 21:01:2340 'c/ppb_message_loop.h',
[email protected]1f081e7a2011-12-01 19:33:2141 'c/ppb_messaging.h',
[email protected]33ec50562012-04-08 20:28:4342 'c/ppb_mouse_cursor.h',
[email protected]1f081e7a2011-12-01 19:33:2143 'c/ppb_mouse_lock.h',
44 'c/ppb_opengles2.h',
[email protected]cdf4e912012-06-21 23:15:1045 'c/pp_touch_point.h',
[email protected]1f081e7a2011-12-01 19:33:2146 'c/ppb_url_loader.h',
47 'c/ppb_url_request_info.h',
48 'c/ppb_url_response_info.h',
49 'c/ppb_var.h',
[email protected]9c6e0de2012-01-27 04:55:5550 'c/ppb_var_array_buffer.h',
[email protected]e8f07ac2012-01-03 17:43:3651 'c/ppb_view.h',
[email protected]53508222012-01-27 09:42:4152 'c/ppb_websocket.h',
[email protected]1f081e7a2011-12-01 19:33:2153 'c/ppp.h',
54 'c/ppp_graphics_3d.h',
55 'c/ppp_input_event.h',
56 'c/ppp_instance.h',
57 'c/ppp_messaging.h',
58 'c/ppp_mouse_lock.h',
59
60 # Dev interfaces.
61 'c/dev/pp_cursor_type_dev.h',
62 'c/dev/pp_video_dev.h',
63 'c/dev/ppb_buffer_dev.h',
64 'c/dev/ppb_char_set_dev.h',
[email protected]1f081e7a2011-12-01 19:33:2165 'c/dev/ppb_cursor_control_dev.h',
[email protected]dca65e12012-01-21 07:54:1766 'c/dev/ppb_device_ref_dev.h',
[email protected]1f081e7a2011-12-01 19:33:2167 'c/dev/ppb_directory_reader_dev.h',
68 'c/dev/ppb_file_chooser_dev.h',
69 'c/dev/ppb_find_dev.h',
70 'c/dev/ppb_font_dev.h',
[email protected]1f081e7a2011-12-01 19:33:2171 'c/dev/ppb_ime_input_event_dev.h',
72 'c/dev/ppb_memory_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_gpu_blacklist_private.h',
[email protected]f3ae866d2012-03-22 13:08:00103 'c/private/ppb_host_resolver_private.h',
[email protected]1f081e7a2011-12-01 19:33:21104 'c/private/ppb_instance_private.h',
105 'c/private/ppb_nacl_private.h',
106 'c/private/ppb_net_address_private.h',
107 'c/private/ppb_pdf.h',
108 'c/private/ppb_proxy_private.h',
109 'c/private/ppp_instance_private.h',
[email protected]d2e03f82012-03-05 08:12:38110 'c/private/ppb_network_list_private.h',
111 'c/private/ppb_network_monitor_private.h',
[email protected]f3ae866d2012-03-22 13:08:00112 'c/private/ppb_tcp_server_socket_private.h',
[email protected]1f081e7a2011-12-01 19:33:21113 'c/private/ppb_tcp_socket_private.h',
114 'c/private/ppb_udp_socket_private.h',
[email protected]de2895262012-04-04 17:15:48115 'c/private/ppb_x509_certificate_private.h',
[email protected]e5aeef02012-08-17 00:18:43116 'c/private/ppp_content_decryptor_private.h',
[email protected]1f081e7a2011-12-01 19:33:21117
118 # Deprecated interfaces.
119 'c/dev/deprecated_bool.h',
120 'c/dev/ppb_var_deprecated.h',
121 'c/dev/ppp_class_deprecated.h',
122
123 # Trusted interfaces.
124 'c/trusted/ppb_audio_trusted.h',
125 'c/trusted/ppb_broker_trusted.h',
[email protected]ed9b7932012-02-21 18:11:47126 'c/trusted/ppb_browser_font_trusted.h',
[email protected]1f081e7a2011-12-01 19:33:21127 'c/trusted/ppb_buffer_trusted.h',
128 'c/trusted/ppb_file_chooser_trusted.h',
129 'c/trusted/ppb_file_io_trusted.h',
130 'c/trusted/ppb_graphics_3d_trusted.h',
131 'c/trusted/ppb_image_data_trusted.h',
132 'c/trusted/ppb_url_loader_trusted.h',
133 'c/trusted/ppp_broker.h',
134 ],
[email protected]70919502011-12-16 02:30:03135 'cpp_source_files': [
[email protected]e10b2b28a2012-03-14 23:17:14136 'cpp/array_output.cc',
137 'cpp/array_output.h',
[email protected]1f081e7a2011-12-01 19:33:21138 'cpp/audio.cc',
139 'cpp/audio.h',
140 'cpp/audio_config.cc',
141 'cpp/audio_config.h',
[email protected]1f081e7a2011-12-01 19:33:21142 'cpp/completion_callback.h',
143 'cpp/core.cc',
144 'cpp/core.h',
145 'cpp/file_io.cc',
146 'cpp/file_io.h',
147 'cpp/file_ref.cc',
148 'cpp/file_ref.h',
149 'cpp/file_system.cc',
150 'cpp/file_system.h',
151 'cpp/fullscreen.cc',
152 'cpp/fullscreen.h',
153 'cpp/graphics_2d.cc',
154 'cpp/graphics_2d.h',
155 'cpp/graphics_3d.cc',
156 'cpp/graphics_3d.h',
157 'cpp/graphics_3d_client.cc',
158 'cpp/graphics_3d_client.h',
159 'cpp/image_data.cc',
160 'cpp/image_data.h',
161 'cpp/input_event.cc',
162 'cpp/input_event.h',
163 'cpp/instance.cc',
164 'cpp/instance.h',
[email protected]09af0f72012-02-27 20:23:19165 'cpp/instance_handle.cc',
166 'cpp/instance_handle.h',
[email protected]1f081e7a2011-12-01 19:33:21167 'cpp/logging.h',
[email protected]d4ab94712012-11-15 21:01:23168 'cpp/message_loop.cc',
169 'cpp/message_loop.h',
[email protected]1f081e7a2011-12-01 19:33:21170 'cpp/module.cc',
171 'cpp/module.h',
172 'cpp/module_impl.h',
[email protected]33ec50562012-04-08 20:28:43173 'cpp/mouse_cursor.cc',
174 'cpp/mouse_cursor.h',
[email protected]1f081e7a2011-12-01 19:33:21175 'cpp/mouse_lock.cc',
176 'cpp/mouse_lock.h',
[email protected]e10b2b28a2012-03-14 23:17:14177 'cpp/output_traits.h',
[email protected]1f081e7a2011-12-01 19:33:21178 'cpp/point.h',
179 'cpp/rect.cc',
180 'cpp/rect.h',
181 'cpp/resource.cc',
182 'cpp/resource.h',
183 'cpp/size.h',
[email protected]cdf4e912012-06-21 23:15:10184 'cpp/touch_point.h',
[email protected]1f081e7a2011-12-01 19:33:21185 'cpp/url_loader.cc',
186 'cpp/url_loader.h',
187 'cpp/url_request_info.cc',
188 'cpp/url_request_info.h',
189 'cpp/url_response_info.cc',
190 'cpp/url_response_info.h',
191 'cpp/var.cc',
192 'cpp/var.h',
[email protected]9c6e0de2012-01-27 04:55:55193 'cpp/var_array_buffer.cc',
194 'cpp/var_array_buffer.h',
[email protected]e8f07ac2012-01-03 17:43:36195 'cpp/view.cc',
196 'cpp/view.h',
[email protected]53508222012-01-27 09:42:41197 'cpp/websocket.cc',
198 'cpp/websocket.h',
[email protected]1f081e7a2011-12-01 19:33:21199
200 # Dev interfaces.
201 'cpp/dev/audio_input_dev.cc',
202 'cpp/dev/audio_input_dev.h',
203 'cpp/dev/buffer_dev.cc',
204 'cpp/dev/buffer_dev.h',
[email protected]779f5052012-10-18 23:40:30205 'cpp/dev/crypto_dev.cc',
206 'cpp/dev/crypto_dev.h',
[email protected]e55b88a2012-10-19 16:59:20207 'cpp/dev/cursor_control_dev.cc',
208 'cpp/dev/cursor_control_dev.h',
[email protected]dca65e12012-01-21 07:54:17209 'cpp/dev/device_ref_dev.cc',
210 'cpp/dev/device_ref_dev.h',
[email protected]1f081e7a2011-12-01 19:33:21211 'cpp/dev/directory_entry_dev.cc',
212 'cpp/dev/directory_entry_dev.h',
213 'cpp/dev/directory_reader_dev.cc',
214 'cpp/dev/directory_reader_dev.h',
215 'cpp/dev/file_chooser_dev.cc',
216 'cpp/dev/file_chooser_dev.h',
217 'cpp/dev/find_dev.cc',
218 'cpp/dev/find_dev.h',
219 'cpp/dev/font_dev.cc',
220 'cpp/dev/font_dev.h',
[email protected]0cd5b9df2012-06-28 19:33:33221 'cpp/dev/graphics_2d_dev.cc',
222 'cpp/dev/graphics_2d_dev.h',
[email protected]1f081e7a2011-12-01 19:33:21223 'cpp/dev/ime_input_event_dev.cc',
224 'cpp/dev/ime_input_event_dev.h',
225 'cpp/dev/memory_dev.cc',
226 'cpp/dev/memory_dev.h',
227 'cpp/dev/printing_dev.cc',
228 'cpp/dev/printing_dev.h',
[email protected]6117b82da2012-01-07 00:51:01229 'cpp/dev/resource_array_dev.cc',
230 'cpp/dev/resource_array_dev.h',
[email protected]1f081e7a2011-12-01 19:33:21231 'cpp/dev/scrollbar_dev.cc',
232 'cpp/dev/scrollbar_dev.h',
233 'cpp/dev/selection_dev.cc',
234 'cpp/dev/selection_dev.h',
235 'cpp/dev/text_input_dev.cc',
236 'cpp/dev/text_input_dev.h',
237 'cpp/dev/url_util_dev.cc',
238 'cpp/dev/url_util_dev.h',
239 'cpp/dev/video_capture_client_dev.cc',
240 'cpp/dev/video_capture_client_dev.h',
241 'cpp/dev/video_capture_dev.cc',
242 'cpp/dev/video_capture_dev.h',
243 'cpp/dev/video_decoder_client_dev.cc',
244 'cpp/dev/video_decoder_client_dev.h',
245 'cpp/dev/video_decoder_dev.cc',
246 'cpp/dev/video_decoder_dev.h',
[email protected]0cd5b9df2012-06-28 19:33:33247 'cpp/dev/view_dev.cc',
248 'cpp/dev/view_dev.h',
[email protected]1f081e7a2011-12-01 19:33:21249 'cpp/dev/widget_client_dev.cc',
250 'cpp/dev/widget_client_dev.h',
251 'cpp/dev/widget_dev.cc',
252 'cpp/dev/widget_dev.h',
253 'cpp/dev/zoom_dev.cc',
254 'cpp/dev/zoom_dev.h',
255
256 # Deprecated interfaces.
257 'cpp/dev/scriptable_object_deprecated.h',
258 'cpp/dev/scriptable_object_deprecated.cc',
259
260 # Private interfaces.
[email protected]e5aeef02012-08-17 00:18:43261 'cpp/private/content_decryptor_private.cc',
262 'cpp/private/content_decryptor_private.h',
[email protected]4ee95fa42011-12-16 20:10:08263 'cpp/private/flash.cc',
264 'cpp/private/flash.h',
[email protected]cf0f7d92012-01-14 01:24:54265 'cpp/private/flash_clipboard.cc',
266 'cpp/private/flash_clipboard.h',
[email protected]502ec4dd2012-06-11 20:45:01267 'cpp/private/flash_device_id.cc',
268 'cpp/private/flash_device_id.h',
[email protected]ee0abbf2012-06-25 22:19:28269 'cpp/private/flash_file.cc',
270 'cpp/private/flash_file.h',
[email protected]cb65f132012-10-09 17:06:09271 'cpp/private/flash_font_file.cc',
272 'cpp/private/flash_font_file.h',
[email protected]1f081e7a2011-12-01 19:33:21273 'cpp/private/flash_fullscreen.cc',
274 'cpp/private/flash_fullscreen.h',
275 'cpp/private/flash_menu.cc',
276 'cpp/private/flash_menu.h',
[email protected]cd2af392012-01-31 09:19:17277 'cpp/private/flash_message_loop.cc',
278 'cpp/private/flash_message_loop.h',
[email protected]0f8a16cf2012-03-21 10:08:37279 'cpp/private/host_resolver_private.cc',
280 'cpp/private/host_resolver_private.h',
[email protected]1f081e7a2011-12-01 19:33:21281 'cpp/private/instance_private.cc',
282 'cpp/private/instance_private.h',
283 'cpp/private/net_address_private.cc',
284 'cpp/private/net_address_private.h',
[email protected]d2e03f82012-03-05 08:12:38285 'cpp/private/network_list_private.cc',
286 'cpp/private/network_list_private.h',
287 'cpp/private/network_monitor_private.cc',
288 'cpp/private/network_monitor_private.h',
[email protected]4f9e7222012-03-13 09:45:14289 'cpp/private/tcp_server_socket_private.cc',
290 'cpp/private/tcp_server_socket_private.h',
[email protected]1f081e7a2011-12-01 19:33:21291 'cpp/private/tcp_socket_private.cc',
292 'cpp/private/tcp_socket_private.h',
293 'cpp/private/udp_socket_private.cc',
294 'cpp/private/udp_socket_private.h',
295 'cpp/private/var_private.cc',
296 'cpp/private/var_private.h',
[email protected]de2895262012-04-04 17:15:48297 'cpp/private/x509_certificate_private.cc',
298 'cpp/private/x509_certificate_private.h',
[email protected]1f081e7a2011-12-01 19:33:21299
300 # Trusted interfaces.
[email protected]7a26d92e2012-02-17 20:15:25301 'cpp/trusted/browser_font_trusted.cc',
302 'cpp/trusted/browser_font_trusted.h',
[email protected]1f081e7a2011-12-01 19:33:21303 'cpp/trusted/file_chooser_trusted.cc',
304 'cpp/trusted/file_chooser_trusted.h',
[email protected]6c8011b2011-12-15 23:26:56305 'cpp/trusted/file_io_trusted.cc',
306 'cpp/trusted/file_io_trusted.h',
[email protected]ae5ff9ae2012-01-06 22:50:33307
308 # Utility sources.
309 'utility/completion_callback_factory.h',
[email protected]47a961c2012-07-13 19:18:52310 'utility/completion_callback_factory_thread_traits.h',
[email protected]ae5ff9ae2012-01-06 22:50:33311 'utility/graphics/paint_aggregator.cc',
312 'utility/graphics/paint_aggregator.h',
313 'utility/graphics/paint_manager.cc',
314 'utility/graphics/paint_manager.h',
[email protected]39832802012-03-21 18:55:08315 'utility/private/network_list_observer_private.cc',
316 'utility/private/network_list_observer_private.h',
[email protected]47a961c2012-07-13 19:18:52317 'utility/threading/lock.cc',
318 'utility/threading/lock.h',
[email protected]15b12242012-01-26 19:28:47319 'utility/threading/simple_thread.cc',
320 'utility/threading/simple_thread.h',
[email protected]2785cb92012-02-29 20:22:09321 'utility/websocket/websocket_api.cc',
322 'utility/websocket/websocket_api.h',
[email protected]1f081e7a2011-12-01 19:33:21323 ],
324 #
325 # Common Testing source for trusted and untrusted (NaCl) pugins.
326 #
[email protected]70919502011-12-16 02:30:03327 'test_common_source_files': [
[email protected]1f081e7a2011-12-01 19:33:21328 # Common test files
[email protected]46c9a052012-06-27 19:27:26329 'lib/gl/gles2/gles2.c',
330 'lib/gl/gles2/gl2ext_ppapi.c',
331 'lib/gl/gles2/gl2ext_ppapi.h',
[email protected]1f081e7a2011-12-01 19:33:21332 'tests/all_c_includes.h',
333 'tests/all_cpp_includes.h',
334 'tests/arch_dependent_sizes_32.h',
335 'tests/arch_dependent_sizes_64.h',
336 'tests/pp_thread.h',
[email protected]dbccd592012-05-07 08:14:18337 'tests/test_audio.cc',
338 'tests/test_audio.h',
[email protected]7d713562012-04-30 06:46:10339 'tests/test_audio_config.cc',
340 'tests/test_audio_config.h',
[email protected]1f081e7a2011-12-01 19:33:21341 'tests/test_case.cc',
342 'tests/test_case.h',
[email protected]598816ad2012-12-13 01:34:32343 'tests/test_console.cc',
344 'tests/test_console.h',
[email protected]ec6bffd2012-07-12 19:31:23345 'tests/test_core.cc',
346 'tests/test_core.h',
[email protected]7d713562012-04-30 06:46:10347 'tests/test_cursor_control.cc',
348 'tests/test_cursor_control.h',
349 'tests/test_directory_reader.cc',
350 'tests/test_directory_reader.h',
[email protected]59261242012-03-19 13:08:59351 'tests/test_empty.cc',
352 'tests/test_empty.h',
[email protected]7d713562012-04-30 06:46:10353 'tests/test_file_io.cc',
354 'tests/test_file_io.h',
355 'tests/test_file_ref.cc',
356 'tests/test_file_ref.h',
357 'tests/test_file_system.cc',
358 'tests/test_file_system.h',
[email protected]ec6bffd2012-07-12 19:31:23359 'tests/test_fullscreen.cc',
360 'tests/test_fullscreen.h',
[email protected]7d713562012-04-30 06:46:10361 'tests/test_graphics_2d.cc',
362 'tests/test_graphics_2d.h',
[email protected]46c9a052012-06-27 19:27:26363 'tests/test_graphics_3d.cc',
364 'tests/test_graphics_3d.h',
[email protected]f3ae866d2012-03-22 13:08:00365 'tests/test_host_resolver_private.cc',
366 'tests/test_host_resolver_private.h',
[email protected]6a685372013-02-12 12:50:46367 'tests/test_host_resolver_private_disallowed.cc',
368 'tests/test_host_resolver_private_disallowed.h',
[email protected]7d713562012-04-30 06:46:10369 'tests/test_image_data.cc',
370 'tests/test_image_data.h',
[email protected]397c23962012-05-21 07:09:32371 'tests/test_ime_input_event.cc',
372 'tests/test_ime_input_event.h',
[email protected]7d713562012-04-30 06:46:10373 'tests/test_input_event.cc',
374 'tests/test_input_event.h',
375 'tests/test_memory.cc',
376 'tests/test_memory.h',
[email protected]6de743a2012-08-30 20:03:22377 'tests/test_message_loop.cc',
378 'tests/test_message_loop.h',
[email protected]7d713562012-04-30 06:46:10379 'tests/test_mouse_cursor.cc',
380 'tests/test_mouse_cursor.h',
[email protected]f1b5af92012-07-09 19:09:15381 'tests/test_mouse_lock.cc',
382 'tests/test_mouse_lock.h',
[email protected]9e855c0a2012-01-18 13:36:55383 'tests/test_net_address_private_untrusted.cc',
384 'tests/test_net_address_private_untrusted.h',
[email protected]f64d3d12012-08-10 00:03:15385 'tests/test_network_monitor_private.cc',
386 'tests/test_network_monitor_private.h',
[email protected]7d713562012-04-30 06:46:10387 'tests/test_paint_aggregator.cc',
388 'tests/test_paint_aggregator.h',
389 'tests/test_post_message.cc',
390 'tests/test_post_message.h',
[email protected]234c1392012-09-27 23:30:41391 'tests/test_printing.cc',
392 'tests/test_printing.h',
[email protected]7d713562012-04-30 06:46:10393 'tests/test_scrollbar.cc',
394 'tests/test_scrollbar.h',
[email protected]20e31122012-02-22 15:56:03395 'tests/test_tcp_server_socket_private.cc',
396 'tests/test_tcp_server_socket_private.h',
[email protected]8ffeeeb42012-03-22 00:49:29397 'tests/test_tcp_socket_private.cc',
398 'tests/test_tcp_socket_private.h',
399 'tests/test_udp_socket_private.cc',
400 'tests/test_udp_socket_private.h',
[email protected]7d713562012-04-30 06:46:10401 'tests/test_url_loader.cc',
402 'tests/test_url_loader.h',
403 'tests/test_url_request.cc',
404 'tests/test_url_request.h',
[email protected]1f081e7a2011-12-01 19:33:21405 'tests/test_utils.cc',
[email protected]7d713562012-04-30 06:46:10406 'tests/test_var.cc',
407 'tests/test_var.h',
408 'tests/test_view.cc',
409 'tests/test_view.h',
410 'tests/test_websocket.cc',
411 'tests/test_websocket.h',
[email protected]1f081e7a2011-12-01 19:33:21412 'tests/testing_instance.cc',
413 'tests/testing_instance.h',
[email protected]ef5e98e2011-12-06 09:49:18414
[email protected]1f081e7a2011-12-01 19:33:21415 # Compile-time tests
416 'tests/test_c_includes.c',
417 'tests/test_cpp_includes.cc',
418 'tests/test_struct_sizes.c',
419 ],
420 #
421 # Sources used in NaCl tests.
422 #
[email protected]70919502011-12-16 02:30:03423 'test_nacl_source_files': [
[email protected]1f081e7a2011-12-01 19:33:21424 # Test cases (PLEASE KEEP THIS SECTION IN ALPHABETICAL ORDER)
[email protected]50da4202012-03-11 11:07:12425 'tests/test_tcp_server_socket_private_disallowed.cc',
[email protected]240502342011-12-22 20:07:49426 'tests/test_tcp_socket_private_disallowed.cc',
427 'tests/test_udp_socket_private_disallowed.cc',
[email protected]1f081e7a2011-12-01 19:33:21428 ],
429 #
430 # Sources used in trusted tests.
431 #
[email protected]70919502011-12-16 02:30:03432 'test_trusted_source_files': [
[email protected]1f081e7a2011-12-01 19:33:21433 # Test cases (PLEASE KEEP THIS SECTION IN ALPHABETICAL ORDER)
[email protected]1f081e7a2011-12-01 19:33:21434 'tests/test_broker.cc',
435 'tests/test_broker.h',
[email protected]7a26d92e2012-02-17 20:15:25436 'tests/test_browser_font.cc',
437 'tests/test_browser_font.h',
[email protected]1f081e7a2011-12-01 19:33:21438 'tests/test_buffer.cc',
439 'tests/test_buffer.h',
440 'tests/test_c_includes.c',
441 'tests/test_char_set.cc',
442 'tests/test_char_set.h',
[email protected]1f081e7a2011-12-01 19:33:21443 'tests/test_cpp_includes.cc',
444 'tests/test_crypto.cc',
445 'tests/test_crypto.h',
[email protected]1f081e7a2011-12-01 19:33:21446 'tests/test_flash.cc',
447 'tests/test_flash.h',
448 'tests/test_flash_clipboard.cc',
449 'tests/test_flash_clipboard.h',
[email protected]481a4b72012-06-15 22:56:53450 'tests/test_flash_file.cc',
451 'tests/test_flash_file.h',
[email protected]1f081e7a2011-12-01 19:33:21452 'tests/test_flash_fullscreen.cc',
453 'tests/test_flash_fullscreen.h',
[email protected]cd2af392012-01-31 09:19:17454 'tests/test_flash_message_loop.cc',
455 'tests/test_flash_message_loop.h',
[email protected]1f081e7a2011-12-01 19:33:21456 'tests/test_net_address_private.cc',
457 'tests/test_net_address_private.h',
[email protected]6117b82da2012-01-07 00:51:01458 'tests/test_resource_array.cc',
459 'tests/test_resource_array.h',
[email protected]1f081e7a2011-12-01 19:33:21460 'tests/test_struct_sizes.c',
[email protected]e98aebff2012-11-16 07:31:25461 'tests/test_talk_private.cc',
462 'tests/test_talk_private.h',
[email protected]92a794992012-04-12 03:38:22463 'tests/test_tcp_socket_private_trusted.cc',
464 'tests/test_tcp_socket_private_trusted.h',
[email protected]1f081e7a2011-12-01 19:33:21465 'tests/test_uma.cc',
466 'tests/test_uma.h',
[email protected]1f081e7a2011-12-01 19:33:21467 'tests/test_url_util.cc',
468 'tests/test_url_util.h',
469 'tests/test_utils.cc',
470 'tests/test_utils.h',
[email protected]1f081e7a2011-12-01 19:33:21471 'tests/test_video_decoder.cc',
472 'tests/test_video_decoder.h',
[email protected]de2895262012-04-04 17:15:48473 'tests/test_x509_certificate_private.cc',
474 'tests/test_x509_certificate_private.h',
[email protected]1f081e7a2011-12-01 19:33:21475
476 # Deprecated test cases.
477 'tests/test_instance_deprecated.cc',
478 'tests/test_instance_deprecated.h',
479 'tests/test_var_deprecated.cc',
480 'tests/test_var_deprecated.h',
481 ],
482 },
[email protected]ddd61db2011-12-07 06:49:00483}