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

Unified Diff: webrtc/test/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/system_wrappers/DEPS ('k') | webrtc/tools/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/test/DEPS
diff --git a/webrtc/test/DEPS b/webrtc/test/DEPS
new file mode 100644
index 0000000000000000000000000000000000000000..27c0e744fd5b083d87c3f7df4f7e2617a98e9bd9
--- /dev/null
+++ b/webrtc/test/DEPS
@@ -0,0 +1,13 @@
+include_rules = [
+ "+webrtc/base",
+ "+webrtc/call",
+ "+webrtc/common_video",
+ "+webrtc/modules/audio_coding",
+ "+webrtc/modules/audio_device",
+ "+webrtc/modules/media_file",
+ "+webrtc/modules/rtp_rtcp",
+ "+webrtc/modules/video_capture",
+ "+webrtc/modules/video_coding",
+ "+webrtc/system_wrappers",
+ "+webrtc/voice_engine",
+]
« no previous file with comments | « webrtc/system_wrappers/DEPS ('k') | webrtc/tools/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698