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

Side by Side Diff: webrtc/video/DEPS

Issue 3005253002: Add full stack tests for MediaCodec. (Closed)
Patch Set: 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
OLDNEW
1 include_rules = [ 1 include_rules = [
2 "+webrtc/call", 2 "+webrtc/call",
3 "+webrtc/common_video", 3 "+webrtc/common_video",
4 "+webrtc/logging/rtc_event_log", 4 "+webrtc/logging/rtc_event_log",
5 "+webrtc/media/base", 5 "+webrtc/media/base",
6 "+webrtc/media/engine", 6 "+webrtc/media/engine",
7 "+webrtc/modules/audio_mixer", 7 "+webrtc/modules/audio_mixer",
8 "+webrtc/modules/bitrate_controller", 8 "+webrtc/modules/bitrate_controller",
9 "+webrtc/modules/congestion_controller", 9 "+webrtc/modules/congestion_controller",
10 "+webrtc/modules/pacing", 10 "+webrtc/modules/pacing",
11 "+webrtc/modules/remote_bitrate_estimator", 11 "+webrtc/modules/remote_bitrate_estimator",
12 "+webrtc/modules/rtp_rtcp", 12 "+webrtc/modules/rtp_rtcp",
13 "+webrtc/modules/utility", 13 "+webrtc/modules/utility",
14 "+webrtc/modules/video_coding", 14 "+webrtc/modules/video_coding",
15 "+webrtc/modules/video_capture", 15 "+webrtc/modules/video_capture",
16 "+webrtc/modules/video_processing", 16 "+webrtc/modules/video_processing",
17 "+webrtc/system_wrappers", 17 "+webrtc/system_wrappers",
18 "+webrtc/voice_engine", 18 "+webrtc/voice_engine",
19 ] 19 ]
20
21 specific_include_rules = {
22 "video_quality_test\.cc": [
23 "+webrtc/sdk",
kjellander_webrtc 2017/09/08 12:36:39 Do we need to be this strict? If webrtc/sdk is con
brandtr 2017/09/13 11:17:23 Right, that makes sense. Changed.
24 ],
25 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698