summaryrefslogtreecommitdiffstats
path: root/chromium/third_party/WebKit/Source/DEPS
blob: 4660f28d4293a62ba905d28e2d6dc53459d50d29 (plain)
1
2
3
4
5
6
7
8
9
10
include_rules = [
    "+base/gtest_prod_util.h",
    "+testing/gmock/include/gmock",
    "+testing/gtest/include/gtest",
    "+wtf",
]

skip_child_includes = [
    "testing",
]