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

Unified Diff: webrtc/DEPS

Issue 2916513002: Delete webrtc/call.h (replaced with webrtc/call/call.h). (Closed)
Patch Set: Drop call.h from webrtc:webrtc sources. 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 | « webrtc/BUILD.gn ('k') | webrtc/call.h » ('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 0f6d23722d466e35bdfca73f4fe28bbe0f563cb6..ba1c9189514045018dccd5d06b1e559234aba51c 100644
--- a/webrtc/DEPS
+++ b/webrtc/DEPS
@@ -9,7 +9,6 @@ include_rules = [
"+libyuv",
"-webrtc", # Has to be disabled; otherwise all dirs below will be allowed.
# Individual headers that will be moved out of here, see webrtc:4243.
- "+webrtc/call.h",
"+webrtc/common_types.h",
"+webrtc/config.h",
"+webrtc/transport.h",
@@ -28,12 +27,6 @@ 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/call.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698