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

Unified 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 side-by-side diff with in-line comments
Download patch
Index: webrtc/video/DEPS
diff --git a/webrtc/video/DEPS b/webrtc/video/DEPS
index b80e1c9a9acfb62196e9f4e679ba6855ab744530..07b1b49e4e351249ee8bf9506e1c31738a0712b1 100644
--- a/webrtc/video/DEPS
+++ b/webrtc/video/DEPS
@@ -17,3 +17,9 @@ include_rules = [
"+webrtc/system_wrappers",
"+webrtc/voice_engine",
]
+
+specific_include_rules = {
+ "video_quality_test\.cc": [
+ "+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.
+ ],
+}

Powered by Google App Engine
This is Rietveld 408576698