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

Side by Side Diff: third_party/WebKit/Source/platform/scheduler/DEPS

Issue 2726523002: Pass Callback to TaskRunner by value and consume it on invocation (1) (Closed)
Patch Set: s/base::ResetAndReturn/std::move/ Created 3 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 include_rules = [ 1 include_rules = [
2 "+base/atomic_sequence_num.h", 2 "+base/atomic_sequence_num.h",
3 "+base/atomicops.h", 3 "+base/atomicops.h",
4 "+base/bind_helpers.h", 4 "+base/bind_helpers.h",
5 "+base/callback.h", 5 "+base/callback.h",
6 "+base/callback_helpers.h",
6 "+base/cancelable_callback.h", 7 "+base/cancelable_callback.h",
7 "+base/command_line.h", 8 "+base/command_line.h",
8 "+base/compiler_specific.h", 9 "+base/compiler_specific.h",
9 "+base/debug/stack_trace.h", 10 "+base/debug/stack_trace.h",
10 "+base/debug/task_annotator.h", 11 "+base/debug/task_annotator.h",
11 "+base/feature_list.h", 12 "+base/feature_list.h",
12 "+base/format_macros.h", 13 "+base/format_macros.h",
13 "+base/gtest_prod_util.h", 14 "+base/gtest_prod_util.h",
14 "+base/logging.h", 15 "+base/logging.h",
15 "+base/message_loop/message_loop.h", 16 "+base/message_loop/message_loop.h",
16 "+base/metrics/field_trial.h", 17 "+base/metrics/field_trial.h",
17 "+base/metrics/histogram_macros.h", 18 "+base/metrics/histogram_macros.h",
18 "+base/optional.h", 19 "+base/optional.h",
19 "+base/pending_task.h", 20 "+base/pending_task.h",
20 "+base/run_loop.h", 21 "+base/run_loop.h",
21 "+base/single_thread_task_runner.h", 22 "+base/single_thread_task_runner.h",
22 "+base/synchronization/lock.h", 23 "+base/synchronization/lock.h",
23 "+base/threading/platform_thread.h", 24 "+base/threading/platform_thread.h",
24 "+base/threading/thread.h", 25 "+base/threading/thread.h",
25 "+base/threading/thread_checker.h", 26 "+base/threading/thread_checker.h",
26 ] 27 ]
27 28
28 specific_include_rules = { 29 specific_include_rules = {
29 ".*test\.cc": [ 30 ".*test\.cc": [
30 "+testing", 31 "+testing",
31 ], 32 ],
32 } 33 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698