8 lines
211 B
Python
8 lines
211 B
Python
include_rules = [
|
|
"+call",
|
|
"+common_video",
|
|
"+logging/rtc_event_log",
|
|
"+system_wrappers",
|
|
# Avoid directly using field_trial. Instead use FieldTrialsView.
|
|
"-system_wrappers/include/field_trial.h",
|
|
]
|