blob: 9a0bbf985d62d00b7d5467f6db7fa00221366b43 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
include_rules = [
"+base/macros.h",
"+base/gtest_prod_util.h",
"+testing/gmock/include/gmock",
"+testing/gtest/include/gtest",
"+wtf",
]
skip_child_includes = [
"testing",
]
|