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}
20 lines
560 B
Python
20 lines
560 B
Python
include_rules = [
|
|
"+webrtc/call",
|
|
"+webrtc/common_video",
|
|
"+webrtc/logging/rtc_event_log",
|
|
"+webrtc/media/base",
|
|
"+webrtc/media/engine",
|
|
"+webrtc/modules/audio_mixer",
|
|
"+webrtc/modules/bitrate_controller",
|
|
"+webrtc/modules/congestion_controller",
|
|
"+webrtc/modules/pacing",
|
|
"+webrtc/modules/remote_bitrate_estimator",
|
|
"+webrtc/modules/rtp_rtcp",
|
|
"+webrtc/modules/utility",
|
|
"+webrtc/modules/video_coding",
|
|
"+webrtc/modules/video_capture",
|
|
"+webrtc/modules/video_processing",
|
|
"+webrtc/system_wrappers",
|
|
"+webrtc/voice_engine",
|
|
]
|