blob: 4bb4026c37cc19e2740e529a1c0472c9226c6cfb (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
include_rules = [
"+logging/rtc_event_log",
"+system_wrappers",
"+video",
]
specific_include_rules = {
"goog_cc_network_control_unittest.cc": [
"+call/video_receive_stream.h",
],
}
|