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

Side by Side Diff: base/base.gypi

Issue 1705253002: TaskScheduler [3/9] Task and Sequence (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@s_1_scheduler_lock
Patch Set: CR from Dana and Gab #40-41 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
« no previous file with comments | « base/base.gyp ('k') | base/task_scheduler/sequence.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 619 matching lines...) Expand 10 before | Expand all | Expand 10 after
630 'system_monitor/system_monitor.cc', 630 'system_monitor/system_monitor.cc',
631 'system_monitor/system_monitor.h', 631 'system_monitor/system_monitor.h',
632 'task/cancelable_task_tracker.cc', 632 'task/cancelable_task_tracker.cc',
633 'task/cancelable_task_tracker.h', 633 'task/cancelable_task_tracker.h',
634 'task_runner.cc', 634 'task_runner.cc',
635 'task_runner.h', 635 'task_runner.h',
636 'task_runner_util.h', 636 'task_runner_util.h',
637 'task_scheduler/scheduler_lock.h', 637 'task_scheduler/scheduler_lock.h',
638 'task_scheduler/scheduler_lock_impl.cc', 638 'task_scheduler/scheduler_lock_impl.cc',
639 'task_scheduler/scheduler_lock_impl.h', 639 'task_scheduler/scheduler_lock_impl.h',
640 'task_scheduler/sequence.cc',
641 'task_scheduler/sequence.h',
642 'task_scheduler/sequence_sort_key.cc',
643 'task_scheduler/sequence_sort_key.h',
644 'task_scheduler/task.cc',
645 'task_scheduler/task.h',
640 'task_scheduler/task_traits.cc', 646 'task_scheduler/task_traits.cc',
641 'task_scheduler/task_traits.h', 647 'task_scheduler/task_traits.h',
642 'template_util.h', 648 'template_util.h',
643 'third_party/dmg_fp/dmg_fp.h', 649 'third_party/dmg_fp/dmg_fp.h',
644 'third_party/dmg_fp/dtoa_wrapper.cc', 650 'third_party/dmg_fp/dtoa_wrapper.cc',
645 'third_party/dmg_fp/g_fmt.cc', 651 'third_party/dmg_fp/g_fmt.cc',
646 'third_party/icu/icu_utf.cc', 652 'third_party/icu/icu_utf.cc',
647 'third_party/icu/icu_utf.h', 653 'third_party/icu/icu_utf.h',
648 'third_party/nspr/prtime.cc', 654 'third_party/nspr/prtime.cc',
649 'third_party/nspr/prtime.h', 655 'third_party/nspr/prtime.h',
(...skipping 417 matching lines...) Expand 10 before | Expand all | Expand 10 after
1067 'i18n/time_formatting.h', 1073 'i18n/time_formatting.h',
1068 'i18n/timezone.cc', 1074 'i18n/timezone.cc',
1069 'i18n/timezone.h', 1075 'i18n/timezone.h',
1070 'i18n/utf8_validator_tables.cc', 1076 'i18n/utf8_validator_tables.cc',
1071 'i18n/utf8_validator_tables.h', 1077 'i18n/utf8_validator_tables.h',
1072 ], 1078 ],
1073 }] 1079 }]
1074 ], 1080 ],
1075 }, 1081 },
1076 } 1082 }
OLDNEW
« no previous file with comments | « base/base.gyp ('k') | base/task_scheduler/sequence.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698