| Index: services/ui/ws/DEPS
|
| diff --git a/services/ui/ws/DEPS b/services/ui/ws/DEPS
|
| index 54bb901c257f69f2fea4743d93301dd00459d85e..cd144ffb9d8ada0354ba89a86561c84e01c3bb1a 100644
|
| --- a/services/ui/ws/DEPS
|
| +++ b/services/ui/ws/DEPS
|
| @@ -1,13 +1,17 @@
|
| include_rules = [
|
| - "+gpu/config/gpu_info.h",
|
| + "+gpu/command_buffer/client",
|
| + "+gpu/config",
|
| + "+gpu/ipc/client",
|
| + "+gpu/ipc/common",
|
| "+services/ui/gpu/interfaces",
|
| ]
|
|
|
| specific_include_rules = {
|
| - "frame_generator.cc": [
|
| + "gpu_service_proxy.cc": [
|
| "+services/ui/gpu/gpu_service_internal.h",
|
| ],
|
| - "gpu_service_proxy.cc": [
|
| + # This should be removed. crbug.com/637923
|
| + "mus_gpu_memory_buffer_manager.cc": [
|
| "+services/ui/gpu/gpu_service_internal.h",
|
| ]
|
| }
|
|
|