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