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 'chromium_code': 1, | 7 'chromium_code': 1, |
8 }, | 8 }, |
9 'includes': [ | 9 'includes': [ |
10 '../build/win_precompile.gypi', | 10 '../build/win_precompile.gypi', |
(...skipping 494 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
505 'posix/file_descriptor_shuffle_unittest.cc', | 505 'posix/file_descriptor_shuffle_unittest.cc', |
506 'pr_time_unittest.cc', | 506 'pr_time_unittest.cc', |
507 'process_util_unittest.cc', | 507 'process_util_unittest.cc', |
508 'process_util_unittest_ios.cc', | 508 'process_util_unittest_ios.cc', |
509 'process_util_unittest_mac.h', | 509 'process_util_unittest_mac.h', |
510 'process_util_unittest_mac.mm', | 510 'process_util_unittest_mac.mm', |
511 'profiler/tracked_time_unittest.cc', | 511 'profiler/tracked_time_unittest.cc', |
512 'rand_util_unittest.cc', | 512 'rand_util_unittest.cc', |
513 'scoped_native_library_unittest.cc', | 513 'scoped_native_library_unittest.cc', |
514 'scoped_observer.h', | 514 'scoped_observer.h', |
| 515 'sequence_checker_unittest.cc', |
| 516 'sequence_checker_impl_unittest.cc', |
515 'sha1_unittest.cc', | 517 'sha1_unittest.cc', |
516 'shared_memory_unittest.cc', | 518 'shared_memory_unittest.cc', |
517 'stl_util_unittest.cc', | 519 'stl_util_unittest.cc', |
518 'string16_unittest.cc', | 520 'string16_unittest.cc', |
519 'string_number_conversions_unittest.cc', | 521 'string_number_conversions_unittest.cc', |
520 'string_piece_unittest.cc', | 522 'string_piece_unittest.cc', |
521 'string_split_unittest.cc', | 523 'string_split_unittest.cc', |
522 'string_tokenizer_unittest.cc', | 524 'string_tokenizer_unittest.cc', |
523 'string_util_unittest.cc', | 525 'string_util_unittest.cc', |
524 'stringize_macros_unittest.cc', | 526 'stringize_macros_unittest.cc', |
(...skipping 251 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
776 'test/main_hook_ios.mm', | 778 'test/main_hook_ios.mm', |
777 'test/mock_chrome_application_mac.h', | 779 'test/mock_chrome_application_mac.h', |
778 'test/mock_chrome_application_mac.mm', | 780 'test/mock_chrome_application_mac.mm', |
779 'test/mock_devices_changed_observer.cc', | 781 'test/mock_devices_changed_observer.cc', |
780 'test/mock_devices_changed_observer.h', | 782 'test/mock_devices_changed_observer.h', |
781 'test/mock_time_provider.cc', | 783 'test/mock_time_provider.cc', |
782 'test/mock_time_provider.h', | 784 'test/mock_time_provider.h', |
783 'test/multiprocess_test.cc', | 785 'test/multiprocess_test.cc', |
784 'test/multiprocess_test.h', | 786 'test/multiprocess_test.h', |
785 'test/multiprocess_test_android.cc', | 787 'test/multiprocess_test_android.cc', |
| 788 'test/null_task_runner.cc', |
| 789 'test/null_task_runner.h', |
786 'test/perf_test_suite.cc', | 790 'test/perf_test_suite.cc', |
787 'test/perf_test_suite.h', | 791 'test/perf_test_suite.h', |
788 'test/scoped_locale.cc', | 792 'test/scoped_locale.cc', |
789 'test/scoped_locale.h', | 793 'test/scoped_locale.h', |
790 'test/scoped_path_override.cc', | 794 'test/scoped_path_override.cc', |
791 'test/scoped_path_override.h', | 795 'test/scoped_path_override.h', |
792 'test/sequenced_task_runner_test_template.cc', | 796 'test/sequenced_task_runner_test_template.cc', |
793 'test/sequenced_task_runner_test_template.h', | 797 'test/sequenced_task_runner_test_template.h', |
794 'test/task_runner_test_template.cc', | 798 'test/task_runner_test_template.cc', |
795 'test/task_runner_test_template.h', | 799 'test/task_runner_test_template.h', |
(...skipping 312 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1108 'base_unittests.isolate', | 1112 'base_unittests.isolate', |
1109 ], | 1113 ], |
1110 'sources': [ | 1114 'sources': [ |
1111 'base_unittests.isolate', | 1115 'base_unittests.isolate', |
1112 ], | 1116 ], |
1113 }, | 1117 }, |
1114 ], | 1118 ], |
1115 }], | 1119 }], |
1116 ], | 1120 ], |
1117 } | 1121 } |
OLD | NEW |