Chromium Code Reviews| Index: services/ui/gpu/DEPS |
| diff --git a/services/ui/gpu/DEPS b/services/ui/gpu/DEPS |
| index 78294ae4ab8db09295cba3ed6cf3e0b20a985545..7c622586f4eea8541c259ea02dfa9f5e4a53fd03 100644 |
| --- a/services/ui/gpu/DEPS |
| +++ b/services/ui/gpu/DEPS |
| @@ -5,5 +5,12 @@ include_rules = [ |
| "+gpu/ipc/common", |
| "+gpu/ipc/service", |
| "+media/gpu/ipc/service", |
| - "+services/ui/surfaces", |
| + "-services/ui/common", |
| ] |
| + |
| +specific_include_rules = { |
| + "gpu_main.*": [ |
| + "+services/ui/common", |
| + "+services/ui/surfaces", |
| + ] |
| +} |