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

Unified Diff: webrtc/modules/video_coding/DEPS

Issue 2695653002: Add support for creating HW codecs in VideoProcessor tests. (Closed)
Patch Set: 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..03751a066ffd47d0115b5170a68cccef4feb615d 100644
--- a/webrtc/modules/video_coding/DEPS
+++ b/webrtc/modules/video_coding/DEPS
@@ -1,10 +1,13 @@
include_rules = [
+ "+base",
kjellander_webrtc 2017/02/13 14:31:08 Please don't add this so widely. Put it in somethi
brandtr 2017/02/13 16:23:02 Sounds good. I wasn't aware of "specific_include_r
"+third_party/ffmpeg",
"+third_party/openh264",
"+vpx",
"+webrtc/base",
"+webrtc/common_video",
"+webrtc/media/base",
+ "+webrtc/media/engine",
kjellander_webrtc 2017/02/13 14:31:08 I'm not sure what the plan is moving forward here
brandtr 2017/02/13 16:23:02 Done.
+ "+webrtc/sdk",
"+webrtc/system_wrappers",
"+webrtc/tools",
]

Powered by Google App Engine
This is Rietveld 408576698