diff options
Diffstat (limited to 'third_party/libwebrtc/webrtc/video/DEPS')
-rw-r--r-- | third_party/libwebrtc/webrtc/video/DEPS | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/third_party/libwebrtc/webrtc/video/DEPS b/third_party/libwebrtc/webrtc/video/DEPS new file mode 100644 index 0000000000..b94455edd0 --- /dev/null +++ b/third_party/libwebrtc/webrtc/video/DEPS @@ -0,0 +1,19 @@ +include_rules = [ + "+call", + "+common_video", + "+logging/rtc_event_log", + "+media/base", + "+media/engine", + "+modules/audio_mixer", + "+modules/bitrate_controller", + "+modules/congestion_controller", + "+modules/pacing", + "+modules/remote_bitrate_estimator", + "+modules/rtp_rtcp", + "+modules/utility", + "+modules/video_coding", + "+modules/video_capture", + "+modules/video_processing", + "+system_wrappers", + "+voice_engine", +] |