aboutsummaryrefslogtreecommitdiff
path: root/DEPS
diff options
context:
space:
mode:
Diffstat (limited to 'DEPS')
-rw-r--r--DEPS7
1 files changed, 7 insertions, 0 deletions
diff --git a/DEPS b/DEPS
index 2fb5f1ba..64d06374 100644
--- a/DEPS
+++ b/DEPS
@@ -226,6 +226,13 @@ include_rules = [
'+testing/util',
'+third_party',
+ # Inter-module dependencies must be through public APIs.
+ '-discovery',
+ '+discovery/common',
+ '+discovery/dnssd/public',
+ '+discovery/mdns/public',
+ '+discovery/public',
+
# Don't include abseil from the root so the path can change via include_dirs
# rules when in Chromium.
'-third_party/abseil',