Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1130)

Side by Side Diff: base/base.gyp

Issue 1806473002: TaskScheduler [9] Delayed Task Manager (Closed) Base URL: https://luckyluke-private.googlesource.com/src@s_5_worker_thread
Patch Set: self review Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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 527 matching lines...) Expand 10 before | Expand all | Expand 10 after
538 'sync_socket_unittest.cc', 538 'sync_socket_unittest.cc',
539 'synchronization/cancellation_flag_unittest.cc', 539 'synchronization/cancellation_flag_unittest.cc',
540 'synchronization/condition_variable_unittest.cc', 540 'synchronization/condition_variable_unittest.cc',
541 'synchronization/lock_unittest.cc', 541 'synchronization/lock_unittest.cc',
542 'synchronization/waitable_event_unittest.cc', 542 'synchronization/waitable_event_unittest.cc',
543 'synchronization/waitable_event_watcher_unittest.cc', 543 'synchronization/waitable_event_watcher_unittest.cc',
544 'sys_info_unittest.cc', 544 'sys_info_unittest.cc',
545 'system_monitor/system_monitor_unittest.cc', 545 'system_monitor/system_monitor_unittest.cc',
546 'task/cancelable_task_tracker_unittest.cc', 546 'task/cancelable_task_tracker_unittest.cc',
547 'task_runner_util_unittest.cc', 547 'task_runner_util_unittest.cc',
548 'task_scheduler/delayed_task_manager_unittest.cc',
548 'task_scheduler/priority_queue_unittest.cc', 549 'task_scheduler/priority_queue_unittest.cc',
549 'task_scheduler/scheduler_lock_unittest.cc', 550 'task_scheduler/scheduler_lock_unittest.cc',
550 'task_scheduler/scheduler_thread_pool_unittest.cc', 551 'task_scheduler/scheduler_thread_pool_unittest.cc',
551 'task_scheduler/scheduler_worker_thread_unittest.cc', 552 'task_scheduler/scheduler_worker_thread_unittest.cc',
552 'task_scheduler/sequence_sort_key_unittest.cc', 553 'task_scheduler/sequence_sort_key_unittest.cc',
553 'task_scheduler/sequence_unittest.cc', 554 'task_scheduler/sequence_unittest.cc',
554 'task_scheduler/task_tracker_unittest.cc', 555 'task_scheduler/task_tracker_unittest.cc',
555 'task_scheduler/test_utils.h', 556 'task_scheduler/test_utils.h',
556 'task_scheduler/utils_unittest.cc', 557 'task_scheduler/utils_unittest.cc',
557 'template_util_unittest.cc', 558 'template_util_unittest.cc',
(...skipping 1160 matching lines...) Expand 10 before | Expand all | Expand 10 after
1718 '../build/isolate.gypi', 1719 '../build/isolate.gypi',
1719 ], 1720 ],
1720 'sources': [ 1721 'sources': [
1721 'base_unittests.isolate', 1722 'base_unittests.isolate',
1722 ], 1723 ],
1723 }, 1724 },
1724 ], 1725 ],
1725 }], 1726 }],
1726 ], 1727 ],
1727 } 1728 }
OLDNEW
« no previous file with comments | « base/BUILD.gn ('k') | base/base.gypi » ('j') | base/task_scheduler/delayed_task_manager.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698