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

Unified Diff: webrtc/ortc/DEPS

Issue 2675173003: Adding "adapter" ORTC objects on top of ChannelManager/BaseChannel/etc. (Closed)
Patch Set: Add memcheck suppression for end-to-end tests. Created 3 years, 10 months 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
« no previous file with comments | « webrtc/ortc/BUILD.gn ('k') | webrtc/ortc/OWNERS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/ortc/DEPS
diff --git a/webrtc/ortc/DEPS b/webrtc/ortc/DEPS
new file mode 100644
index 0000000000000000000000000000000000000000..de152dd01af69c98673b0f201310fbe54b7533b6
--- /dev/null
+++ b/webrtc/ortc/DEPS
@@ -0,0 +1,17 @@
+include_rules = [
+ "+webrtc/api",
+ "+webrtc/base",
+ "+webrtc/call",
+ "+webrtc/logging/rtc_event_log",
+ "+webrtc/media",
+ "+webrtc/modules/audio_coding",
+ "+webrtc/p2p",
+ "+webrtc/pc",
+
+ "+webrtc/modules/rtp_rtcp",
+ "+webrtc/system_wrappers",
+
+ "+webrtc/modules/audio_device",
+ "+webrtc/modules/video_coding",
+ "+webrtc/modules/video_render",
+]
« no previous file with comments | « webrtc/ortc/BUILD.gn ('k') | webrtc/ortc/OWNERS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698