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 531 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
542 'synchronization/cancellation_flag_unittest.cc', | 542 'synchronization/cancellation_flag_unittest.cc', |
543 'synchronization/condition_variable_unittest.cc', | 543 'synchronization/condition_variable_unittest.cc', |
544 'synchronization/lock_unittest.cc', | 544 'synchronization/lock_unittest.cc', |
545 'synchronization/waitable_event_unittest.cc', | 545 'synchronization/waitable_event_unittest.cc', |
546 'synchronization/waitable_event_watcher_unittest.cc', | 546 'synchronization/waitable_event_watcher_unittest.cc', |
547 'sys_info_unittest.cc', | 547 'sys_info_unittest.cc', |
548 'system_monitor/system_monitor_unittest.cc', | 548 'system_monitor/system_monitor_unittest.cc', |
549 'task/cancelable_task_tracker_unittest.cc', | 549 'task/cancelable_task_tracker_unittest.cc', |
550 'task_runner_util_unittest.cc', | 550 'task_runner_util_unittest.cc', |
551 'task_scheduler/scheduler_lock_unittest.cc', | 551 'task_scheduler/scheduler_lock_unittest.cc', |
| 552 'task_scheduler/sequence_sort_key_unittest.cc', |
| 553 'task_scheduler/sequence_unittest.cc', |
552 'template_util_unittest.cc', | 554 'template_util_unittest.cc', |
553 'test/histogram_tester_unittest.cc', | 555 'test/histogram_tester_unittest.cc', |
554 'test/test_pending_task_unittest.cc', | 556 'test/test_pending_task_unittest.cc', |
555 'test/test_reg_util_win_unittest.cc', | 557 'test/test_reg_util_win_unittest.cc', |
556 'test/trace_event_analyzer_unittest.cc', | 558 'test/trace_event_analyzer_unittest.cc', |
557 'test/user_action_tester_unittest.cc', | 559 'test/user_action_tester_unittest.cc', |
558 'threading/non_thread_safe_unittest.cc', | 560 'threading/non_thread_safe_unittest.cc', |
559 'threading/platform_thread_unittest.cc', | 561 'threading/platform_thread_unittest.cc', |
560 'threading/sequenced_worker_pool_unittest.cc', | 562 'threading/sequenced_worker_pool_unittest.cc', |
561 'threading/sequenced_task_runner_handle_unittest.cc', | 563 'threading/sequenced_task_runner_handle_unittest.cc', |
(...skipping 1147 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1709 '../build/isolate.gypi', | 1711 '../build/isolate.gypi', |
1710 ], | 1712 ], |
1711 'sources': [ | 1713 'sources': [ |
1712 'base_unittests.isolate', | 1714 'base_unittests.isolate', |
1713 ], | 1715 ], |
1714 }, | 1716 }, |
1715 ], | 1717 ], |
1716 }], | 1718 }], |
1717 ], | 1719 ], |
1718 } | 1720 } |
OLD | NEW |