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

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

Issue 2854123003: Build WebRTC with data channel only. (Closed)
Patch Set: Fix the issue on the trybots. 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 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 629ad008d25dae660f6a08c242d6e44a590650ef..2050b5fefe121e4a9211645fefd89cd359832176 100644
--- a/webrtc/sdk/android/src/jni/DEPS
+++ b/webrtc/sdk/android/src/jni/DEPS
@@ -5,5 +5,9 @@ include_rules = [
"+webrtc/modules/utility/include/jvm_android.h",
"+webrtc/modules/video_coding/utility/vp8_header_parser.h",
"+webrtc/pc",
+ "+webrtc/system_wrappers/include/field_trial.h",
"+webrtc/system_wrappers/include/field_trial_default.h",
+ "+webrtc/media/base",
+ "+webrtc/media/engine",
+ "+webrtc/voice_engine/include/voe_base.h",
]

Powered by Google App Engine
This is Rietveld 408576698