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

Unified Diff: webrtc/audio/DEPS

Issue 1796413002: Add check_deps rules in DEPS files. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Fixed nit Created 4 years, 9 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/api/DEPS ('k') | webrtc/base/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/audio/DEPS
diff --git a/webrtc/audio/DEPS b/webrtc/audio/DEPS
new file mode 100644
index 0000000000000000000000000000000000000000..63711ab4288bd3a6f6237f6bd724e0f44822bd38
--- /dev/null
+++ b/webrtc/audio/DEPS
@@ -0,0 +1,10 @@
+include_rules = [
+ "+webrtc/base",
+ "+webrtc/voice_engine",
+ "+webrtc/modules/bitrate_controller",
+ "+webrtc/modules/congestion_controller",
+ "+webrtc/modules/pacing",
+ "+webrtc/modules/remote_bitrate_estimator",
+ "+webrtc/modules/rtp_rtcp",
+ "+webrtc/system_wrappers",
+]
« no previous file with comments | « webrtc/api/DEPS ('k') | webrtc/base/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698