Chromium Code Reviews| Index: components/viz/common/hit_test/DEPS |
| diff --git a/components/viz/common/hit_test/DEPS b/components/viz/common/hit_test/DEPS |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..814f970dbea88721014a3d82432021f76a574978 |
| --- /dev/null |
| +++ b/components/viz/common/hit_test/DEPS |
| @@ -0,0 +1,4 @@ |
| +include_rules = [ |
| + "+cc/surfaces", |
|
rjkroege
2017/06/15 19:58:35
This seems too big. There is a bunch of stuff in c
riajiang
2017/06/16 02:56:53
Changed to add "cc/surfaces/frame_sink_id.h".
|
| + "+ui/gfx" |
| +] |