Chromium Code Reviews

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

Issue 2854123003: Build WebRTC with data channel only. (Closed)
Patch Set: Rebase. Created 3 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff |
OLDNEW
1 include_rules = [ 1 include_rules = [
2 "+third_party/libyuv", 2 "+third_party/libyuv",
3 "+webrtc/common_video/h264/h264_bitstream_parser.h", 3 "+webrtc/common_video/h264/h264_bitstream_parser.h",
4 "+webrtc/common_video/include", 4 "+webrtc/common_video/include",
5 "+webrtc/common_video/libyuv/include/webrtc_libyuv.h", 5 "+webrtc/common_video/libyuv/include/webrtc_libyuv.h",
6 "+webrtc/media/base",
7 "+webrtc/media/engine",
6 "+webrtc/modules/utility/include/jvm_android.h", 8 "+webrtc/modules/utility/include/jvm_android.h",
7 "+webrtc/modules/video_coding/utility/vp8_header_parser.h", 9 "+webrtc/modules/video_coding/utility/vp8_header_parser.h",
8 "+webrtc/modules/video_coding/utility/vp9_uncompressed_header_parser.h", 10 "+webrtc/modules/video_coding/utility/vp9_uncompressed_header_parser.h",
9 "+webrtc/pc", 11 "+webrtc/pc",
10 "+webrtc/system_wrappers/include", 12 "+webrtc/system_wrappers/include",
13 "+webrtc/voice_engine/include/voe_base.h",
11 ] 14 ]
OLDNEW

Powered by Google App Engine