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

Side by Side Diff: base/base.gypi

Issue 1701343003: TaskScheduler [13] TaskSchedulerImpl (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@s_6_threadpool
Patch Set: fix ios build error Created 4 years, 7 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/sequence_sort_key.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 639 matching lines...) Expand 10 before | Expand all | Expand 10 after
650 'task_scheduler/scheduler_worker_thread_stack.cc', 650 'task_scheduler/scheduler_worker_thread_stack.cc',
651 'task_scheduler/scheduler_worker_thread_stack.h', 651 'task_scheduler/scheduler_worker_thread_stack.h',
652 'task_scheduler/sequence.cc', 652 'task_scheduler/sequence.cc',
653 'task_scheduler/sequence.h', 653 'task_scheduler/sequence.h',
654 'task_scheduler/sequence_sort_key.cc', 654 'task_scheduler/sequence_sort_key.cc',
655 'task_scheduler/sequence_sort_key.h', 655 'task_scheduler/sequence_sort_key.h',
656 'task_scheduler/task.cc', 656 'task_scheduler/task.cc',
657 'task_scheduler/task.h', 657 'task_scheduler/task.h',
658 'task_scheduler/task_scheduler.cc', 658 'task_scheduler/task_scheduler.cc',
659 'task_scheduler/task_scheduler.h', 659 'task_scheduler/task_scheduler.h',
660 'task_scheduler/task_scheduler_impl.cc',
661 'task_scheduler/task_scheduler_impl.h',
660 'task_scheduler/task_tracker.cc', 662 'task_scheduler/task_tracker.cc',
661 'task_scheduler/task_tracker.h', 663 'task_scheduler/task_tracker.h',
662 'task_scheduler/task_traits.cc', 664 'task_scheduler/task_traits.cc',
663 'task_scheduler/task_traits.h', 665 'task_scheduler/task_traits.h',
664 'template_util.h', 666 'template_util.h',
665 'third_party/dmg_fp/dmg_fp.h', 667 'third_party/dmg_fp/dmg_fp.h',
666 'third_party/dmg_fp/dtoa_wrapper.cc', 668 'third_party/dmg_fp/dtoa_wrapper.cc',
667 'third_party/dmg_fp/g_fmt.cc', 669 'third_party/dmg_fp/g_fmt.cc',
668 'third_party/icu/icu_utf.cc', 670 'third_party/icu/icu_utf.cc',
669 'third_party/icu/icu_utf.h', 671 'third_party/icu/icu_utf.h',
(...skipping 421 matching lines...) Expand 10 before | Expand all | Expand 10 after
1091 'i18n/time_formatting.h', 1093 'i18n/time_formatting.h',
1092 'i18n/timezone.cc', 1094 'i18n/timezone.cc',
1093 'i18n/timezone.h', 1095 'i18n/timezone.h',
1094 'i18n/utf8_validator_tables.cc', 1096 'i18n/utf8_validator_tables.cc',
1095 'i18n/utf8_validator_tables.h', 1097 'i18n/utf8_validator_tables.h',
1096 ], 1098 ],
1097 }] 1099 }]
1098 ], 1100 ],
1099 }, 1101 },
1100 } 1102 }
OLDNEW
« no previous file with comments | « base/base.gyp ('k') | base/task_scheduler/sequence_sort_key.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698