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

Side by Side Diff: webrtc/pc/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/p2p/DEPS ('k') | webrtc/rtc_tools/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 "+third_party/libsrtp", 2 "+third_party/libsrtp",
3 "+webrtc/api", 3 "+webrtc/api",
4 "+webrtc/base",
5 "+webrtc/call", 4 "+webrtc/call",
6 "+webrtc/common_video/h264", 5 "+webrtc/common_video/h264",
7 "+webrtc/logging/rtc_event_log", 6 "+webrtc/logging/rtc_event_log",
8 "+webrtc/logging/rtc_event_log", 7 "+webrtc/logging/rtc_event_log",
9 "+webrtc/media", 8 "+webrtc/media",
10 "+webrtc/modules/audio_device", 9 "+webrtc/modules/audio_device",
11 "+webrtc/modules/audio_processing", 10 "+webrtc/modules/audio_processing",
12 "+webrtc/modules/rtp_rtcp", 11 "+webrtc/modules/rtp_rtcp",
13 "+webrtc/modules/video_coding", 12 "+webrtc/modules/video_coding",
14 "+webrtc/modules/video_render", 13 "+webrtc/modules/video_render",
(...skipping 12 matching lines...) Expand all
27 26
28 # TODO(ossu): Remove these exceptions when audio_encoder_factory.h 27 # TODO(ossu): Remove these exceptions when audio_encoder_factory.h
29 # has moved to api/. 28 # has moved to api/.
30 "peerconnectionfactory\.cc": [ 29 "peerconnectionfactory\.cc": [
31 "+webrtc/modules/audio_coding/codecs/builtin_audio_encoder_factory.h", 30 "+webrtc/modules/audio_coding/codecs/builtin_audio_encoder_factory.h",
32 ], 31 ],
33 "peerconnectioninterface_unittest\.cc": [ 32 "peerconnectioninterface_unittest\.cc": [
34 "+webrtc/modules/audio_coding/codecs/builtin_audio_encoder_factory.h", 33 "+webrtc/modules/audio_coding/codecs/builtin_audio_encoder_factory.h",
35 ], 34 ],
36 } 35 }
OLDNEW
« no previous file with comments | « webrtc/p2p/DEPS ('k') | webrtc/rtc_tools/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698