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

Unified Diff: webrtc/modules/video_coding/DEPS

Issue 2987413002: ObjC: Implement HW codecs in ObjC instead of C++ (Closed)
Patch Set: Rebase against https://codereview.webrtc.org/2992233002 Created 3 years, 4 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 9896c19c5d8c38ef9b88d77c44d0ec72995b6382..df2a440766dbe59df6edbe62dc7a19006dce2c49 100644
--- a/webrtc/modules/video_coding/DEPS
+++ b/webrtc/modules/video_coding/DEPS
@@ -13,7 +13,7 @@ specific_include_rules = {
"+base/android",
"+webrtc/sdk",
],
- "(.*test\.cc|.*test\.h)": [
+ "(.*test\.cc|.*test\.h|.*test\.mm)": [
"+webrtc/media/engine",
"+webrtc/sdk",
],

Powered by Google App Engine
This is Rietveld 408576698