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

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

Powered by Google App Engine
This is Rietveld 408576698