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

Side by Side Diff: webrtc/media/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/call/rampup_tests.cc ('k') | webrtc/media/base/videoengine_unittest.h » ('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/call", 4 "+webrtc/call",
5 "+webrtc/common_video", 5 "+webrtc/common_video",
6 "+webrtc/logging/rtc_event_log",
6 "+webrtc/modules/audio_coding", 7 "+webrtc/modules/audio_coding",
7 "+webrtc/modules/audio_device", 8 "+webrtc/modules/audio_device",
8 "+webrtc/modules/audio_processing", 9 "+webrtc/modules/audio_processing",
9 "+webrtc/modules/video_capture", 10 "+webrtc/modules/video_capture",
10 "+webrtc/modules/video_coding", 11 "+webrtc/modules/video_coding",
11 "+webrtc/p2p", 12 "+webrtc/p2p",
12 "+webrtc/pc", 13 "+webrtc/pc",
13 "+webrtc/sound", 14 "+webrtc/sound",
14 "+webrtc/system_wrappers", 15 "+webrtc/system_wrappers",
15 "+webrtc/voice_engine", 16 "+webrtc/voice_engine",
16 "+usrsctplib", 17 "+usrsctplib",
17 ] 18 ]
18 19
19 specific_include_rules = { 20 specific_include_rules = {
20 "win32devicemanager\.cc": [ 21 "win32devicemanager\.cc": [
21 "+third_party/logitech/files/logitechquickcam.h", 22 "+third_party/logitech/files/logitechquickcam.h",
22 ], 23 ],
23 } 24 }
OLDNEW
« no previous file with comments | « webrtc/call/rampup_tests.cc ('k') | webrtc/media/base/videoengine_unittest.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698