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

Unified Diff: webrtc/voice_engine/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/video/DEPS ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/voice_engine/DEPS
diff --git a/webrtc/voice_engine/DEPS b/webrtc/voice_engine/DEPS
new file mode 100644
index 0000000000000000000000000000000000000000..224eeee676eb5f7fd2e68103cdddf8ab31e289a1
--- /dev/null
+++ b/webrtc/voice_engine/DEPS
@@ -0,0 +1,14 @@
+include_rules = [
+ "+webrtc/base",
+ "+webrtc/call",
+ "+webrtc/common_audio",
+ "+webrtc/modules/audio_coding",
+ "+webrtc/modules/audio_conference_mixer",
+ "+webrtc/modules/audio_device",
+ "+webrtc/modules/audio_processing",
+ "+webrtc/modules/media_file",
+ "+webrtc/modules/pacing",
+ "+webrtc/modules/rtp_rtcp",
+ "+webrtc/modules/utility",
+ "+webrtc/system_wrappers",
+]
« no previous file with comments | « webrtc/video/DEPS ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698