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

Unified Diff: webrtc/sdk/android/src/jni/DEPS

Issue 3003873002: Bindings for injectable Java video encoders. (Closed)
Patch Set: Fix tests 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/sdk/android/src/jni/DEPS
diff --git a/webrtc/sdk/android/src/jni/DEPS b/webrtc/sdk/android/src/jni/DEPS
index ed8a8f4601c4defb5d6546ab8b3cad7fdf9b183d..382b4049d20037df03c22fea9d4c36855241e9fe 100644
--- a/webrtc/sdk/android/src/jni/DEPS
+++ b/webrtc/sdk/android/src/jni/DEPS
@@ -1,17 +1,14 @@
include_rules = [
"+third_party/libyuv",
"+webrtc/call/callfactoryinterface.h",
- "+webrtc/common_video/h264/h264_bitstream_parser.h",
- "+webrtc/common_video/include",
- "+webrtc/common_video/libyuv/include/webrtc_libyuv.h",
+ "+webrtc/common_video",
"+webrtc/logging/rtc_event_log/rtc_event_log_factory_interface.h",
"+webrtc/media/base",
"+webrtc/media/engine",
"+webrtc/modules/audio_processing/include/audio_processing.h",
+ "+webrtc/modules/include",
"+webrtc/modules/utility/include/jvm_android.h",
- "+webrtc/modules/video_coding/include/video_codec_interface.h",
- "+webrtc/modules/video_coding/utility/vp8_header_parser.h",
- "+webrtc/modules/video_coding/utility/vp9_uncompressed_header_parser.h",
+ "+webrtc/modules/video_coding",
"+webrtc/pc",
"+webrtc/system_wrappers/include",
"+webrtc/voice_engine/include/voe_base.h",

Powered by Google App Engine
This is Rietveld 408576698