BUG=webrtc:5582 Review-Url: https://codereview.webrtc.org/2572743004 Cr-Commit-Position: refs/heads/master@{#15649}
15 lines
236 B
Python
15 lines
236 B
Python
include_rules = [
|
|
"+webrtc/base",
|
|
"+webrtc/common_audio",
|
|
"+webrtc/system_wrappers",
|
|
]
|
|
|
|
specific_include_rules = {
|
|
"ensure_initialized\.cc": [
|
|
"+base/android",
|
|
],
|
|
"audio_device_ios\.mm": [
|
|
"+webrtc/sdk/objc",
|
|
],
|
|
}
|