directives in our DEPS files are not needed anymore. Includes from webrtc/rtc_base are also whitelisted in webrtc/DEPS so we don't have to whitelist it in all the others DEPS files. BUG=webrtc:7634 NOTRY=True Review-Url: https://codereview.webrtc.org/3006583002 Cr-Commit-Position: refs/heads/master@{#19601}
29 lines
545 B
Python
29 lines
545 B
Python
include_rules = [
|
|
"+webrtc/common_audio",
|
|
"+webrtc/system_wrappers",
|
|
]
|
|
|
|
specific_include_rules = {
|
|
"ensure_initialized\.cc": [
|
|
"+base/android",
|
|
],
|
|
"audio_device_ios\.mm": [
|
|
"+webrtc/sdk/objc",
|
|
],
|
|
"audio_device_unittest_ios\.mm": [
|
|
"+webrtc/sdk/objc",
|
|
],
|
|
"RTCAudioSession\.h": [
|
|
"+webrtc/sdk/objc",
|
|
],
|
|
"RTCAudioSessionConfiguration\.h": [
|
|
"+webrtc/sdk/objc",
|
|
],
|
|
"RTCAudioSessionDelegateAdapter\.h": [
|
|
"+webrtc/sdk/objc",
|
|
],
|
|
"voice_processing_audio_unit\.mm": [
|
|
"+webrtc/sdk/objc",
|
|
],
|
|
}
|