Index: blimp/client/DEPS |
diff --git a/blimp/client/DEPS b/blimp/client/DEPS |
new file mode 100644 |
index 0000000000000000000000000000000000000000..66e88d0fbbf29deadb414905c80b58068bdaf004 |
--- /dev/null |
+++ b/blimp/client/DEPS |
@@ -0,0 +1,12 @@ |
+include_rules = [ |
+ "+base", |
+ "+cc", |
+ "+content/public/common", |
nyquist
2015/08/19 07:48:06
Could we have
"-content",
"!content/public/common/
David Trainor- moved to gerrit
2015/08/21 00:49:46
Good idea!
Wez
2015/08/27 02:01:50
Feels cleanest to disallow content & then allow sp
David Trainor- moved to gerrit
2015/09/03 06:33:20
Yeah agreed :)
|
+ "+gpu", |
+ "+jni", |
+ "+net", |
+ "+skia", |
+ "+third_party/skia", |
+ "+ui/gfx", |
+ "+ui/gl", |
+] |