11 lines
196 B
Python
11 lines
196 B
Python
include_rules = [
|
|
"+logging/rtc_event_log",
|
|
"+system_wrappers",
|
|
"+video",
|
|
]
|
|
specific_include_rules = {
|
|
"goog_cc_network_control_unittest.cc": [
|
|
"+call/video_receive_stream.h",
|
|
],
|
|
}
|
|
|