Chromium Code Reviews| 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 536 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 547 'synchronization/waitable_event_watcher_unittest.cc', | 547 'synchronization/waitable_event_watcher_unittest.cc', |
| 548 'sys_byteorder_unittest.cc', | 548 'sys_byteorder_unittest.cc', |
| 549 'sys_info_unittest.cc', | 549 'sys_info_unittest.cc', |
| 550 'system_monitor/system_monitor_unittest.cc', | 550 'system_monitor/system_monitor_unittest.cc', |
| 551 'task/cancelable_task_tracker_unittest.cc', | 551 'task/cancelable_task_tracker_unittest.cc', |
| 552 'task_runner_util_unittest.cc', | 552 'task_runner_util_unittest.cc', |
| 553 'task_scheduler/delayed_task_manager_unittest.cc', | 553 'task_scheduler/delayed_task_manager_unittest.cc', |
| 554 'task_scheduler/priority_queue_unittest.cc', | 554 'task_scheduler/priority_queue_unittest.cc', |
| 555 'task_scheduler/scheduler_lock_unittest.cc', | 555 'task_scheduler/scheduler_lock_unittest.cc', |
| 556 'task_scheduler/scheduler_service_thread_unittest.cc', | 556 'task_scheduler/scheduler_service_thread_unittest.cc', |
| 557 'task_scheduler/scheduler_worker_unittest.cc', | |
| 558 'task_scheduler/scheduler_worker_pool_impl_unittest.cc', | 557 'task_scheduler/scheduler_worker_pool_impl_unittest.cc', |
| 559 'task_scheduler/scheduler_worker_stack_unittest.cc', | 558 'task_scheduler/scheduler_worker_stack_unittest.cc', |
| 559 'task_scheduler/scheduler_worker_unittest.cc', | |
| 560 'task_scheduler/sequence_sort_key_unittest.cc', | 560 'task_scheduler/sequence_sort_key_unittest.cc', |
| 561 'task_scheduler/sequence_unittest.cc', | 561 'task_scheduler/sequence_unittest.cc', |
| 562 'task_scheduler/task_scheduler_impl_unittest.cc', | 562 'task_scheduler/task_scheduler_impl_unittest.cc', |
| 563 'task_scheduler/task_tracker_unittest.cc', | 563 'task_scheduler/task_tracker_unittest.cc', |
| 564 'task_scheduler/test_task_factory.cc', | 564 'task_scheduler/test_task_factory.cc', |
| 565 'task_scheduler/test_task_factory.h', | 565 'task_scheduler/test_task_factory.h', |
| 566 'task_scheduler/test_utils.h', | |
| 567 'template_util_unittest.cc', | 566 'template_util_unittest.cc', |
| 568 'test/histogram_tester_unittest.cc', | 567 'test/histogram_tester_unittest.cc', |
| 569 'test/test_pending_task_unittest.cc', | 568 'test/test_pending_task_unittest.cc', |
| 570 'test/test_reg_util_win_unittest.cc', | 569 'test/test_reg_util_win_unittest.cc', |
| 571 'test/trace_event_analyzer_unittest.cc', | 570 'test/trace_event_analyzer_unittest.cc', |
| 572 'test/user_action_tester_unittest.cc', | 571 'test/user_action_tester_unittest.cc', |
| 573 'threading/non_thread_safe_unittest.cc', | 572 'threading/non_thread_safe_unittest.cc', |
| 574 'threading/platform_thread_unittest.cc', | 573 'threading/platform_thread_unittest.cc', |
| 574 'threading/sequenced_task_runner_handle_unittest.cc', | |
|
danakj
2016/07/20 19:33:45
Thanks for the sorting
gab
2016/07/20 21:21:08
Acknowledged.
| |
| 575 'threading/sequenced_worker_pool_unittest.cc', | 575 'threading/sequenced_worker_pool_unittest.cc', |
| 576 'threading/sequenced_task_runner_handle_unittest.cc', | |
| 577 'threading/simple_thread_unittest.cc', | 576 'threading/simple_thread_unittest.cc', |
| 578 'threading/thread_checker_unittest.cc', | 577 'threading/thread_checker_unittest.cc', |
| 579 'threading/thread_collision_warner_unittest.cc', | 578 'threading/thread_collision_warner_unittest.cc', |
| 580 'threading/thread_id_name_manager_unittest.cc', | 579 'threading/thread_id_name_manager_unittest.cc', |
| 581 'threading/thread_local_storage_unittest.cc', | 580 'threading/thread_local_storage_unittest.cc', |
| 582 'threading/thread_local_unittest.cc', | 581 'threading/thread_local_unittest.cc', |
| 583 'threading/thread_unittest.cc', | 582 'threading/thread_unittest.cc', |
| 584 'threading/watchdog_unittest.cc', | 583 'threading/watchdog_unittest.cc', |
| 585 'threading/worker_pool_posix_unittest.cc', | 584 'threading/worker_pool_posix_unittest.cc', |
| 586 'threading/worker_pool_unittest.cc', | 585 'threading/worker_pool_unittest.cc', |
| (...skipping 1207 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 1794 ['include', 'mac/bind_objc_block_unittest_arc\\.mm$'], | 1793 ['include', 'mac/bind_objc_block_unittest_arc\\.mm$'], |
| 1795 ['include', 'mac/scoped_nsobject_unittest_arc\\.mm$'], | 1794 ['include', 'mac/scoped_nsobject_unittest_arc\\.mm$'], |
| 1796 ], | 1795 ], |
| 1797 }] | 1796 }] |
| 1798 ], | 1797 ], |
| 1799 }, | 1798 }, |
| 1800 ], | 1799 ], |
| 1801 }], | 1800 }], |
| 1802 ], | 1801 ], |
| 1803 } | 1802 } |
| OLD | NEW |