summaryrefslogtreecommitdiff
path: root/chromium/third_party/blink/renderer/DEPS
blob: 41b21b60e7790e52af5ba53ae248d86114362e0b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
include_rules = [
    "+base/auto_reset.h",
    "+base/callback.h",
    "+base/callback_forward.h",
    "+base/containers/span.h",
    "+base/debug",
    "+base/feature_list.h",
    "+base/gtest_prod_util.h",
    "+base/location.h",
    "+base/macros.h",
    "+base/memory/ptr_util.h",
    "+base/memory/weak_ptr.h",
    "+base/metrics/histogram_macros.h",
    "+base/optional.h",
    "+base/rand_util.h",
    "+base/sequenced_task_runner.h",
    "+base/single_thread_task_runner.h",
    "+base/stl_util.h",
    "+base/sys_info.h",
    "+base/task_scheduler/post_task.h",
    "+base/thread_annotations.h",
    "+base/threading/thread_checker.h",
    "+base/time/time.h",
    "+build",
    "+services/service_manager/public/cpp/connector.h",
    "+services/service_manager/public/cpp/interface_provider.h",
    "+testing/gmock/include/gmock",
    "+testing/gtest/include/gtest",
    "+third_party/blink/public/platform",
    "+third_party/blink/renderer/platform",
    "+v8",

    # We are moving from WTF_MAKE_NONCOPYABLE to DISALLOW_COPY_AND_ASSIGN. Stop
    # new dependencies on WTF_MAKE_NONCOPYABLE.
    "!third_party/blink/renderer/platform/wtf/noncopyable.h",
]

skip_child_includes = [
    "testing",
]