Chromium Code Reviews| Index: components/viz/host/gpu/DEPS |
| diff --git a/components/viz/host/gpu/DEPS b/components/viz/host/gpu/DEPS |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..9b455745a44b27f2d2f453dfb003a5dc0d52a7e0 |
| --- /dev/null |
| +++ b/components/viz/host/gpu/DEPS |
| @@ -0,0 +1,3 @@ |
| +include_rules = [ |
| + "+services/ui/gpu/interfaces", |
|
danakj
2017/06/14 21:34:06
Is it weird to dep from components to services? Ca
Fady Samuel
2017/06/14 21:35:23
I think the interface should just move here...
sadrul
2017/06/14 21:40:59
My opinion is that interfaces should remain under
danakj
2017/06/14 21:52:08
Ok thanks, so the rule would be .../interfaces is
|
| +] |