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 578 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
589 'synchronization/condition_variable_unittest.cc', | 589 'synchronization/condition_variable_unittest.cc', |
590 'synchronization/lock_unittest.cc', | 590 'synchronization/lock_unittest.cc', |
591 'synchronization/waitable_event_unittest.cc', | 591 'synchronization/waitable_event_unittest.cc', |
592 'synchronization/waitable_event_watcher_unittest.cc', | 592 'synchronization/waitable_event_watcher_unittest.cc', |
593 'sys_info_unittest.cc', | 593 'sys_info_unittest.cc', |
594 'system_monitor/system_monitor_unittest.cc', | 594 'system_monitor/system_monitor_unittest.cc', |
595 'task_runner_util_unittest.cc', | 595 'task_runner_util_unittest.cc', |
596 'template_util_unittest.cc', | 596 'template_util_unittest.cc', |
597 'test/expectations/expectation_unittest.cc', | 597 'test/expectations/expectation_unittest.cc', |
598 'test/expectations/parser_unittest.cc', | 598 'test/expectations/parser_unittest.cc', |
| 599 'test/histogram_recorder_unittest.cc', |
599 'test/trace_event_analyzer_unittest.cc', | 600 'test/trace_event_analyzer_unittest.cc', |
600 'threading/non_thread_safe_unittest.cc', | 601 'threading/non_thread_safe_unittest.cc', |
601 'threading/platform_thread_unittest.cc', | 602 'threading/platform_thread_unittest.cc', |
602 'threading/sequenced_worker_pool_unittest.cc', | 603 'threading/sequenced_worker_pool_unittest.cc', |
603 'threading/simple_thread_unittest.cc', | 604 'threading/simple_thread_unittest.cc', |
604 'threading/thread_checker_unittest.cc', | 605 'threading/thread_checker_unittest.cc', |
605 'threading/thread_collision_warner_unittest.cc', | 606 'threading/thread_collision_warner_unittest.cc', |
606 'threading/thread_id_name_manager_unittest.cc', | 607 'threading/thread_id_name_manager_unittest.cc', |
607 'threading/thread_local_storage_unittest.cc', | 608 'threading/thread_local_storage_unittest.cc', |
608 'threading/thread_local_unittest.cc', | 609 'threading/thread_local_unittest.cc', |
(...skipping 247 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
856 'test/test_file_util_linux.cc', | 857 'test/test_file_util_linux.cc', |
857 ], | 858 ], |
858 }], | 859 }], |
859 ], | 860 ], |
860 'sources': [ | 861 'sources': [ |
861 'perftimer.cc', | 862 'perftimer.cc', |
862 'test/expectations/expectation.cc', | 863 'test/expectations/expectation.cc', |
863 'test/expectations/expectation.h', | 864 'test/expectations/expectation.h', |
864 'test/expectations/parser.cc', | 865 'test/expectations/parser.cc', |
865 'test/expectations/parser.h', | 866 'test/expectations/parser.h', |
| 867 'test/histogram_recorder.cc', |
| 868 'test/histogram_recorder.h', |
866 'test/mock_chrome_application_mac.h', | 869 'test/mock_chrome_application_mac.h', |
867 'test/mock_chrome_application_mac.mm', | 870 'test/mock_chrome_application_mac.mm', |
868 'test/mock_devices_changed_observer.cc', | 871 'test/mock_devices_changed_observer.cc', |
869 'test/mock_devices_changed_observer.h', | 872 'test/mock_devices_changed_observer.h', |
870 'test/mock_time_provider.cc', | 873 'test/mock_time_provider.cc', |
871 'test/mock_time_provider.h', | 874 'test/mock_time_provider.h', |
872 'test/multiprocess_test.cc', | 875 'test/multiprocess_test.cc', |
873 'test/multiprocess_test.h', | 876 'test/multiprocess_test.h', |
874 'test/multiprocess_test_android.cc', | 877 'test/multiprocess_test_android.cc', |
875 'test/null_task_runner.cc', | 878 'test/null_task_runner.cc', |
(...skipping 426 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1302 'base_unittests.isolate', | 1305 'base_unittests.isolate', |
1303 ], | 1306 ], |
1304 'sources': [ | 1307 'sources': [ |
1305 'base_unittests.isolate', | 1308 'base_unittests.isolate', |
1306 ], | 1309 ], |
1307 }, | 1310 }, |
1308 ], | 1311 ], |
1309 }], | 1312 }], |
1310 ], | 1313 ], |
1311 } | 1314 } |
OLD | NEW |