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