Chromium Code Reviews| Index: components/viz/hittest/DEPS |
| diff --git a/components/viz/hittest/DEPS b/components/viz/hittest/DEPS |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..8a119b99bec07d6ec64ce3d8dfed6884660a0db1 |
| --- /dev/null |
| +++ b/components/viz/hittest/DEPS |
| @@ -0,0 +1,6 @@ |
| +include_rules = [ |
| + "+cc", |
| + "+ui/gfx/geometry/mojo", |
| + "+components/viz/display_compositor", |
|
rjkroege
2017/06/02 22:45:44
should only be the public interfaces?
|
| + "+skia/public", |
| +] |