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

Side by Side Diff: base/base.gypi

Issue 2068853002: Rename SchedulerThreadPool* to SchedulerWorkerPool* (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@rename1
Patch Set: CR Feedback fdoray@ Created 4 years, 6 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 631 matching lines...) Expand 10 before | Expand all | Expand 10 after
642 'task_runner_util.h', 642 'task_runner_util.h',
643 'task_scheduler/delayed_task_manager.cc', 643 'task_scheduler/delayed_task_manager.cc',
644 'task_scheduler/delayed_task_manager.h', 644 'task_scheduler/delayed_task_manager.h',
645 'task_scheduler/priority_queue.cc', 645 'task_scheduler/priority_queue.cc',
646 'task_scheduler/priority_queue.h', 646 'task_scheduler/priority_queue.h',
647 'task_scheduler/scheduler_lock.h', 647 'task_scheduler/scheduler_lock.h',
648 'task_scheduler/scheduler_lock_impl.cc', 648 'task_scheduler/scheduler_lock_impl.cc',
649 'task_scheduler/scheduler_lock_impl.h', 649 'task_scheduler/scheduler_lock_impl.h',
650 'task_scheduler/scheduler_service_thread.cc', 650 'task_scheduler/scheduler_service_thread.cc',
651 'task_scheduler/scheduler_service_thread.h', 651 'task_scheduler/scheduler_service_thread.h',
652 'task_scheduler/scheduler_thread_pool.h', 652 'task_scheduler/scheduler_worker_pool.h',
653 'task_scheduler/scheduler_thread_pool_impl.cc', 653 'task_scheduler/scheduler_worker_pool_impl.cc',
654 'task_scheduler/scheduler_thread_pool_impl.h', 654 'task_scheduler/scheduler_worker_pool_impl.h',
655 'task_scheduler/scheduler_worker_thread.cc', 655 'task_scheduler/scheduler_worker_thread.cc',
656 'task_scheduler/scheduler_worker_thread.h', 656 'task_scheduler/scheduler_worker_thread.h',
657 'task_scheduler/scheduler_worker_thread_stack.cc', 657 'task_scheduler/scheduler_worker_thread_stack.cc',
658 'task_scheduler/scheduler_worker_thread_stack.h', 658 'task_scheduler/scheduler_worker_thread_stack.h',
659 'task_scheduler/sequence.cc', 659 'task_scheduler/sequence.cc',
660 'task_scheduler/sequence.h', 660 'task_scheduler/sequence.h',
661 'task_scheduler/sequence_sort_key.cc', 661 'task_scheduler/sequence_sort_key.cc',
662 'task_scheduler/sequence_sort_key.h', 662 'task_scheduler/sequence_sort_key.h',
663 'task_scheduler/task.cc', 663 'task_scheduler/task.cc',
664 'task_scheduler/task.h', 664 'task_scheduler/task.h',
(...skipping 434 matching lines...) Expand 10 before | Expand all | Expand 10 after
1099 'i18n/time_formatting.h', 1099 'i18n/time_formatting.h',
1100 'i18n/timezone.cc', 1100 'i18n/timezone.cc',
1101 'i18n/timezone.h', 1101 'i18n/timezone.h',
1102 'i18n/utf8_validator_tables.cc', 1102 'i18n/utf8_validator_tables.cc',
1103 'i18n/utf8_validator_tables.h', 1103 'i18n/utf8_validator_tables.h',
1104 ], 1104 ],
1105 }] 1105 }]
1106 ], 1106 ],
1107 }, 1107 },
1108 } 1108 }
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