OLD | NEW |
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 Loading... |
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', |
633 'task_scheduler/priority_queue.cc', | 635 'task_scheduler/priority_queue.cc', |
634 'task_scheduler/priority_queue.h', | 636 'task_scheduler/priority_queue.h', |
635 'task_scheduler/scheduler_lock.cc', | 637 'task_scheduler/scheduler_lock.cc', |
636 'task_scheduler/scheduler_lock.h', | 638 'task_scheduler/scheduler_lock.h', |
637 'task_scheduler/sequence.cc', | 639 'task_scheduler/sequence.cc', |
638 'task_scheduler/sequence.h', | 640 'task_scheduler/sequence.h', |
639 'task_scheduler/sequence_sort_key.cc', | 641 'task_scheduler/sequence_sort_key.cc', |
640 'task_scheduler/sequence_sort_key.h', | 642 'task_scheduler/sequence_sort_key.h', |
641 'task_scheduler/shutdown_manager.cc', | 643 'task_scheduler/shutdown_manager.cc', |
642 'task_scheduler/shutdown_manager.h', | 644 'task_scheduler/shutdown_manager.h', |
643 'task_scheduler/task.cc', | 645 'task_scheduler/task.cc', |
644 'task_scheduler/task.h', | 646 'task_scheduler/task.h', |
645 'task_scheduler/task_traits.cc', | 647 'task_scheduler/task_traits.cc', |
646 'task_scheduler/task_traits.h', | 648 'task_scheduler/task_traits.h', |
| 649 'task_scheduler/utils.cc', |
| 650 'task_scheduler/utils.h', |
| 651 'task_scheduler/worker_thread.cc', |
| 652 'task_scheduler/worker_thread.h', |
647 'template_util.h', | 653 'template_util.h', |
648 'third_party/dmg_fp/dmg_fp.h', | 654 'third_party/dmg_fp/dmg_fp.h', |
649 'third_party/dmg_fp/dtoa_wrapper.cc', | 655 'third_party/dmg_fp/dtoa_wrapper.cc', |
650 'third_party/dmg_fp/g_fmt.cc', | 656 'third_party/dmg_fp/g_fmt.cc', |
651 'third_party/icu/icu_utf.cc', | 657 'third_party/icu/icu_utf.cc', |
652 'third_party/icu/icu_utf.h', | 658 'third_party/icu/icu_utf.h', |
653 'third_party/nspr/prtime.cc', | 659 'third_party/nspr/prtime.cc', |
654 'third_party/nspr/prtime.h', | 660 'third_party/nspr/prtime.h', |
655 'third_party/superfasthash/superfasthash.c', | 661 'third_party/superfasthash/superfasthash.c', |
656 'third_party/xdg_mime/xdgmime.h', | 662 'third_party/xdg_mime/xdgmime.h', |
(...skipping 414 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1071 'i18n/time_formatting.h', | 1077 'i18n/time_formatting.h', |
1072 'i18n/timezone.cc', | 1078 'i18n/timezone.cc', |
1073 'i18n/timezone.h', | 1079 'i18n/timezone.h', |
1074 'i18n/utf8_validator_tables.cc', | 1080 'i18n/utf8_validator_tables.cc', |
1075 'i18n/utf8_validator_tables.h', | 1081 'i18n/utf8_validator_tables.h', |
1076 ], | 1082 ], |
1077 }] | 1083 }] |
1078 ], | 1084 ], |
1079 }, | 1085 }, |
1080 } | 1086 } |
OLD | NEW |