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

Side by Side Diff: webrtc/pc/DEPS

Issue 2353033005: Refactoring: move ownership of RtcEventLog from Call to PeerConnection (Closed)
Patch Set: Moved the constructor Created 4 years, 2 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 unified diff | Download patch
« no previous file with comments | « webrtc/media/engine/webrtcvoiceengine_unittest.cc ('k') | webrtc/pc/channelmanager_unittest.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 include_rules = [ 1 include_rules = [
2 "+webrtc/api", 2 "+webrtc/api",
3 "+webrtc/base", 3 "+webrtc/base",
4 "+webrtc/logging/rtc_event_log",
4 "+webrtc/media", 5 "+webrtc/media",
5 "+webrtc/p2p", 6 "+webrtc/p2p",
6 "+third_party/libsrtp" 7 "+third_party/libsrtp"
7 ] 8 ]
8 9
9 specific_include_rules = { 10 specific_include_rules = {
10 "srtpfilter_unittest\.cc": [ 11 "srtpfilter_unittest\.cc": [
11 "+crypto", 12 "+crypto",
12 ], 13 ],
13 } 14 }
OLDNEW
« no previous file with comments | « webrtc/media/engine/webrtcvoiceengine_unittest.cc ('k') | webrtc/pc/channelmanager_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698