blob: 4543a44d751936ac56990e0963eae51f7d1cacca [file] [log] [blame]
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",
],
}