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

Unified Diff: webrtc/DEPS

Issue 2059703002: Move webrtc/audio_*.h to webrtc/api/call (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Rebased on top of d565b73121b1b7672fb7d1f115bbbbb137a838eb Created 4 years, 4 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/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 5fab15ccfde20b5508fdbacb19569e142c87d3e6..41e0b712ce4f877646f775d4bbe06e528320c2cb 100644
--- a/webrtc/DEPS
+++ b/webrtc/DEPS
@@ -9,11 +9,7 @@ include_rules = [
"+libyuv",
"+testing",
"-webrtc", # Has to be disabled; otherwise all dirs below will be allowed.
- # Individual headers that will be moved out of here, see webrtc:
- "+webrtc/audio_receive_stream.h",
- "+webrtc/audio_send_stream.h",
- "+webrtc/audio_sink.h",
- "+webrtc/audio_state.h",
+ # Individual headers that will be moved out of here, see webrtc:4243.
"+webrtc/call.h",
"+webrtc/common.h",
"+webrtc/common_types.h",
@@ -29,20 +25,15 @@ include_rules = [
"+webrtc/video_send_stream.h",
"+WebRTC",
+ "+webrtc/api",
"+webrtc/base",
"+webrtc/modules/include",
"+webrtc/test",
"+webrtc/tools",
]
-# The below rules will be removed when webrtc: is fixed.
+# The below rules will be removed when webrtc:4243 is fixed.
specific_include_rules = {
- "audio_send_stream\.h": [
- "+webrtc/modules/audio_coding",
- ],
- "audio_receive_stream\.h": [
- "+webrtc/modules/audio_coding/codecs/audio_decoder_factory.h",
- ],
"video_frame\.h": [
"+webrtc/common_video",
],
« no previous file with comments | « no previous file | webrtc/api/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698