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

Unified Diff: webrtc/DEPS

Issue 2353033005: Refactoring: move ownership of RtcEventLog from Call to PeerConnection (Closed)
Patch Set: Make TSan happy Created 4 years, 3 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 | « no previous file | webrtc/api/mediacontroller.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/DEPS
diff --git a/webrtc/DEPS b/webrtc/DEPS
index ffb67d17f552277e8b1cc0e4ef126f83512298f4..86ba459b7c0e6cfe60df70f08aab22337d9422ca 100644
--- a/webrtc/DEPS
+++ b/webrtc/DEPS
@@ -11,6 +11,7 @@ include_rules = [
"-webrtc", # Has to be disabled; otherwise all dirs below will be allowed.
# Individual headers that will be moved out of here, see webrtc:4243.
"+webrtc/call.h",
+ "+webrtc/call/rtc_event_log.h",
kjellander_webrtc 2016/09/28 07:48:23 I suggest you add "+webrtc/call" instead for the d
skvlad 2016/09/28 19:03:46 I've scoped the rule down to just that one file th
"+webrtc/common.h",
"+webrtc/common_types.h",
"+webrtc/common_video/rotation.h",
« no previous file with comments | « no previous file | webrtc/api/mediacontroller.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698