Index: webrtc/DEPS |
diff --git a/webrtc/DEPS b/webrtc/DEPS |
index e46a7d331d2675ccea5283d8ea84b01f974a4a2a..16589362e22d4bd06339966e2eca4f79c93dd2cf 100644 |
--- a/webrtc/DEPS |
+++ b/webrtc/DEPS |
@@ -32,6 +32,12 @@ include_rules = [ |
# The below rules will be removed when webrtc:4243 is fixed. |
specific_include_rules = { |
+ # The call/call.h exception is here only until the peerconnection |
+ # implementation has been moved out of api/. See: |
+ # http://bugs.webrtc.org/5883 |
+ "call\.h": [ |
+ "+webrtc/call/call.h" |
+ ], |
"video_frame\.h": [ |
"+webrtc/common_video", |
], |