Index: blimp/common/DEPS |
diff --git a/blimp/common/DEPS b/blimp/common/DEPS |
new file mode 100644 |
index 0000000000000000000000000000000000000000..43b88e7c8ea5cc3b825b788e2900a8d3605db4a9 |
--- /dev/null |
+++ b/blimp/common/DEPS |
@@ -0,0 +1,9 @@ |
+include_rules = [ |
+ "+base", |
+ "+cc", |
danakj
2015/08/26 18:23:36
-cc/blink here too
David Trainor- moved to gerrit
2015/08/28 01:23:47
Done.
|
+ "-content", |
+ "!content/public/common/content_switches.h", |
+ "+third_party/skia", |
+ "+ui/gfx", |
danakj
2015/08/26 18:23:35
same question
David Trainor- moved to gerrit
2015/08/28 01:23:47
Done.
|
+ "+ui/gl", |
+] |