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

Side by Side Diff: base/base.gypi

Issue 1704113002: TaskScheduler [6] SchedulerWorkerThread (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@s_4_shutdown
Patch Set: add main entry callback 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 '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 623 matching lines...) Expand 10 before | Expand all | Expand 10 after
634 'task/cancelable_task_tracker.cc', 634 'task/cancelable_task_tracker.cc',
635 'task/cancelable_task_tracker.h', 635 'task/cancelable_task_tracker.h',
636 'task_runner.cc', 636 'task_runner.cc',
637 'task_runner.h', 637 'task_runner.h',
638 'task_runner_util.h', 638 'task_runner_util.h',
639 'task_scheduler/priority_queue.cc', 639 'task_scheduler/priority_queue.cc',
640 'task_scheduler/priority_queue.h', 640 'task_scheduler/priority_queue.h',
641 'task_scheduler/scheduler_lock.h', 641 'task_scheduler/scheduler_lock.h',
642 'task_scheduler/scheduler_lock_impl.cc', 642 'task_scheduler/scheduler_lock_impl.cc',
643 'task_scheduler/scheduler_lock_impl.h', 643 'task_scheduler/scheduler_lock_impl.h',
644 'task_scheduler/scheduler_worker_thread.cc',
645 'task_scheduler/scheduler_worker_thread.h',
644 'task_scheduler/sequence.cc', 646 'task_scheduler/sequence.cc',
645 'task_scheduler/sequence.h', 647 'task_scheduler/sequence.h',
646 'task_scheduler/sequence_sort_key.cc', 648 'task_scheduler/sequence_sort_key.cc',
647 'task_scheduler/sequence_sort_key.h', 649 'task_scheduler/sequence_sort_key.h',
648 'task_scheduler/task.cc', 650 'task_scheduler/task.cc',
649 'task_scheduler/task.h', 651 'task_scheduler/task.h',
650 'task_scheduler/task_tracker.cc', 652 'task_scheduler/task_tracker.cc',
651 'task_scheduler/task_tracker.h', 653 'task_scheduler/task_tracker.h',
652 'task_scheduler/task_traits.cc', 654 'task_scheduler/task_traits.cc',
653 'task_scheduler/task_traits.h', 655 'task_scheduler/task_traits.h',
(...skipping 425 matching lines...) Expand 10 before | Expand all | Expand 10 after
1079 'i18n/time_formatting.h', 1081 'i18n/time_formatting.h',
1080 'i18n/timezone.cc', 1082 'i18n/timezone.cc',
1081 'i18n/timezone.h', 1083 'i18n/timezone.h',
1082 'i18n/utf8_validator_tables.cc', 1084 'i18n/utf8_validator_tables.cc',
1083 'i18n/utf8_validator_tables.h', 1085 'i18n/utf8_validator_tables.h',
1084 ], 1086 ],
1085 }] 1087 }]
1086 ], 1088 ],
1087 }, 1089 },
1088 } 1090 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698