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

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

Issue 2854123003: Build WebRTC with data channel only. (Closed)
Patch Set: Fix the issues. Make it ready for another round of review. Add a test. Created 3 years, 7 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/common_video/h264/h264_bitstream_parser.h", 3 "+webrtc/common_video/h264/h264_bitstream_parser.h",
4 "+webrtc/common_video/libyuv/include/webrtc_libyuv.h", 4 "+webrtc/common_video/libyuv/include/webrtc_libyuv.h",
5 "+webrtc/modules/utility/include/jvm_android.h", 5 "+webrtc/modules/utility/include/jvm_android.h",
6 "+webrtc/modules/video_coding/utility/vp8_header_parser.h", 6 "+webrtc/modules/video_coding/utility/vp8_header_parser.h",
7 "+webrtc/pc", 7 "+webrtc/pc",
8 "+webrtc/system_wrappers/include/field_trial.h",
sakal 2017/05/23 09:33:19 Why new DEPS?
Zhi Huang 2017/05/23 18:49:46 I move the place of this header because it was not
8 "+webrtc/system_wrappers/include/field_trial_default.h", 9 "+webrtc/system_wrappers/include/field_trial_default.h",
10 "+webrtc/media/base",
11 "+webrtc/media/engine",
12 "+webrtc/voice_engine/include/voe_base.h",
9 ] 13 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698