blob: bb76adfe31c21b904a0996e8048475aa01873b4e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
include_rules = [
"+base/third_party/libevent",
"+json",
"+third_party/jsoncpp",
"+webrtc/system_wrappers",
]
specific_include_rules = {
"gunit_prod.h": [
"+gtest",
],
}
|