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 587 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
598 'synchronization/condition_variable_unittest.cc', | 598 'synchronization/condition_variable_unittest.cc', |
599 'synchronization/lock_unittest.cc', | 599 'synchronization/lock_unittest.cc', |
600 'synchronization/waitable_event_unittest.cc', | 600 'synchronization/waitable_event_unittest.cc', |
601 'synchronization/waitable_event_watcher_unittest.cc', | 601 'synchronization/waitable_event_watcher_unittest.cc', |
602 'sys_info_unittest.cc', | 602 'sys_info_unittest.cc', |
603 'system_monitor/system_monitor_unittest.cc', | 603 'system_monitor/system_monitor_unittest.cc', |
604 'task_runner_util_unittest.cc', | 604 'task_runner_util_unittest.cc', |
605 'template_util_unittest.cc', | 605 'template_util_unittest.cc', |
606 'test/expectations/expectation_unittest.cc', | 606 'test/expectations/expectation_unittest.cc', |
607 'test/expectations/parser_unittest.cc', | 607 'test/expectations/parser_unittest.cc', |
| 608 'test/histogram_recorder_unittest.cc', |
608 'test/test_reg_util_win_unittest.cc', | 609 'test/test_reg_util_win_unittest.cc', |
609 'test/trace_event_analyzer_unittest.cc', | 610 'test/trace_event_analyzer_unittest.cc', |
610 'threading/non_thread_safe_unittest.cc', | 611 'threading/non_thread_safe_unittest.cc', |
611 'threading/platform_thread_unittest.cc', | 612 'threading/platform_thread_unittest.cc', |
612 'threading/sequenced_worker_pool_unittest.cc', | 613 'threading/sequenced_worker_pool_unittest.cc', |
613 'threading/simple_thread_unittest.cc', | 614 'threading/simple_thread_unittest.cc', |
614 'threading/thread_checker_unittest.cc', | 615 'threading/thread_checker_unittest.cc', |
615 'threading/thread_collision_warner_unittest.cc', | 616 'threading/thread_collision_warner_unittest.cc', |
616 'threading/thread_id_name_manager_unittest.cc', | 617 'threading/thread_id_name_manager_unittest.cc', |
617 'threading/thread_local_storage_unittest.cc', | 618 'threading/thread_local_storage_unittest.cc', |
(...skipping 246 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
864 ], | 865 ], |
865 }], | 866 }], |
866 ], | 867 ], |
867 'sources': [ | 868 'sources': [ |
868 'test/expectations/expectation.cc', | 869 'test/expectations/expectation.cc', |
869 'test/expectations/expectation.h', | 870 'test/expectations/expectation.h', |
870 'test/expectations/parser.cc', | 871 'test/expectations/parser.cc', |
871 'test/expectations/parser.h', | 872 'test/expectations/parser.h', |
872 'test/gtest_xml_util.cc', | 873 'test/gtest_xml_util.cc', |
873 'test/gtest_xml_util.h', | 874 'test/gtest_xml_util.h', |
| 875 'test/histogram_recorder.cc', |
| 876 'test/histogram_recorder.h', |
874 'test/launcher/test_launcher.cc', | 877 'test/launcher/test_launcher.cc', |
875 'test/launcher/test_launcher.h', | 878 'test/launcher/test_launcher.h', |
876 'test/launcher/test_result.cc', | 879 'test/launcher/test_result.cc', |
877 'test/launcher/test_result.h', | 880 'test/launcher/test_result.h', |
878 'test/launcher/test_results_tracker.cc', | 881 'test/launcher/test_results_tracker.cc', |
879 'test/launcher/test_results_tracker.h', | 882 'test/launcher/test_results_tracker.h', |
880 'test/launcher/unit_test_launcher.cc', | 883 'test/launcher/unit_test_launcher.cc', |
881 'test/launcher/unit_test_launcher.h', | 884 'test/launcher/unit_test_launcher.h', |
882 'test/launcher/unit_test_launcher_ios.cc', | 885 'test/launcher/unit_test_launcher_ios.cc', |
883 'test/mock_chrome_application_mac.h', | 886 'test/mock_chrome_application_mac.h', |
(...skipping 470 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1354 'base_unittests.isolate', | 1357 'base_unittests.isolate', |
1355 ], | 1358 ], |
1356 'sources': [ | 1359 'sources': [ |
1357 'base_unittests.isolate', | 1360 'base_unittests.isolate', |
1358 ], | 1361 ], |
1359 }, | 1362 }, |
1360 ], | 1363 ], |
1361 }], | 1364 }], |
1362 ], | 1365 ], |
1363 } | 1366 } |
OLD | NEW |