Index: blimp/common/DEPS |
diff --git a/blimp/common/DEPS b/blimp/common/DEPS |
new file mode 100644 |
index 0000000000000000000000000000000000000000..2b54cf7acbf059275ab1ecb5e341a17b74e36c8b |
--- /dev/null |
+++ b/blimp/common/DEPS |
@@ -0,0 +1,14 @@ |
+include_rules = [ |
+ "+base", |
+ "+cc", |
+ "-cc/blink", |
+ "-content", |
+ "+third_party/skia", |
+ "+ui/gfx", |
+ "+ui/gl", |
+ |
+ # TODO(dtrainor): Remove this once the LayerTreeHost settings for Blimp |
+ # are finalized or are pushed from the server component. See |
+ # crbug.com/527655. |
+ "!content/public/common/content_switches.h", |
+] |