Chromium Code Reviews| Index: components/viz/host/DEPS |
| diff --git a/components/viz/host/DEPS b/components/viz/host/DEPS |
| index 7245cd4b23a83214fe07c59578d54a679811d87a..c4eca43e5b2f221ca13b5440d4919d89d6c058ff 100644 |
| --- a/components/viz/host/DEPS |
| +++ b/components/viz/host/DEPS |
| @@ -1,4 +1,11 @@ |
| include_rules = [ |
| "+cc/ipc", |
| "+cc/surfaces", |
| + "+services/ui/gpu/interfaces", |
| ] |
| + |
| +specific_include_rules = { |
| + "server_gpu_memory_buffer_manager_unittest\.cc": [ |
| + "+ui/gfx", |
| + ] |
| +} |