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

Unified Diff: 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 | « 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 2878455048b1a19f02f559b8ea99836e60708386..821bda9eaba9c665d56573363aed2023baf8ef18 100644
--- a/DEPS
+++ b/DEPS
@@ -23,25 +23,6 @@ deps_os = {
},
}
-# 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 = [
{
# Check for legacy named top-level dir (named 'trunk').
« 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