Index: DEPS |
diff --git a/DEPS b/DEPS |
index 56d303c6265a9e6f44c4083aa701f4adf049f458..bd4912b4ef72e671e548ba32a9ca61fa79448c6f 100644 |
--- a/DEPS |
+++ b/DEPS |
@@ -34,6 +34,8 @@ deps_os = { |
} |
include_rules = [ |
+ # Basic stuff that everyone can use. |
Tom Sepez
2015/11/04 18:50:56
Nope. core/ can't include public. All API access
Lei Zhang
2015/11/04 19:30:54
But there's code that violates this. Want me to fi
|
+ '+public', |
'+testing', |
'+third_party/base', |
] |