include_rules = [ | |
"+webrtc/audio/utility/audio_frame_operations.h", | |
"+webrtc/common_audio", | |
"+webrtc/system_wrappers", | |
] | |
specific_include_rules = { | |
".*test\.cc": [ | |
"+webrtc/rtc_tools", | |
# Android platform build has different paths. | |
"+gtest", | |
"+external/webrtc", | |
], | |
} |