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

Unified Diff: webrtc/stats/DEPS

Issue 2242043002: RTCStatsCollector and RTCPeerConnectionStats added (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Changed ID of RTCPeerConnectionStats to "RTCPeerConnection" (no need to rerun bots yet) Created 4 years, 4 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
Index: webrtc/stats/DEPS
diff --git a/webrtc/stats/DEPS b/webrtc/stats/DEPS
index e4fbd6b2d2f22c29ce6628efca4bbd02f0698e43..64319369215efe5fb313a085b703e95bcdc207ea 100644
--- a/webrtc/stats/DEPS
+++ b/webrtc/stats/DEPS
@@ -1,4 +1,5 @@
include_rules = [
"+webrtc/api",
"+webrtc/base",
+ "+webrtc/media",
hbos 2016/08/24 10:33:39 Due to rtcstatscollector_unittest.cc including web
]

Powered by Google App Engine
This is Rietveld 408576698