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

Side by Side Diff: base/base.gypi

Issue 1685423002: Task Scheduler. (Closed) Base URL: https://luckyluke-private.googlesource.com/src@a_master
Patch Set: Created 4 years, 10 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 612 matching lines...) Expand 10 before | Expand all | Expand 10 after
623 'sys_info_openbsd.cc', 623 'sys_info_openbsd.cc',
624 'sys_info_posix.cc', 624 'sys_info_posix.cc',
625 'sys_info_win.cc', 625 'sys_info_win.cc',
626 'system_monitor/system_monitor.cc', 626 'system_monitor/system_monitor.cc',
627 'system_monitor/system_monitor.h', 627 'system_monitor/system_monitor.h',
628 'task/cancelable_task_tracker.cc', 628 'task/cancelable_task_tracker.cc',
629 'task/cancelable_task_tracker.h', 629 'task/cancelable_task_tracker.h',
630 'task_runner.cc', 630 'task_runner.cc',
631 'task_runner.h', 631 'task_runner.h',
632 'task_runner_util.h', 632 'task_runner_util.h',
633 'task_scheduler/delayed_task_manager.cc',
634 'task_scheduler/delayed_task_manager.h',
635 'task_scheduler/post_task.cc',
636 'task_scheduler/post_task.h',
637 'task_scheduler/priority_queue.cc',
638 'task_scheduler/priority_queue.h',
639 'task_scheduler/scheduler_lock.h',
640 'task_scheduler/scheduler_lock.cc',
641 'task_scheduler/sequence.cc',
642 'task_scheduler/sequence.h',
643 'task_scheduler/sequence_sort_key.cc',
644 'task_scheduler/sequence_sort_key.h',
645 'task_scheduler/shutdown_manager.cc',
646 'task_scheduler/shutdown_manager.h',
647 'task_scheduler/task.cc',
648 'task_scheduler/task.h',
649 'task_scheduler/task_scheduler.cc',
650 'task_scheduler/task_scheduler.h',
651 'task_scheduler/task_scheduler_impl.cc',
652 'task_scheduler/task_scheduler_impl.h',
653 'task_scheduler/task_traits.cc',
654 'task_scheduler/task_traits.h',
655 'task_scheduler/thread_pool.cc',
656 'task_scheduler/thread_pool.h',
657 'task_scheduler/utils.cc',
658 'task_scheduler/utils.h',
659 'task_scheduler/worker_thread.cc',
660 'task_scheduler/worker_thread.h',
633 'template_util.h', 661 'template_util.h',
634 'third_party/dmg_fp/dmg_fp.h', 662 'third_party/dmg_fp/dmg_fp.h',
635 'third_party/dmg_fp/dtoa_wrapper.cc', 663 'third_party/dmg_fp/dtoa_wrapper.cc',
636 'third_party/dmg_fp/g_fmt.cc', 664 'third_party/dmg_fp/g_fmt.cc',
637 'third_party/icu/icu_utf.cc', 665 'third_party/icu/icu_utf.cc',
638 'third_party/icu/icu_utf.h', 666 'third_party/icu/icu_utf.h',
639 'third_party/nspr/prtime.cc', 667 'third_party/nspr/prtime.cc',
640 'third_party/nspr/prtime.h', 668 'third_party/nspr/prtime.h',
641 'third_party/superfasthash/superfasthash.c', 669 'third_party/superfasthash/superfasthash.c',
642 'third_party/xdg_mime/xdgmime.h', 670 'third_party/xdg_mime/xdgmime.h',
(...skipping 414 matching lines...) Expand 10 before | Expand all | Expand 10 after
1057 'i18n/time_formatting.h', 1085 'i18n/time_formatting.h',
1058 'i18n/timezone.cc', 1086 'i18n/timezone.cc',
1059 'i18n/timezone.h', 1087 'i18n/timezone.h',
1060 'i18n/utf8_validator_tables.cc', 1088 'i18n/utf8_validator_tables.cc',
1061 'i18n/utf8_validator_tables.h', 1089 'i18n/utf8_validator_tables.h',
1062 ], 1090 ],
1063 }] 1091 }]
1064 ], 1092 ],
1065 }, 1093 },
1066 } 1094 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698