1include_rules = [ 2 "+audio/utility/audio_frame_operations.h", 3 "+common_audio", 4 "+system_wrappers", 5] 6 7specific_include_rules = { 8 ".*test\.cc": [ 9 "+rtc_tools", 10 # Android platform build has different paths. 11 "+gtest", 12 "+external/webrtc", 13 ], 14} 15