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

Unified Diff: DEPS

Issue 1808573002: Revert of Add check_deps rules in DEPS files. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: 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 | « no previous file | talk/app/webrtc/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: DEPS
diff --git a/DEPS b/DEPS
index 821bda9eaba9c665d56573363aed2023baf8ef18..2878455048b1a19f02f559b8ea99836e60708386 100644
--- a/DEPS
+++ b/DEPS
@@ -22,6 +22,25 @@
Var('chromium_git') + '/external/webrtc/deps/third_party/winsdk_samples_v71@e71b549167a665d7424d6f1dadfbff4b4aad1589',
},
}
+
+# Define rules for which include paths are allowed in our source.
+include_rules = [
+ # Base is only used to build Android APK tests and may not be referenced by
+ # WebRTC production code.
+ '-base',
+ '-chromium',
+ '+external/webrtc/webrtc', # Android platform build.
+ '+gflags',
+ '+libyuv',
+ '+net',
+ '+talk',
+ '+testing',
+ '+third_party',
+ '+unicode',
+ '+usrsctplib',
+ '+webrtc',
+ '+vpx',
+]
hooks = [
{
« no previous file with comments | « no previous file | talk/app/webrtc/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698