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

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

Issue 2854123003: Build WebRTC with data channel only. (Closed)
Patch Set: Remove the linking-time polymorphism. Add new CreatePeerConnectionFactory methods. Make Call and Rt… Created 3 years, 6 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 0052c975b1d4856118bd63615bfecf568d5abedf..32242c8723f5fcb345fef6451e0054d9a8e39662 100644
--- a/webrtc/sdk/android/src/jni/DEPS
+++ b/webrtc/sdk/android/src/jni/DEPS
@@ -6,5 +6,9 @@ include_rules = [
"+webrtc/modules/video_coding/utility/vp8_header_parser.h",
"+webrtc/modules/video_coding/utility/vp9_uncompressed_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