Index: webrtc/pc/DEPS |
diff --git a/webrtc/pc/DEPS b/webrtc/pc/DEPS |
index 2bb6253519633e27febe10c978b5eb4ef058308a..9d99cd0a9916e1833b9630498aac7ccad739b44c 100644 |
--- a/webrtc/pc/DEPS |
+++ b/webrtc/pc/DEPS |
@@ -1,15 +1,29 @@ |
include_rules = [ |
"+webrtc/api", |
"+webrtc/base", |
+ "+webrtc/call", |
"+webrtc/common_video/h264", |
"+webrtc/logging/rtc_event_log", |
"+webrtc/media", |
"+webrtc/p2p", |
"+third_party/libsrtp" |
+ "+webrtc/logging/rtc_event_log", |
+ "+webrtc/modules/audio_device", |
+ "+webrtc/modules/rtp_rtcp", |
+ "+webrtc/modules/video_coding", |
kjellander_webrtc
2016/12/20 07:17:06
sort alphabetically.
ossu
2017/01/12 14:03:06
Done.
|
+ "+webrtc/modules/video_render", |
+ "+webrtc/system_wrappers", |
] |
specific_include_rules = { |
+ "androidtestinitializer\.cc": [ |
+ "+base/android", # Allowed only for Android tests. |
+ "+webrtc/voice_engine", |
+ ], |
"srtpfilter_unittest\.cc": [ |
"+crypto", |
], |
+ "peerconnectionfactory\.cc": [ |
+ "+webrtc/modules/audio_coding/codecs/builtin_audio_decoder_factory.h", |
+ ], |
} |