| 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 545 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 556 'synchronization/condition_variable_unittest.cc', | 556 'synchronization/condition_variable_unittest.cc', |
| 557 'synchronization/lock_unittest.cc', | 557 'synchronization/lock_unittest.cc', |
| 558 'synchronization/waitable_event_unittest.cc', | 558 'synchronization/waitable_event_unittest.cc', |
| 559 'synchronization/waitable_event_watcher_unittest.cc', | 559 'synchronization/waitable_event_watcher_unittest.cc', |
| 560 'sys_info_unittest.cc', | 560 'sys_info_unittest.cc', |
| 561 'system_monitor/system_monitor_unittest.cc', | 561 'system_monitor/system_monitor_unittest.cc', |
| 562 'task_runner_util_unittest.cc', | 562 'task_runner_util_unittest.cc', |
| 563 'template_util_unittest.cc', | 563 'template_util_unittest.cc', |
| 564 'test/expectations/expectation_unittest.cc', | 564 'test/expectations/expectation_unittest.cc', |
| 565 'test/expectations/parser_unittest.cc', | 565 'test/expectations/parser_unittest.cc', |
| 566 'test/sequenced_worker_pool_owner.cc', | |
| 567 'test/sequenced_worker_pool_owner.h', | |
| 568 'test/trace_event_analyzer_unittest.cc', | 566 'test/trace_event_analyzer_unittest.cc', |
| 569 'threading/non_thread_safe_unittest.cc', | 567 'threading/non_thread_safe_unittest.cc', |
| 570 'threading/platform_thread_unittest.cc', | 568 'threading/platform_thread_unittest.cc', |
| 571 'threading/sequenced_worker_pool_unittest.cc', | 569 'threading/sequenced_worker_pool_unittest.cc', |
| 572 'threading/simple_thread_unittest.cc', | 570 'threading/simple_thread_unittest.cc', |
| 573 'threading/thread_checker_unittest.cc', | 571 'threading/thread_checker_unittest.cc', |
| 574 'threading/thread_collision_warner_unittest.cc', | 572 'threading/thread_collision_warner_unittest.cc', |
| 575 'threading/thread_id_name_manager_unittest.cc', | 573 'threading/thread_id_name_manager_unittest.cc', |
| 576 'threading/thread_local_storage_unittest.cc', | 574 'threading/thread_local_storage_unittest.cc', |
| 577 'threading/thread_local_unittest.cc', | 575 'threading/thread_local_unittest.cc', |
| (...skipping 244 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 822 'test/null_task_runner.cc', | 820 'test/null_task_runner.cc', |
| 823 'test/null_task_runner.h', | 821 'test/null_task_runner.h', |
| 824 'test/perf_test_suite.cc', | 822 'test/perf_test_suite.cc', |
| 825 'test/perf_test_suite.h', | 823 'test/perf_test_suite.h', |
| 826 'test/scoped_locale.cc', | 824 'test/scoped_locale.cc', |
| 827 'test/scoped_locale.h', | 825 'test/scoped_locale.h', |
| 828 'test/scoped_path_override.cc', | 826 'test/scoped_path_override.cc', |
| 829 'test/scoped_path_override.h', | 827 'test/scoped_path_override.h', |
| 830 'test/sequenced_task_runner_test_template.cc', | 828 'test/sequenced_task_runner_test_template.cc', |
| 831 'test/sequenced_task_runner_test_template.h', | 829 'test/sequenced_task_runner_test_template.h', |
| 830 'test/sequenced_worker_pool_owner.cc', |
| 831 'test/sequenced_worker_pool_owner.h', |
| 832 'test/task_runner_test_template.cc', | 832 'test/task_runner_test_template.cc', |
| 833 'test/task_runner_test_template.h', | 833 'test/task_runner_test_template.h', |
| 834 'test/test_file_util.h', | 834 'test/test_file_util.h', |
| 835 'test/test_file_util_linux.cc', | 835 'test/test_file_util_linux.cc', |
| 836 'test/test_file_util_mac.cc', | 836 'test/test_file_util_mac.cc', |
| 837 'test/test_file_util_posix.cc', | 837 'test/test_file_util_posix.cc', |
| 838 'test/test_file_util_win.cc', | 838 'test/test_file_util_win.cc', |
| 839 'test/test_listener_ios.h', | 839 'test/test_listener_ios.h', |
| 840 'test/test_listener_ios.mm', | 840 'test/test_listener_ios.mm', |
| 841 'test/test_pending_task.cc', | 841 'test/test_pending_task.cc', |
| (...skipping 337 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1179 'base_unittests.isolate', | 1179 'base_unittests.isolate', |
| 1180 ], | 1180 ], |
| 1181 'sources': [ | 1181 'sources': [ |
| 1182 'base_unittests.isolate', | 1182 'base_unittests.isolate', |
| 1183 ], | 1183 ], |
| 1184 }, | 1184 }, |
| 1185 ], | 1185 ], |
| 1186 }], | 1186 }], |
| 1187 ], | 1187 ], |
| 1188 } | 1188 } |
| OLD | NEW |