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

Side by Side Diff: webrtc/audio/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/api/DEPS ('k') | webrtc/call/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/base",
3 "+webrtc/call", 2 "+webrtc/call",
4 "+webrtc/common_audio", 3 "+webrtc/common_audio",
5 "+webrtc/logging/rtc_event_log", 4 "+webrtc/logging/rtc_event_log",
6 "+webrtc/modules/audio_coding", 5 "+webrtc/modules/audio_coding",
7 "+webrtc/modules/audio_device", 6 "+webrtc/modules/audio_device",
8 "+webrtc/modules/audio_mixer", 7 "+webrtc/modules/audio_mixer",
9 "+webrtc/modules/audio_processing/include", 8 "+webrtc/modules/audio_processing/include",
10 "+webrtc/modules/bitrate_controller", 9 "+webrtc/modules/bitrate_controller",
11 "+webrtc/modules/congestion_controller", 10 "+webrtc/modules/congestion_controller",
12 "+webrtc/modules/pacing", 11 "+webrtc/modules/pacing",
13 "+webrtc/modules/remote_bitrate_estimator", 12 "+webrtc/modules/remote_bitrate_estimator",
14 "+webrtc/modules/rtp_rtcp", 13 "+webrtc/modules/rtp_rtcp",
15 "+webrtc/system_wrappers", 14 "+webrtc/system_wrappers",
16 "+webrtc/voice_engine", 15 "+webrtc/voice_engine",
17 ] 16 ]
18 17
19 specific_include_rules = { 18 specific_include_rules = {
20 "audio_send_stream.cc": [ 19 "audio_send_stream.cc": [
21 "+webrtc/modules/audio_coding/codecs/cng/audio_encoder_cng.h", 20 "+webrtc/modules/audio_coding/codecs/cng/audio_encoder_cng.h",
22 ], 21 ],
23 # TODO(ossu): Remove this exception when builtin_audio_encoder_factory.h 22 # TODO(ossu): Remove this exception when builtin_audio_encoder_factory.h
24 # has moved to api/, or when the proper mocks have been made. 23 # has moved to api/, or when the proper mocks have been made.
25 "audio_send_stream_unittest.cc": [ 24 "audio_send_stream_unittest.cc": [
26 "+webrtc/modules/audio_coding/codecs/builtin_audio_encoder_factory.h", 25 "+webrtc/modules/audio_coding/codecs/builtin_audio_encoder_factory.h",
27 ], 26 ],
28 } 27 }
29 28
OLDNEW
« no previous file with comments | « webrtc/api/DEPS ('k') | webrtc/call/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698