summaryrefslogtreecommitdiff
path: root/chromium/third_party/WebKit/Source/DEPS
blob: 079a57f9cc054723969f5434bc30f7e9a9c9971a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
include_rules = [
    "+base/macros.h",
    "+base/gtest_prod_util.h",
    "+services/service_manager/public/cpp/connector.h",
    "+testing/gmock/include/gmock",
    "+testing/gtest/include/gtest",
    "+v8",
]

skip_child_includes = [
    "testing",
]