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

Unified Diff: webrtc/modules/video_coding/DEPS

Issue 2695653002: Add support for creating HW codecs in VideoProcessor tests. (Closed)
Patch Set: Don't forget the mac! 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..01cd4d574d85e1c366ed89343529a639294e263e 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": [
+ "+base/android",
+ "+webrtc/sdk",
+ ],
+ "(.*test\.cc|.*test\.h)": [
+ "+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