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

Unified Diff: webrtc/modules/video_coding/DEPS

Issue 2695653002: Add support for creating HW codecs in VideoProcessor tests. (Closed)
Patch Set: kjellander comments 1. Created 3 years, 10 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/modules/video_coding/DEPS
diff --git a/webrtc/modules/video_coding/DEPS b/webrtc/modules/video_coding/DEPS
index d8e3c22cd66a387ed6ba52764707ddd594318bd3..760a7b783f3390fbdcb2a8de7189499cd8ab8106 100644
--- a/webrtc/modules/video_coding/DEPS
+++ b/webrtc/modules/video_coding/DEPS
@@ -8,3 +8,14 @@ include_rules = [
"+webrtc/system_wrappers",
"+webrtc/tools",
]
+
+specific_include_rules = {
+ "android_test_initializer\.cc": [
kjellander_webrtc 2017/02/14 11:00:15 Don't you need the codecs/test/ in the path? Maybe
brandtr 2017/02/14 14:22:37 Without that prefix, 'git cl presubmit' passes, bu
kjellander_webrtc 2017/02/14 14:30:13 I see. It doesn't take the path into account then
+ "+base/android",
+ "+webrtc/sdk",
+ ],
+ "videoprocessor_integrationtest\.h": [
kjellander_webrtc 2017/02/14 11:00:15 I'd recommend ".*test\.cc" instead. It would avoid
brandtr 2017/02/14 14:22:37 Done. In order to get it to pass, I had to do ".*t
kjellander_webrtc 2017/02/14 14:30:13 Hmm, By looking at other examples (https://cs.chr
brandtr 2017/02/14 14:34:20 It did. Thanks!
+ "+webrtc/media/engine",
+ "+webrtc/sdk",
+ ],
+}
« no previous file with comments | « webrtc/modules/video_coding/BUILD.gn ('k') | webrtc/modules/video_coding/codecs/test/android_test_initializer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698