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

Unified Diff: webrtc/api/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. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | webrtc/api/mediastreaminterface.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/api/DEPS
diff --git a/webrtc/api/DEPS b/webrtc/api/DEPS
index 245c31c0282978182a4985506836c09af2fe7fa4..e48b5689d167605ca0933479ab2c5c25fe68d635 100644
--- a/webrtc/api/DEPS
+++ b/webrtc/api/DEPS
@@ -15,6 +15,8 @@ specific_include_rules = {
# TODO(ossu): Remove this exception when {builtin_,}audio_encoder_factory.h
# has moved to api/.
"peerconnectioninterface\.h": [
+ "+webrtc/call/callfactoryinterface.h",
+ "+webrtc/logging/rtc_event_log/rtc_event_log_factory_interface.h",
"+webrtc/modules/audio_coding/codecs/audio_encoder_factory.h",
"+webrtc/modules/audio_coding/codecs/builtin_audio_encoder_factory.h",
],
« no previous file with comments | « no previous file | webrtc/api/mediastreaminterface.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698