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

Unified Diff: webrtc/api/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/DEPS ('k') | webrtc/audio/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/api/DEPS
diff --git a/webrtc/api/DEPS b/webrtc/api/DEPS
new file mode 100644
index 0000000000000000000000000000000000000000..956d4d95c8c4fa701d7f3cb4aa34c662379ff622
--- /dev/null
+++ b/webrtc/api/DEPS
@@ -0,0 +1,23 @@
+include_rules = [
+ "+third_party/libyuv",
+ "+webrtc/base",
+ "+webrtc/common_video",
+ "+webrtc/media",
+ "+webrtc/p2p",
+ "+webrtc/pc",
+ "+webrtc/modules/audio_device",
+ "+webrtc/modules/rtp_rtcp",
+ "+webrtc/modules/video_coding",
+ "+webrtc/modules/video_render",
+ "+webrtc/system_wrappers",
+]
+
+specific_include_rules = {
+ "androidtestinitializer\.cc": [
+ "+base/android", # Allowed only for Android tests.
+ "+webrtc/voice_engine",
+ ],
+ "peerconnection_jni\.cc": [
+ "+webrtc/voice_engine",
+ ]
+}
« no previous file with comments | « webrtc/DEPS ('k') | webrtc/audio/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698