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 294 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
305 # | 305 # |
306 # Common Testing source for trusted and untrusted (NaCl) pugins. | 306 # Common Testing source for trusted and untrusted (NaCl) pugins. |
307 # | 307 # |
308 'test_common_source_files': [ | 308 'test_common_source_files': [ |
309 # Common test files | 309 # Common test files |
310 'tests/all_c_includes.h', | 310 'tests/all_c_includes.h', |
311 'tests/all_cpp_includes.h', | 311 'tests/all_cpp_includes.h', |
312 'tests/arch_dependent_sizes_32.h', | 312 'tests/arch_dependent_sizes_32.h', |
313 'tests/arch_dependent_sizes_64.h', | 313 'tests/arch_dependent_sizes_64.h', |
314 'tests/pp_thread.h', | 314 'tests/pp_thread.h', |
| 315 'tests/test_audio.cc', |
| 316 'tests/test_audio.h', |
315 'tests/test_audio_config.cc', | 317 'tests/test_audio_config.cc', |
316 'tests/test_audio_config.h', | 318 'tests/test_audio_config.h', |
317 'tests/test_case.cc', | 319 'tests/test_case.cc', |
318 'tests/test_case.h', | 320 'tests/test_case.h', |
319 'tests/test_cursor_control.cc', | 321 'tests/test_cursor_control.cc', |
320 'tests/test_cursor_control.h', | 322 'tests/test_cursor_control.h', |
321 'tests/test_directory_reader.cc', | 323 'tests/test_directory_reader.cc', |
322 'tests/test_directory_reader.h', | 324 'tests/test_directory_reader.h', |
323 'tests/test_empty.cc', | 325 'tests/test_empty.cc', |
324 'tests/test_empty.h', | 326 'tests/test_empty.h', |
(...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
380 # Test cases (PLEASE KEEP THIS SECTION IN ALPHABETICAL ORDER) | 382 # Test cases (PLEASE KEEP THIS SECTION IN ALPHABETICAL ORDER) |
381 'tests/test_tcp_server_socket_private_disallowed.cc', | 383 'tests/test_tcp_server_socket_private_disallowed.cc', |
382 'tests/test_tcp_socket_private_disallowed.cc', | 384 'tests/test_tcp_socket_private_disallowed.cc', |
383 'tests/test_udp_socket_private_disallowed.cc', | 385 'tests/test_udp_socket_private_disallowed.cc', |
384 ], | 386 ], |
385 # | 387 # |
386 # Sources used in trusted tests. | 388 # Sources used in trusted tests. |
387 # | 389 # |
388 'test_trusted_source_files': [ | 390 'test_trusted_source_files': [ |
389 # Test cases (PLEASE KEEP THIS SECTION IN ALPHABETICAL ORDER) | 391 # Test cases (PLEASE KEEP THIS SECTION IN ALPHABETICAL ORDER) |
390 'tests/test_audio.cc', | |
391 'tests/test_audio.h', | |
392 'tests/test_broker.cc', | 392 'tests/test_broker.cc', |
393 'tests/test_broker.h', | 393 'tests/test_broker.h', |
394 'tests/test_browser_font.cc', | 394 'tests/test_browser_font.cc', |
395 'tests/test_browser_font.h', | 395 'tests/test_browser_font.h', |
396 'tests/test_buffer.cc', | 396 'tests/test_buffer.cc', |
397 'tests/test_buffer.h', | 397 'tests/test_buffer.h', |
398 'tests/test_c_includes.c', | 398 'tests/test_c_includes.c', |
399 'tests/test_char_set.cc', | 399 'tests/test_char_set.cc', |
400 'tests/test_char_set.h', | 400 'tests/test_char_set.h', |
401 'tests/test_core.cc', | 401 'tests/test_core.cc', |
(...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
449 'c/dev/ppb_transport_dev.h', | 449 'c/dev/ppb_transport_dev.h', |
450 ], | 450 ], |
451 'cpp_source_files': [ | 451 'cpp_source_files': [ |
452 'cpp/dev/transport_dev.cc', | 452 'cpp/dev/transport_dev.cc', |
453 'cpp/dev/transport_dev.h', | 453 'cpp/dev/transport_dev.h', |
454 ], | 454 ], |
455 }, | 455 }, |
456 }], | 456 }], |
457 ], | 457 ], |
458 } | 458 } |
OLD | NEW |