Index: cc/base/DEPS |
diff --git a/cc/base/DEPS b/cc/base/DEPS |
index 33b4e8f0bac8541aa39886d3e5d966ef5ffdf499..e3ef66c4cb4401af23df756dc852078a4dff2f5c 100644 |
--- a/cc/base/DEPS |
+++ b/cc/base/DEPS |
@@ -1,7 +1,8 @@ |
-# Things within cc/base should not depend on things in cc/ outside of cc/base. |
+# Things within cc/base should not depend on things in cc/ outside of cc/base except protocol buffers. |
David Trainor- moved to gerrit
2015/11/19 19:14:01
Should this wrap?
nyquist
2015/11/20 01:11:43
Done.
|
include_rules = [ |
"-cc", |
"+cc/base", |
+ "+cc/proto", |
] |
# Tests can use things in cc/test |