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

Side by Side Diff: webrtc/ortc/DEPS

Issue 3006583002: Removing references to webrtc/base in DEPS files. (Closed)
Patch Set: Resolving merge conflict Created 3 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 unified diff | Download patch
« no previous file with comments | « webrtc/modules/video_processing/DEPS ('k') | webrtc/p2p/DEPS » ('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",
4 "+webrtc/call", 3 "+webrtc/call",
5 "+webrtc/logging/rtc_event_log", 4 "+webrtc/logging/rtc_event_log",
6 "+webrtc/media", 5 "+webrtc/media",
7 "+webrtc/modules/audio_coding", 6 "+webrtc/modules/audio_coding",
8 "+webrtc/modules/audio_processing", 7 "+webrtc/modules/audio_processing",
9 "+webrtc/p2p", 8 "+webrtc/p2p",
10 "+webrtc/pc", 9 "+webrtc/pc",
11 10
12 "+webrtc/modules/rtp_rtcp", 11 "+webrtc/modules/rtp_rtcp",
13 "+webrtc/system_wrappers", 12 "+webrtc/system_wrappers",
14 13
15 "+webrtc/modules/audio_device", 14 "+webrtc/modules/audio_device",
16 "+webrtc/modules/video_coding", 15 "+webrtc/modules/video_coding",
17 "+webrtc/modules/video_render", 16 "+webrtc/modules/video_render",
18 ] 17 ]
OLDNEW
« no previous file with comments | « webrtc/modules/video_processing/DEPS ('k') | webrtc/p2p/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698