mbonadei 16adf03d25 Recently we moved webrtc/base to webrtc/rtc_base, so these
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}
2017-08-30 11:45:58 +00:00

36 lines
951 B
Python

include_rules = [
"+third_party/libsrtp",
"+webrtc/api",
"+webrtc/call",
"+webrtc/common_video/h264",
"+webrtc/logging/rtc_event_log",
"+webrtc/logging/rtc_event_log",
"+webrtc/media",
"+webrtc/modules/audio_device",
"+webrtc/modules/audio_processing",
"+webrtc/modules/rtp_rtcp",
"+webrtc/modules/video_coding",
"+webrtc/modules/video_render",
"+webrtc/p2p",
"+webrtc/system_wrappers",
]
specific_include_rules = {
"androidtestinitializer\.cc": [
"+base/android", # Allowed only for Android tests.
"+webrtc/voice_engine",
],
"srtpfilter_unittest\.cc": [
"+crypto",
],
# TODO(ossu): Remove these exceptions when audio_encoder_factory.h
# has moved to api/.
"peerconnectionfactory\.cc": [
"+webrtc/modules/audio_coding/codecs/builtin_audio_encoder_factory.h",
],
"peerconnectioninterface_unittest\.cc": [
"+webrtc/modules/audio_coding/codecs/builtin_audio_encoder_factory.h",
],
}