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

Side by Side Diff: webrtc/media/DEPS

Issue 2469743002: Passed AudioMixer to AudioState::Config. (Closed)
Patch Set: Rebase. GYP removed! Created 4 years, 1 month 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/media/BUILD.gn ('k') | webrtc/media/engine/webrtcvoiceengine.cc » ('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/logging/rtc_event_log",
7 "+webrtc/modules/audio_coding", 7 "+webrtc/modules/audio_coding",
8 "+webrtc/modules/audio_device", 8 "+webrtc/modules/audio_device",
9 "+webrtc/modules/audio_mixer",
9 "+webrtc/modules/audio_processing", 10 "+webrtc/modules/audio_processing",
10 "+webrtc/modules/video_capture", 11 "+webrtc/modules/video_capture",
11 "+webrtc/modules/video_coding", 12 "+webrtc/modules/video_coding",
12 "+webrtc/p2p", 13 "+webrtc/p2p",
13 "+webrtc/pc", 14 "+webrtc/pc",
14 "+webrtc/sound", 15 "+webrtc/sound",
15 "+webrtc/system_wrappers", 16 "+webrtc/system_wrappers",
16 "+webrtc/voice_engine", 17 "+webrtc/voice_engine",
17 "+usrsctplib", 18 "+usrsctplib",
18 ] 19 ]
19 20
20 specific_include_rules = { 21 specific_include_rules = {
21 "win32devicemanager\.cc": [ 22 "win32devicemanager\.cc": [
22 "+third_party/logitech/files/logitechquickcam.h", 23 "+third_party/logitech/files/logitechquickcam.h",
23 ], 24 ],
24 } 25 }
OLDNEW
« no previous file with comments | « webrtc/media/BUILD.gn ('k') | webrtc/media/engine/webrtcvoiceengine.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698