mirror of
https://github.com/mollyim/webrtc.git
synced 2025-05-12 21:30:45 +01:00
6 lines
183 B
Python
6 lines
183 B
Python
include_rules = [
|
|
"+system_wrappers",
|
|
# Avoid directly using field_trial. Instead use FieldTrialsView.
|
|
"-system_wrappers/include/field_trial.h",
|
|
"+logging/rtc_event_log"
|
|
]
|