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

Side by Side Diff: base/base.gypi

Issue 1708773002: TaskScheduler [7] SchedulerThreadPool (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@s_5_worker_thread
Patch Set: fix windows build error 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/priority_queue.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 624 matching lines...) Expand 10 before | Expand all | Expand 10 after
635 'task/cancelable_task_tracker.cc', 635 'task/cancelable_task_tracker.cc',
636 'task/cancelable_task_tracker.h', 636 'task/cancelable_task_tracker.h',
637 'task_runner.cc', 637 'task_runner.cc',
638 'task_runner.h', 638 'task_runner.h',
639 'task_runner_util.h', 639 'task_runner_util.h',
640 'task_scheduler/priority_queue.cc', 640 'task_scheduler/priority_queue.cc',
641 'task_scheduler/priority_queue.h', 641 'task_scheduler/priority_queue.h',
642 'task_scheduler/scheduler_lock.h', 642 'task_scheduler/scheduler_lock.h',
643 'task_scheduler/scheduler_lock_impl.cc', 643 'task_scheduler/scheduler_lock_impl.cc',
644 'task_scheduler/scheduler_lock_impl.h', 644 'task_scheduler/scheduler_lock_impl.h',
645 'task_scheduler/scheduler_task_executor.h',
646 'task_scheduler/scheduler_thread_pool.cc',
647 'task_scheduler/scheduler_thread_pool.h',
645 'task_scheduler/scheduler_worker_thread.cc', 648 'task_scheduler/scheduler_worker_thread.cc',
646 'task_scheduler/scheduler_worker_thread.h', 649 'task_scheduler/scheduler_worker_thread.h',
647 'task_scheduler/sequence.cc', 650 'task_scheduler/sequence.cc',
648 'task_scheduler/sequence.h', 651 'task_scheduler/sequence.h',
649 'task_scheduler/sequence_sort_key.cc', 652 'task_scheduler/sequence_sort_key.cc',
650 'task_scheduler/sequence_sort_key.h', 653 'task_scheduler/sequence_sort_key.h',
651 'task_scheduler/task.cc', 654 'task_scheduler/task.cc',
652 'task_scheduler/task.h', 655 'task_scheduler/task.h',
653 'task_scheduler/task_tracker.cc', 656 'task_scheduler/task_tracker.cc',
654 'task_scheduler/task_tracker.h', 657 'task_scheduler/task_tracker.h',
655 'task_scheduler/task_traits.cc', 658 'task_scheduler/task_traits.cc',
656 'task_scheduler/task_traits.h', 659 'task_scheduler/task_traits.h',
660 'task_scheduler/utils.cc',
661 'task_scheduler/utils.h',
657 'template_util.h', 662 'template_util.h',
658 'third_party/dmg_fp/dmg_fp.h', 663 'third_party/dmg_fp/dmg_fp.h',
659 'third_party/dmg_fp/dtoa_wrapper.cc', 664 'third_party/dmg_fp/dtoa_wrapper.cc',
660 'third_party/dmg_fp/g_fmt.cc', 665 'third_party/dmg_fp/g_fmt.cc',
661 'third_party/icu/icu_utf.cc', 666 'third_party/icu/icu_utf.cc',
662 'third_party/icu/icu_utf.h', 667 'third_party/icu/icu_utf.h',
663 'third_party/nspr/prtime.cc', 668 'third_party/nspr/prtime.cc',
664 'third_party/nspr/prtime.h', 669 'third_party/nspr/prtime.h',
665 'third_party/superfasthash/superfasthash.c', 670 'third_party/superfasthash/superfasthash.c',
666 'third_party/xdg_mime/xdgmime.h', 671 'third_party/xdg_mime/xdgmime.h',
(...skipping 415 matching lines...) Expand 10 before | Expand all | Expand 10 after
1082 'i18n/time_formatting.h', 1087 'i18n/time_formatting.h',
1083 'i18n/timezone.cc', 1088 'i18n/timezone.cc',
1084 'i18n/timezone.h', 1089 'i18n/timezone.h',
1085 'i18n/utf8_validator_tables.cc', 1090 'i18n/utf8_validator_tables.cc',
1086 'i18n/utf8_validator_tables.h', 1091 'i18n/utf8_validator_tables.h',
1087 ], 1092 ],
1088 }] 1093 }]
1089 ], 1094 ],
1090 }, 1095 },
1091 } 1096 }
OLDNEW
« no previous file with comments | « base/base.gyp ('k') | base/task_scheduler/priority_queue.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698