BUG=5805 Review-Url: https://codereview.webrtc.org/2653343003 Cr-Commit-Position: refs/heads/master@{#16371}
21 lines
434 B
Python
21 lines
434 B
Python
include_rules = [
|
|
"+third_party/libyuv",
|
|
"+webrtc/base",
|
|
"+webrtc/common_video",
|
|
"+webrtc/media",
|
|
"+webrtc/p2p",
|
|
"+webrtc/pc",
|
|
]
|
|
|
|
specific_include_rules = {
|
|
"peerconnection_jni\.cc": [
|
|
"+webrtc/voice_engine",
|
|
],
|
|
|
|
# TODO(kwiberg): Remove this exception when audio_decoder_factory.h
|
|
# has moved to api/.
|
|
"peerconnectioninterface\.h": [
|
|
"+webrtc/modules/audio_coding/codecs/audio_decoder_factory.h",
|
|
],
|
|
}
|