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 573 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
584 'synchronization/lock_unittest.cc', | 584 'synchronization/lock_unittest.cc', |
585 'synchronization/waitable_event_unittest.cc', | 585 'synchronization/waitable_event_unittest.cc', |
586 'synchronization/waitable_event_watcher_unittest.cc', | 586 'synchronization/waitable_event_watcher_unittest.cc', |
587 'sys_info_unittest.cc', | 587 'sys_info_unittest.cc', |
588 'system_monitor/system_monitor_unittest.cc', | 588 'system_monitor/system_monitor_unittest.cc', |
589 'task/cancelable_task_tracker_unittest.cc', | 589 'task/cancelable_task_tracker_unittest.cc', |
590 'task_runner_util_unittest.cc', | 590 'task_runner_util_unittest.cc', |
591 'template_util_unittest.cc', | 591 'template_util_unittest.cc', |
592 'test/expectations/expectation_unittest.cc', | 592 'test/expectations/expectation_unittest.cc', |
593 'test/expectations/parser_unittest.cc', | 593 'test/expectations/parser_unittest.cc', |
594 'test/statistics_delta_reader_unittest.cc', | 594 'test/histogram_tester_unittest.cc', |
595 'test/test_reg_util_win_unittest.cc', | 595 'test/test_reg_util_win_unittest.cc', |
596 'test/trace_event_analyzer_unittest.cc', | 596 'test/trace_event_analyzer_unittest.cc', |
597 'threading/non_thread_safe_unittest.cc', | 597 'threading/non_thread_safe_unittest.cc', |
598 'threading/platform_thread_unittest.cc', | 598 'threading/platform_thread_unittest.cc', |
599 'threading/sequenced_worker_pool_unittest.cc', | 599 'threading/sequenced_worker_pool_unittest.cc', |
600 'threading/simple_thread_unittest.cc', | 600 'threading/simple_thread_unittest.cc', |
601 'threading/thread_checker_unittest.cc', | 601 'threading/thread_checker_unittest.cc', |
602 'threading/thread_collision_warner_unittest.cc', | 602 'threading/thread_collision_warner_unittest.cc', |
603 'threading/thread_id_name_manager_unittest.cc', | 603 'threading/thread_id_name_manager_unittest.cc', |
604 'threading/thread_local_storage_unittest.cc', | 604 'threading/thread_local_storage_unittest.cc', |
(...skipping 289 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
894 'test/scoped_path_override.cc', | 894 'test/scoped_path_override.cc', |
895 'test/scoped_path_override.h', | 895 'test/scoped_path_override.h', |
896 'test/sequenced_task_runner_test_template.cc', | 896 'test/sequenced_task_runner_test_template.cc', |
897 'test/sequenced_task_runner_test_template.h', | 897 'test/sequenced_task_runner_test_template.h', |
898 'test/sequenced_worker_pool_owner.cc', | 898 'test/sequenced_worker_pool_owner.cc', |
899 'test/sequenced_worker_pool_owner.h', | 899 'test/sequenced_worker_pool_owner.h', |
900 'test/simple_test_clock.cc', | 900 'test/simple_test_clock.cc', |
901 'test/simple_test_clock.h', | 901 'test/simple_test_clock.h', |
902 'test/simple_test_tick_clock.cc', | 902 'test/simple_test_tick_clock.cc', |
903 'test/simple_test_tick_clock.h', | 903 'test/simple_test_tick_clock.h', |
904 'test/statistics_delta_reader.cc', | 904 'test/histogram_tester.cc', |
905 'test/statistics_delta_reader.h', | 905 'test/histogram_tester.h', |
906 'test/task_runner_test_template.cc', | 906 'test/task_runner_test_template.cc', |
907 'test/task_runner_test_template.h', | 907 'test/task_runner_test_template.h', |
908 'test/test_file_util.cc', | 908 'test/test_file_util.cc', |
909 'test/test_file_util.h', | 909 'test/test_file_util.h', |
910 'test/test_file_util_android.cc', | 910 'test/test_file_util_android.cc', |
911 'test/test_file_util_linux.cc', | 911 'test/test_file_util_linux.cc', |
912 'test/test_file_util_mac.cc', | 912 'test/test_file_util_mac.cc', |
913 'test/test_file_util_posix.cc', | 913 'test/test_file_util_posix.cc', |
914 'test/test_file_util_win.cc', | 914 'test/test_file_util_win.cc', |
915 'test/test_listener_ios.h', | 915 'test/test_listener_ios.h', |
(...skipping 578 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1494 'base_unittests.isolate', | 1494 'base_unittests.isolate', |
1495 ], | 1495 ], |
1496 'sources': [ | 1496 'sources': [ |
1497 'base_unittests.isolate', | 1497 'base_unittests.isolate', |
1498 ], | 1498 ], |
1499 }, | 1499 }, |
1500 ], | 1500 ], |
1501 }], | 1501 }], |
1502 ], | 1502 ], |
1503 } | 1503 } |
OLD | NEW |