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

Side by Side Diff: base/base.gypi

Issue 2146223002: Refactor WorkerPoolCreationArgs to a Read-Only WorkerPoolParams (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: CR Feedback Created 4 years, 5 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/BUILD.gn ('k') | base/task_scheduler/scheduler_service_thread_unittest.cc » ('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 636 matching lines...) Expand 10 before | Expand all | Expand 10 after
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_worker.cc', 652 'task_scheduler/scheduler_worker.cc',
653 'task_scheduler/scheduler_worker.h', 653 'task_scheduler/scheduler_worker.h',
654 'task_scheduler/scheduler_worker_pool.h', 654 'task_scheduler/scheduler_worker_pool.h',
655 'task_scheduler/scheduler_worker_pool_impl.cc', 655 'task_scheduler/scheduler_worker_pool_impl.cc',
656 'task_scheduler/scheduler_worker_pool_impl.h', 656 'task_scheduler/scheduler_worker_pool_impl.h',
657 'task_scheduler/scheduler_worker_pool_params.cc',
658 'task_scheduler/scheduler_worker_pool_params.h',
657 'task_scheduler/scheduler_worker_stack.cc', 659 'task_scheduler/scheduler_worker_stack.cc',
658 'task_scheduler/scheduler_worker_stack.h', 660 'task_scheduler/scheduler_worker_stack.h',
659 'task_scheduler/sequence.cc', 661 'task_scheduler/sequence.cc',
660 'task_scheduler/sequence.h', 662 'task_scheduler/sequence.h',
661 'task_scheduler/sequence_sort_key.cc', 663 'task_scheduler/sequence_sort_key.cc',
662 'task_scheduler/sequence_sort_key.h', 664 'task_scheduler/sequence_sort_key.h',
663 'task_scheduler/task.cc', 665 'task_scheduler/task.cc',
664 'task_scheduler/task.h', 666 'task_scheduler/task.h',
665 'task_scheduler/task_scheduler.cc', 667 'task_scheduler/task_scheduler.cc',
666 'task_scheduler/task_scheduler.h', 668 'task_scheduler/task_scheduler.h',
(...skipping 432 matching lines...) Expand 10 before | Expand all | Expand 10 after
1099 'i18n/time_formatting.h', 1101 'i18n/time_formatting.h',
1100 'i18n/timezone.cc', 1102 'i18n/timezone.cc',
1101 'i18n/timezone.h', 1103 'i18n/timezone.h',
1102 'i18n/utf8_validator_tables.cc', 1104 'i18n/utf8_validator_tables.cc',
1103 'i18n/utf8_validator_tables.h', 1105 'i18n/utf8_validator_tables.h',
1104 ], 1106 ],
1105 }] 1107 }]
1106 ], 1108 ],
1107 }, 1109 },
1108 } 1110 }
OLDNEW
« no previous file with comments | « base/BUILD.gn ('k') | base/task_scheduler/scheduler_service_thread_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698