Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(438)

Unified Diff: webrtc/pc/DEPS

Issue 2514883002: Create //webrtc/api:libjingle_peerconnection_api + refactorings. (Closed)
Patch Set: Big move! Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: webrtc/pc/DEPS
diff --git a/webrtc/pc/DEPS b/webrtc/pc/DEPS
index 2bb6253519633e27febe10c978b5eb4ef058308a..e402ec6abae88aa627bd02b9931e5ffe8b2d8fdf 100644
--- a/webrtc/pc/DEPS
+++ b/webrtc/pc/DEPS
@@ -6,10 +6,23 @@ include_rules = [
"+webrtc/media",
"+webrtc/p2p",
"+third_party/libsrtp"
+ "+webrtc/logging/rtc_event_log",
+ "+webrtc/modules/audio_device",
+ "+webrtc/modules/rtp_rtcp",
+ "+webrtc/modules/video_coding",
+ "+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",
+ ],
}

Powered by Google App Engine
This is Rietveld 408576698