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

Side by Side Diff: webrtc/test/DEPS

Issue 2454373002: Added an empty AudioTransportProxy to AudioState. (Closed)
Patch Set: Rebase. GYP is 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/test/BUILD.gn ('k') | webrtc/test/mock_voice_engine.h » ('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", 2 "+webrtc/base",
3 "+webrtc/call", 3 "+webrtc/call",
4 "+webrtc/common_video", 4 "+webrtc/common_video",
5 "+webrtc/logging/rtc_event_log", 5 "+webrtc/logging/rtc_event_log",
6 "+webrtc/media/base", 6 "+webrtc/media/base",
7 "+webrtc/modules/audio_coding", 7 "+webrtc/modules/audio_coding",
8 "+webrtc/modules/audio_device", 8 "+webrtc/modules/audio_device",
9 "+webrtc/modules/audio_processing",
9 "+webrtc/modules/media_file", 10 "+webrtc/modules/media_file",
10 "+webrtc/modules/rtp_rtcp", 11 "+webrtc/modules/rtp_rtcp",
11 "+webrtc/modules/video_capture", 12 "+webrtc/modules/video_capture",
12 "+webrtc/modules/video_coding", 13 "+webrtc/modules/video_coding",
13 "+webrtc/system_wrappers", 14 "+webrtc/system_wrappers",
14 "+webrtc/voice_engine", 15 "+webrtc/voice_engine",
15 ] 16 ]
16 17
17 specific_include_rules = { 18 specific_include_rules = {
18 "gmock\.h": [ 19 "gmock\.h": [
19 "+testing/gmock/include/gmock", 20 "+testing/gmock/include/gmock",
20 ], 21 ],
21 "gtest\.h": [ 22 "gtest\.h": [
22 "+testing/gtest/include/gtest", 23 "+testing/gtest/include/gtest",
23 ], 24 ],
24 } 25 }
OLDNEW
« no previous file with comments | « webrtc/test/BUILD.gn ('k') | webrtc/test/mock_voice_engine.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698