Chromium Code Reviews| Index: blimp/common/DEPS |
| diff --git a/blimp/common/DEPS b/blimp/common/DEPS |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..f007f638ff57b67fe2e0382c144fff1be49b6130 |
| --- /dev/null |
| +++ b/blimp/common/DEPS |
| @@ -0,0 +1,13 @@ |
| +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. |
|
Wez
2015/09/03 00:49:28
Bug # for that work?
David Trainor- moved to gerrit
2015/09/03 06:33:22
Done.
|
| + "!content/public/common/content_switches.h", |
| +] |