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

Unified Diff: webrtc/DEPS

Issue 2550273003: Moved call.h and most of api/call/* into call/ (Closed)
Patch Set: Added <set> include after presubmit complained. Created 4 years 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 | « webrtc/BUILD.gn ('k') | webrtc/api/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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",
],
« no previous file with comments | « webrtc/BUILD.gn ('k') | webrtc/api/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698