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

Side by Side Diff: webrtc/sdk/android/src/jni/DEPS

Issue 3003873002: Bindings for injectable Java video encoders. (Closed)
Patch Set: Fix tests Created 3 years, 3 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 unified diff | Download patch
OLDNEW
1 include_rules = [ 1 include_rules = [
2 "+third_party/libyuv", 2 "+third_party/libyuv",
3 "+webrtc/call/callfactoryinterface.h", 3 "+webrtc/call/callfactoryinterface.h",
4 "+webrtc/common_video/h264/h264_bitstream_parser.h", 4 "+webrtc/common_video",
5 "+webrtc/common_video/include",
6 "+webrtc/common_video/libyuv/include/webrtc_libyuv.h",
7 "+webrtc/logging/rtc_event_log/rtc_event_log_factory_interface.h", 5 "+webrtc/logging/rtc_event_log/rtc_event_log_factory_interface.h",
8 "+webrtc/media/base", 6 "+webrtc/media/base",
9 "+webrtc/media/engine", 7 "+webrtc/media/engine",
10 "+webrtc/modules/audio_processing/include/audio_processing.h", 8 "+webrtc/modules/audio_processing/include/audio_processing.h",
9 "+webrtc/modules/include",
11 "+webrtc/modules/utility/include/jvm_android.h", 10 "+webrtc/modules/utility/include/jvm_android.h",
12 "+webrtc/modules/video_coding/include/video_codec_interface.h", 11 "+webrtc/modules/video_coding",
13 "+webrtc/modules/video_coding/utility/vp8_header_parser.h",
14 "+webrtc/modules/video_coding/utility/vp9_uncompressed_header_parser.h",
15 "+webrtc/pc", 12 "+webrtc/pc",
16 "+webrtc/system_wrappers/include", 13 "+webrtc/system_wrappers/include",
17 "+webrtc/voice_engine/include/voe_base.h", 14 "+webrtc/voice_engine/include/voe_base.h",
18 ] 15 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698