blob: 0dff88eb37bece95053f2c098be64c109ca4251e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
include_rules = [
"+base/third_party/libevent",
"+json",
"+third_party/jsoncpp",
"+system_wrappers",
]
specific_include_rules = {
"gunit_prod.h": [
"+gtest",
"+testing/base/gunit_prod.h",
],
"protobuf_utils.h": [
"+third_party/protobuf",
],
"gunit\.h": [
"+testing/base/public/gunit.h"
],
}
|