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

Side by Side Diff: base/base.gypi

Issue 1806473002: TaskScheduler [9] Delayed Task Manager (Closed) Base URL: https://luckyluke-private.googlesource.com/src@s_5_worker_thread
Patch Set: CR danakj #29 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
« no previous file with comments | « base/base.gyp ('k') | base/task_scheduler/delayed_task_manager.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 'includes': [ 6 'includes': [
7 'trace_event/trace_event.gypi', 7 'trace_event/trace_event.gypi',
8 ], 8 ],
9 'target_defaults': { 9 'target_defaults': {
10 'variables': { 10 'variables': {
(...skipping 620 matching lines...) Expand 10 before | Expand all | Expand 10 after
631 'sys_info_openbsd.cc', 631 'sys_info_openbsd.cc',
632 'sys_info_posix.cc', 632 'sys_info_posix.cc',
633 'sys_info_win.cc', 633 'sys_info_win.cc',
634 'system_monitor/system_monitor.cc', 634 'system_monitor/system_monitor.cc',
635 'system_monitor/system_monitor.h', 635 'system_monitor/system_monitor.h',
636 'task/cancelable_task_tracker.cc', 636 'task/cancelable_task_tracker.cc',
637 'task/cancelable_task_tracker.h', 637 'task/cancelable_task_tracker.h',
638 'task_runner.cc', 638 'task_runner.cc',
639 'task_runner.h', 639 'task_runner.h',
640 'task_runner_util.h', 640 'task_runner_util.h',
641 'task_scheduler/delayed_task_manager.cc',
642 'task_scheduler/delayed_task_manager.h',
641 'task_scheduler/priority_queue.cc', 643 'task_scheduler/priority_queue.cc',
642 'task_scheduler/priority_queue.h', 644 'task_scheduler/priority_queue.h',
643 'task_scheduler/scheduler_lock.h', 645 'task_scheduler/scheduler_lock.h',
644 'task_scheduler/scheduler_lock_impl.cc', 646 'task_scheduler/scheduler_lock_impl.cc',
645 'task_scheduler/scheduler_lock_impl.h', 647 'task_scheduler/scheduler_lock_impl.h',
646 'task_scheduler/scheduler_task_executor.h', 648 'task_scheduler/scheduler_task_executor.h',
647 'task_scheduler/scheduler_thread_pool.cc', 649 'task_scheduler/scheduler_thread_pool.cc',
648 'task_scheduler/scheduler_thread_pool.h', 650 'task_scheduler/scheduler_thread_pool.h',
649 'task_scheduler/scheduler_worker_thread.cc', 651 'task_scheduler/scheduler_worker_thread.cc',
650 'task_scheduler/scheduler_worker_thread.h', 652 'task_scheduler/scheduler_worker_thread.h',
(...skipping 439 matching lines...) Expand 10 before | Expand all | Expand 10 after
1090 'i18n/time_formatting.h', 1092 'i18n/time_formatting.h',
1091 'i18n/timezone.cc', 1093 'i18n/timezone.cc',
1092 'i18n/timezone.h', 1094 'i18n/timezone.h',
1093 'i18n/utf8_validator_tables.cc', 1095 'i18n/utf8_validator_tables.cc',
1094 'i18n/utf8_validator_tables.h', 1096 'i18n/utf8_validator_tables.h',
1095 ], 1097 ],
1096 }] 1098 }]
1097 ], 1099 ],
1098 }, 1100 },
1099 } 1101 }
OLDNEW
« no previous file with comments | « base/base.gyp ('k') | base/task_scheduler/delayed_task_manager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698