| Index: third_party/WebKit/Source/platform/scheduler/DEPS
|
| diff --git a/third_party/WebKit/Source/platform/scheduler/DEPS b/third_party/WebKit/Source/platform/scheduler/DEPS
|
| index db5c0b70d944847304cbc95fcec1e2a00ea0bd5f..97fd186315f624b32669cc1571e0ed1532affe67 100644
|
| --- a/third_party/WebKit/Source/platform/scheduler/DEPS
|
| +++ b/third_party/WebKit/Source/platform/scheduler/DEPS
|
| @@ -1,6 +1,6 @@
|
| include_rules = [
|
| - "+base/atomicops.h",
|
| "+base/atomic_sequence_num.h",
|
| + "+base/atomicops.h",
|
| "+base/bind_helpers.h",
|
| "+base/callback.h",
|
| "+base/cancelable_callback.h",
|
| @@ -10,17 +10,19 @@ include_rules = [
|
| "+base/debug/stack_trace.h",
|
| "+base/debug/task_annotator.h",
|
| "+base/feature_list.h",
|
| + "+base/format_macros.h",
|
| "+base/logging.h",
|
| "+base/message_loop/message_loop.h",
|
| "+base/metrics/field_trial.h",
|
| "+base/metrics/histogram_macros.h",
|
| + "+base/optional.h",
|
| "+base/pending_task.h",
|
| "+base/run_loop.h",
|
| "+base/single_thread_task_runner.h",
|
| "+base/synchronization/lock.h",
|
| "+base/threading/platform_thread.h",
|
| - "+base/threading/thread_checker.h",
|
| "+base/threading/thread.h",
|
| + "+base/threading/thread_checker.h",
|
| ]
|
|
|
| specific_include_rules = {
|
|
|