blob: 05cf661382173e425ff9988af6edade83ef95fd7 [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',
43 'c/ppb_url_loader.h',
44 'c/ppb_url_request_info.h',
45 'c/ppb_url_response_info.h',
46 'c/ppb_var.h',
[email protected]9c6e0de2012-01-27 04:55:5547 'c/ppb_var_array_buffer.h',
[email protected]e8f07ac2012-01-03 17:43:3648 'c/ppb_view.h',
[email protected]53508222012-01-27 09:42:4149 'c/ppb_websocket.h',
[email protected]1f081e7a2011-12-01 19:33:2150 'c/ppp.h',
51 'c/ppp_graphics_3d.h',
52 'c/ppp_input_event.h',
53 'c/ppp_instance.h',
54 'c/ppp_messaging.h',
55 'c/ppp_mouse_lock.h',
56
57 # Dev interfaces.
58 'c/dev/pp_cursor_type_dev.h',
59 'c/dev/pp_video_dev.h',
60 'c/dev/ppb_buffer_dev.h',
61 'c/dev/ppb_char_set_dev.h',
62 'c/dev/ppb_console_dev.h',
63 'c/dev/ppb_cursor_control_dev.h',
[email protected]dca65e12012-01-21 07:54:1764 'c/dev/ppb_device_ref_dev.h',
[email protected]1f081e7a2011-12-01 19:33:2165 'c/dev/ppb_directory_reader_dev.h',
66 'c/dev/ppb_file_chooser_dev.h',
67 'c/dev/ppb_find_dev.h',
68 'c/dev/ppb_font_dev.h',
69 'c/dev/ppb_fullscreen_dev.h',
70 '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]6117b82da2012-01-07 00:51:0173 'c/dev/ppb_resource_array_dev.h',
[email protected]1f081e7a2011-12-01 19:33:2174 'c/dev/ppb_scrollbar_dev.h',
75 'c/dev/ppb_testing_dev.h',
[email protected]3c8c74c2012-03-15 07:34:5276 'c/dev/ppb_text_input_dev.h',
[email protected]1f081e7a2011-12-01 19:33:2177 'c/dev/ppb_url_util_dev.h',
78 'c/dev/ppb_video_decoder_dev.h',
[email protected]1f081e7a2011-12-01 19:33:2179 'c/dev/ppb_widget_dev.h',
80 'c/dev/ppb_zoom_dev.h',
81 'c/dev/ppp_cursor_control_dev.h',
82 '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.
92 'c/private/ppb_flash.h',
93 'c/private/ppb_flash_clipboard.h',
94 'c/private/ppb_flash_file.h',
95 'c/private/ppb_flash_fullscreen.h',
96 'c/private/ppb_flash_menu.h',
[email protected]cd2af392012-01-31 09:19:1797 'c/private/ppb_flash_message_loop.h',
[email protected]1f081e7a2011-12-01 19:33:2198 'c/private/ppb_flash_tcp_socket.h',
99 'c/private/ppb_flash_udp_socket.h',
100 'c/private/ppb_gpu_blacklist_private.h',
[email protected]f3ae866d2012-03-22 13:08:00101 'c/private/ppb_host_resolver_private.h',
[email protected]1f081e7a2011-12-01 19:33:21102 'c/private/ppb_instance_private.h',
103 'c/private/ppb_nacl_private.h',
104 'c/private/ppb_net_address_private.h',
105 'c/private/ppb_pdf.h',
106 'c/private/ppb_proxy_private.h',
107 'c/private/ppp_instance_private.h',
[email protected]d2e03f82012-03-05 08:12:38108 'c/private/ppb_network_list_private.h',
109 'c/private/ppb_network_monitor_private.h',
[email protected]f3ae866d2012-03-22 13:08:00110 'c/private/ppb_tcp_server_socket_private.h',
[email protected]1f081e7a2011-12-01 19:33:21111 'c/private/ppb_tcp_socket_private.h',
112 'c/private/ppb_udp_socket_private.h',
[email protected]de2895262012-04-04 17:15:48113 'c/private/ppb_x509_certificate_private.h',
[email protected]1f081e7a2011-12-01 19:33:21114
115 # Deprecated interfaces.
116 'c/dev/deprecated_bool.h',
117 'c/dev/ppb_var_deprecated.h',
118 'c/dev/ppp_class_deprecated.h',
119
120 # Trusted interfaces.
121 'c/trusted/ppb_audio_trusted.h',
122 'c/trusted/ppb_broker_trusted.h',
[email protected]ed9b7932012-02-21 18:11:47123 'c/trusted/ppb_browser_font_trusted.h',
[email protected]1f081e7a2011-12-01 19:33:21124 'c/trusted/ppb_buffer_trusted.h',
125 'c/trusted/ppb_file_chooser_trusted.h',
126 'c/trusted/ppb_file_io_trusted.h',
127 'c/trusted/ppb_graphics_3d_trusted.h',
128 'c/trusted/ppb_image_data_trusted.h',
129 'c/trusted/ppb_url_loader_trusted.h',
130 'c/trusted/ppp_broker.h',
131 ],
[email protected]70919502011-12-16 02:30:03132 'cpp_source_files': [
[email protected]e10b2b28a2012-03-14 23:17:14133 'cpp/array_output.cc',
134 'cpp/array_output.h',
[email protected]1f081e7a2011-12-01 19:33:21135 'cpp/audio.cc',
136 'cpp/audio.h',
137 'cpp/audio_config.cc',
138 'cpp/audio_config.h',
[email protected]1f081e7a2011-12-01 19:33:21139 'cpp/completion_callback.h',
140 'cpp/core.cc',
141 'cpp/core.h',
142 'cpp/file_io.cc',
143 'cpp/file_io.h',
144 'cpp/file_ref.cc',
145 'cpp/file_ref.h',
146 'cpp/file_system.cc',
147 'cpp/file_system.h',
148 'cpp/fullscreen.cc',
149 'cpp/fullscreen.h',
150 'cpp/graphics_2d.cc',
151 'cpp/graphics_2d.h',
152 'cpp/graphics_3d.cc',
153 'cpp/graphics_3d.h',
154 'cpp/graphics_3d_client.cc',
155 'cpp/graphics_3d_client.h',
156 'cpp/image_data.cc',
157 'cpp/image_data.h',
158 'cpp/input_event.cc',
159 'cpp/input_event.h',
160 'cpp/instance.cc',
161 'cpp/instance.h',
[email protected]09af0f72012-02-27 20:23:19162 'cpp/instance_handle.cc',
163 'cpp/instance_handle.h',
[email protected]1f081e7a2011-12-01 19:33:21164 'cpp/logging.h',
165 'cpp/module.cc',
166 'cpp/module.h',
167 'cpp/module_impl.h',
[email protected]33ec50562012-04-08 20:28:43168 'cpp/mouse_cursor.cc',
169 'cpp/mouse_cursor.h',
[email protected]1f081e7a2011-12-01 19:33:21170 'cpp/mouse_lock.cc',
171 'cpp/mouse_lock.h',
[email protected]e10b2b28a2012-03-14 23:17:14172 'cpp/output_traits.h',
[email protected]1f081e7a2011-12-01 19:33:21173 'cpp/point.h',
174 'cpp/rect.cc',
175 'cpp/rect.h',
176 'cpp/resource.cc',
177 'cpp/resource.h',
178 'cpp/size.h',
179 'cpp/url_loader.cc',
180 'cpp/url_loader.h',
181 'cpp/url_request_info.cc',
182 'cpp/url_request_info.h',
183 'cpp/url_response_info.cc',
184 'cpp/url_response_info.h',
185 'cpp/var.cc',
186 'cpp/var.h',
[email protected]9c6e0de2012-01-27 04:55:55187 'cpp/var_array_buffer.cc',
188 'cpp/var_array_buffer.h',
[email protected]e8f07ac2012-01-03 17:43:36189 'cpp/view.cc',
190 'cpp/view.h',
[email protected]53508222012-01-27 09:42:41191 'cpp/websocket.cc',
192 'cpp/websocket.h',
[email protected]1f081e7a2011-12-01 19:33:21193
194 # Dev interfaces.
195 'cpp/dev/audio_input_dev.cc',
196 'cpp/dev/audio_input_dev.h',
197 'cpp/dev/buffer_dev.cc',
198 'cpp/dev/buffer_dev.h',
[email protected]dca65e12012-01-21 07:54:17199 'cpp/dev/device_ref_dev.cc',
200 'cpp/dev/device_ref_dev.h',
[email protected]1f081e7a2011-12-01 19:33:21201 'cpp/dev/directory_entry_dev.cc',
202 'cpp/dev/directory_entry_dev.h',
203 'cpp/dev/directory_reader_dev.cc',
204 'cpp/dev/directory_reader_dev.h',
205 'cpp/dev/file_chooser_dev.cc',
206 'cpp/dev/file_chooser_dev.h',
207 'cpp/dev/find_dev.cc',
208 'cpp/dev/find_dev.h',
209 'cpp/dev/font_dev.cc',
210 'cpp/dev/font_dev.h',
211 'cpp/dev/fullscreen_dev.cc',
212 'cpp/dev/fullscreen_dev.h',
213 'cpp/dev/ime_input_event_dev.cc',
214 'cpp/dev/ime_input_event_dev.h',
215 'cpp/dev/memory_dev.cc',
216 'cpp/dev/memory_dev.h',
[email protected]231a96b72012-01-20 04:17:40217 'cpp/dev/message_loop_dev.cc',
218 'cpp/dev/message_loop_dev.h',
[email protected]1f081e7a2011-12-01 19:33:21219 'cpp/dev/printing_dev.cc',
220 'cpp/dev/printing_dev.h',
[email protected]6117b82da2012-01-07 00:51:01221 'cpp/dev/resource_array_dev.cc',
222 'cpp/dev/resource_array_dev.h',
[email protected]1f081e7a2011-12-01 19:33:21223 'cpp/dev/scrollbar_dev.cc',
224 'cpp/dev/scrollbar_dev.h',
225 'cpp/dev/selection_dev.cc',
226 'cpp/dev/selection_dev.h',
227 'cpp/dev/text_input_dev.cc',
228 'cpp/dev/text_input_dev.h',
229 'cpp/dev/url_util_dev.cc',
230 'cpp/dev/url_util_dev.h',
231 'cpp/dev/video_capture_client_dev.cc',
232 'cpp/dev/video_capture_client_dev.h',
233 'cpp/dev/video_capture_dev.cc',
234 'cpp/dev/video_capture_dev.h',
235 'cpp/dev/video_decoder_client_dev.cc',
236 'cpp/dev/video_decoder_client_dev.h',
237 'cpp/dev/video_decoder_dev.cc',
238 'cpp/dev/video_decoder_dev.h',
239 'cpp/dev/widget_client_dev.cc',
240 'cpp/dev/widget_client_dev.h',
241 'cpp/dev/widget_dev.cc',
242 'cpp/dev/widget_dev.h',
243 'cpp/dev/zoom_dev.cc',
244 'cpp/dev/zoom_dev.h',
245
246 # Deprecated interfaces.
247 'cpp/dev/scriptable_object_deprecated.h',
248 'cpp/dev/scriptable_object_deprecated.cc',
249
250 # Private interfaces.
[email protected]4ee95fa42011-12-16 20:10:08251 'cpp/private/flash.cc',
252 'cpp/private/flash.h',
[email protected]cf0f7d92012-01-14 01:24:54253 'cpp/private/flash_clipboard.cc',
254 'cpp/private/flash_clipboard.h',
[email protected]1f081e7a2011-12-01 19:33:21255 'cpp/private/flash_fullscreen.cc',
256 'cpp/private/flash_fullscreen.h',
257 'cpp/private/flash_menu.cc',
258 'cpp/private/flash_menu.h',
[email protected]cd2af392012-01-31 09:19:17259 'cpp/private/flash_message_loop.cc',
260 'cpp/private/flash_message_loop.h',
[email protected]0f8a16cf2012-03-21 10:08:37261 'cpp/private/host_resolver_private.cc',
262 'cpp/private/host_resolver_private.h',
[email protected]1f081e7a2011-12-01 19:33:21263 'cpp/private/instance_private.cc',
264 'cpp/private/instance_private.h',
265 'cpp/private/net_address_private.cc',
266 'cpp/private/net_address_private.h',
[email protected]d2e03f82012-03-05 08:12:38267 'cpp/private/network_list_private.cc',
268 'cpp/private/network_list_private.h',
269 'cpp/private/network_monitor_private.cc',
270 'cpp/private/network_monitor_private.h',
[email protected]4f9e7222012-03-13 09:45:14271 'cpp/private/tcp_server_socket_private.cc',
272 'cpp/private/tcp_server_socket_private.h',
[email protected]1f081e7a2011-12-01 19:33:21273 'cpp/private/tcp_socket_private.cc',
274 'cpp/private/tcp_socket_private.h',
275 'cpp/private/udp_socket_private.cc',
276 'cpp/private/udp_socket_private.h',
277 'cpp/private/var_private.cc',
278 'cpp/private/var_private.h',
[email protected]de2895262012-04-04 17:15:48279 'cpp/private/x509_certificate_private.cc',
280 'cpp/private/x509_certificate_private.h',
[email protected]1f081e7a2011-12-01 19:33:21281
282 # Trusted interfaces.
[email protected]7a26d92e2012-02-17 20:15:25283 'cpp/trusted/browser_font_trusted.cc',
284 'cpp/trusted/browser_font_trusted.h',
[email protected]1f081e7a2011-12-01 19:33:21285 'cpp/trusted/file_chooser_trusted.cc',
286 'cpp/trusted/file_chooser_trusted.h',
[email protected]6c8011b2011-12-15 23:26:56287 'cpp/trusted/file_io_trusted.cc',
288 'cpp/trusted/file_io_trusted.h',
[email protected]ae5ff9ae2012-01-06 22:50:33289
290 # Utility sources.
291 'utility/completion_callback_factory.h',
292 'utility/non_thread_safe_ref_count.h',
293 'utility/graphics/paint_aggregator.cc',
294 'utility/graphics/paint_aggregator.h',
295 'utility/graphics/paint_manager.cc',
296 'utility/graphics/paint_manager.h',
[email protected]39832802012-03-21 18:55:08297 'utility/private/network_list_observer_private.cc',
298 'utility/private/network_list_observer_private.h',
[email protected]15b12242012-01-26 19:28:47299 'utility/threading/simple_thread.cc',
300 'utility/threading/simple_thread.h',
[email protected]2785cb92012-02-29 20:22:09301 'utility/websocket/websocket_api.cc',
302 'utility/websocket/websocket_api.h',
[email protected]1f081e7a2011-12-01 19:33:21303 ],
304 #
305 # Common Testing source for trusted and untrusted (NaCl) pugins.
306 #
[email protected]70919502011-12-16 02:30:03307 'test_common_source_files': [
[email protected]1f081e7a2011-12-01 19:33:21308 # Common test files
309 'tests/all_c_includes.h',
310 'tests/all_cpp_includes.h',
311 'tests/arch_dependent_sizes_32.h',
312 'tests/arch_dependent_sizes_64.h',
313 'tests/pp_thread.h',
[email protected]dbccd592012-05-07 08:14:18314 'tests/test_audio.cc',
315 'tests/test_audio.h',
[email protected]7d713562012-04-30 06:46:10316 'tests/test_audio_config.cc',
317 'tests/test_audio_config.h',
[email protected]1f081e7a2011-12-01 19:33:21318 'tests/test_case.cc',
319 'tests/test_case.h',
[email protected]7d713562012-04-30 06:46:10320 'tests/test_cursor_control.cc',
321 'tests/test_cursor_control.h',
322 'tests/test_directory_reader.cc',
323 'tests/test_directory_reader.h',
[email protected]59261242012-03-19 13:08:59324 'tests/test_empty.cc',
325 'tests/test_empty.h',
[email protected]7d713562012-04-30 06:46:10326 'tests/test_file_io.cc',
327 'tests/test_file_io.h',
328 'tests/test_file_ref.cc',
329 'tests/test_file_ref.h',
330 'tests/test_file_system.cc',
331 'tests/test_file_system.h',
332 'tests/test_graphics_2d.cc',
333 'tests/test_graphics_2d.h',
[email protected]f3ae866d2012-03-22 13:08:00334 'tests/test_host_resolver_private.cc',
335 'tests/test_host_resolver_private.h',
[email protected]7d713562012-04-30 06:46:10336 'tests/test_image_data.cc',
337 'tests/test_image_data.h',
338 'tests/test_input_event.cc',
339 'tests/test_input_event.h',
340 'tests/test_memory.cc',
341 'tests/test_memory.h',
342 'tests/test_mouse_cursor.cc',
343 'tests/test_mouse_cursor.h',
[email protected]9e855c0a2012-01-18 13:36:55344 'tests/test_net_address_private_untrusted.cc',
345 'tests/test_net_address_private_untrusted.h',
[email protected]7d713562012-04-30 06:46:10346 'tests/test_paint_aggregator.cc',
347 'tests/test_paint_aggregator.h',
348 'tests/test_post_message.cc',
349 'tests/test_post_message.h',
350 'tests/test_scrollbar.cc',
351 'tests/test_scrollbar.h',
[email protected]20e31122012-02-22 15:56:03352 'tests/test_tcp_server_socket_private.cc',
353 'tests/test_tcp_server_socket_private.h',
[email protected]8ffeeeb42012-03-22 00:49:29354 'tests/test_tcp_socket_private.cc',
355 'tests/test_tcp_socket_private.h',
356 'tests/test_udp_socket_private.cc',
357 'tests/test_udp_socket_private.h',
[email protected]7d713562012-04-30 06:46:10358 'tests/test_url_loader.cc',
359 'tests/test_url_loader.h',
360 'tests/test_url_request.cc',
361 'tests/test_url_request.h',
[email protected]1f081e7a2011-12-01 19:33:21362 'tests/test_utils.cc',
[email protected]7d713562012-04-30 06:46:10363 'tests/test_var.cc',
364 'tests/test_var.h',
365 'tests/test_view.cc',
366 'tests/test_view.h',
367 'tests/test_websocket.cc',
368 'tests/test_websocket.h',
[email protected]1f081e7a2011-12-01 19:33:21369 'tests/testing_instance.cc',
370 'tests/testing_instance.h',
[email protected]ef5e98e2011-12-06 09:49:18371
[email protected]1f081e7a2011-12-01 19:33:21372 # Compile-time tests
373 'tests/test_c_includes.c',
374 'tests/test_cpp_includes.cc',
375 'tests/test_struct_sizes.c',
376 ],
377 #
378 # Sources used in NaCl tests.
379 #
[email protected]70919502011-12-16 02:30:03380 'test_nacl_source_files': [
[email protected]1f081e7a2011-12-01 19:33:21381 # Test cases (PLEASE KEEP THIS SECTION IN ALPHABETICAL ORDER)
[email protected]50da4202012-03-11 11:07:12382 'tests/test_tcp_server_socket_private_disallowed.cc',
[email protected]240502342011-12-22 20:07:49383 'tests/test_tcp_socket_private_disallowed.cc',
384 'tests/test_udp_socket_private_disallowed.cc',
[email protected]1f081e7a2011-12-01 19:33:21385 ],
386 #
387 # Sources used in trusted tests.
388 #
[email protected]70919502011-12-16 02:30:03389 'test_trusted_source_files': [
[email protected]1f081e7a2011-12-01 19:33:21390 # Test cases (PLEASE KEEP THIS SECTION IN ALPHABETICAL ORDER)
[email protected]1f081e7a2011-12-01 19:33:21391 'tests/test_broker.cc',
392 'tests/test_broker.h',
[email protected]7a26d92e2012-02-17 20:15:25393 'tests/test_browser_font.cc',
394 'tests/test_browser_font.h',
[email protected]1f081e7a2011-12-01 19:33:21395 'tests/test_buffer.cc',
396 'tests/test_buffer.h',
397 'tests/test_c_includes.c',
398 'tests/test_char_set.cc',
399 'tests/test_char_set.h',
400 'tests/test_core.cc',
401 'tests/test_core.h',
402 'tests/test_cpp_includes.cc',
403 'tests/test_crypto.cc',
404 'tests/test_crypto.h',
[email protected]1f081e7a2011-12-01 19:33:21405 'tests/test_flash.cc',
406 'tests/test_flash.h',
407 'tests/test_flash_clipboard.cc',
408 'tests/test_flash_clipboard.h',
409 'tests/test_flash_fullscreen.cc',
410 'tests/test_flash_fullscreen.h',
[email protected]cd2af392012-01-31 09:19:17411 'tests/test_flash_message_loop.cc',
412 'tests/test_flash_message_loop.h',
[email protected]1f081e7a2011-12-01 19:33:21413 'tests/test_fullscreen.cc',
414 'tests/test_fullscreen.h',
[email protected]1f081e7a2011-12-01 19:33:21415 'tests/test_graphics_3d.cc',
416 'tests/test_graphics_3d.h',
[email protected]1f081e7a2011-12-01 19:33:21417 'tests/test_net_address_private.cc',
418 'tests/test_net_address_private.h',
[email protected]2e80d05482012-03-13 00:10:41419 'tests/test_network_monitor_private.cc',
420 'tests/test_network_monitor_private.h',
[email protected]6117b82da2012-01-07 00:51:01421 'tests/test_resource_array.cc',
422 'tests/test_resource_array.h',
[email protected]1f081e7a2011-12-01 19:33:21423 'tests/test_struct_sizes.c',
[email protected]92a794992012-04-12 03:38:22424 'tests/test_tcp_socket_private_trusted.cc',
425 'tests/test_tcp_socket_private_trusted.h',
[email protected]1f081e7a2011-12-01 19:33:21426 'tests/test_uma.cc',
427 'tests/test_uma.h',
[email protected]1f081e7a2011-12-01 19:33:21428 'tests/test_url_util.cc',
429 'tests/test_url_util.h',
430 'tests/test_utils.cc',
431 'tests/test_utils.h',
[email protected]1f081e7a2011-12-01 19:33:21432 'tests/test_video_decoder.cc',
433 'tests/test_video_decoder.h',
[email protected]de2895262012-04-04 17:15:48434 'tests/test_x509_certificate_private.cc',
435 'tests/test_x509_certificate_private.h',
[email protected]1f081e7a2011-12-01 19:33:21436
437 # Deprecated test cases.
438 'tests/test_instance_deprecated.cc',
439 'tests/test_instance_deprecated.h',
440 'tests/test_var_deprecated.cc',
441 'tests/test_var_deprecated.h',
442 ],
443 },
444 'conditions': [
445 ['p2p_apis==1', {
446 'variables': {
[email protected]70919502011-12-16 02:30:03447 'c_source_files': [
[email protected]1f081e7a2011-12-01 19:33:21448 'c/dev/ppb_transport_dev.h',
449 ],
[email protected]70919502011-12-16 02:30:03450 'cpp_source_files': [
[email protected]1f081e7a2011-12-01 19:33:21451 'cpp/dev/transport_dev.cc',
452 'cpp/dev/transport_dev.h',
453 ],
454 },
455 }],
456 ],
[email protected]ddd61db2011-12-07 06:49:00457}