summaryrefslogtreecommitdiffstats
path: root/chromium/third_party/WebKit/Source/DEPS
blob: 8cf10da98087cc218083b0e88235bb880a9bc0a8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
include_rules = [
    "+base/callback.h",
    "+base/callback_forward.h",
    "+base/containers/span.h",
    "+base/debug",
    "+base/gtest_prod_util.h",
    "+base/location.h",
    "+base/macros.h",
    "+base/memory/ptr_util.h",
    "+base/memory/weak_ptr.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/WebKit/common",
    "+v8",
]

skip_child_includes = [
    "testing",
]