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

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: CR from robliao Created 4 years, 9 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 627 matching lines...) Expand 10 before | Expand all | Expand 10 after
638 'task_scheduler/sequence.cc', 638 'task_scheduler/sequence.cc',
639 'task_scheduler/sequence.h', 639 'task_scheduler/sequence.h',
640 'task_scheduler/sequence_sort_key.cc', 640 'task_scheduler/sequence_sort_key.cc',
641 'task_scheduler/sequence_sort_key.h', 641 'task_scheduler/sequence_sort_key.h',
642 'task_scheduler/task.cc', 642 'task_scheduler/task.cc',
643 'task_scheduler/task.h', 643 'task_scheduler/task.h',
644 'task_scheduler/task_tracker.cc', 644 'task_scheduler/task_tracker.cc',
645 'task_scheduler/task_tracker.h', 645 'task_scheduler/task_tracker.h',
646 'task_scheduler/task_traits.cc', 646 'task_scheduler/task_traits.cc',
647 'task_scheduler/task_traits.h', 647 'task_scheduler/task_traits.h',
648 'task_scheduler/utils.cc',
649 'task_scheduler/utils.h',
650 'task_scheduler/worker_thread.cc',
651 'task_scheduler/worker_thread.h',
648 'template_util.h', 652 'template_util.h',
649 'third_party/dmg_fp/dmg_fp.h', 653 'third_party/dmg_fp/dmg_fp.h',
650 'third_party/dmg_fp/dtoa_wrapper.cc', 654 'third_party/dmg_fp/dtoa_wrapper.cc',
651 'third_party/dmg_fp/g_fmt.cc', 655 'third_party/dmg_fp/g_fmt.cc',
652 'third_party/icu/icu_utf.cc', 656 'third_party/icu/icu_utf.cc',
653 'third_party/icu/icu_utf.h', 657 'third_party/icu/icu_utf.h',
654 'third_party/nspr/prtime.cc', 658 'third_party/nspr/prtime.cc',
655 'third_party/nspr/prtime.h', 659 'third_party/nspr/prtime.h',
656 'third_party/superfasthash/superfasthash.c', 660 'third_party/superfasthash/superfasthash.c',
657 'third_party/xdg_mime/xdgmime.h', 661 'third_party/xdg_mime/xdgmime.h',
(...skipping 414 matching lines...) Expand 10 before | Expand all | Expand 10 after
1072 'i18n/time_formatting.h', 1076 'i18n/time_formatting.h',
1073 'i18n/timezone.cc', 1077 'i18n/timezone.cc',
1074 'i18n/timezone.h', 1078 'i18n/timezone.h',
1075 'i18n/utf8_validator_tables.cc', 1079 'i18n/utf8_validator_tables.cc',
1076 'i18n/utf8_validator_tables.h', 1080 'i18n/utf8_validator_tables.h',
1077 ], 1081 ],
1078 }] 1082 }]
1079 ], 1083 ],
1080 }, 1084 },
1081 } 1085 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698