| Index: gpu/ipc/client/BUILD.gn
|
| diff --git a/gpu/ipc/client/BUILD.gn b/gpu/ipc/client/BUILD.gn
|
| index 53775227407e2b14bdb033700ad1ac752110a3e1..6658c71064ca9b29a0083b4264d809d3a5480520 100644
|
| --- a/gpu/ipc/client/BUILD.gn
|
| +++ b/gpu/ipc/client/BUILD.gn
|
| @@ -51,7 +51,6 @@ source_set("ipc_client_sources") {
|
| "//gpu/command_buffer/common:common_sources",
|
| "//gpu/config:config_sources",
|
| "//gpu/ipc/common:ipc_common_sources",
|
| - "//ipc",
|
| "//ui/base/",
|
| "//ui/events/ipc",
|
| "//ui/gfx/ipc",
|
| @@ -59,6 +58,9 @@ source_set("ipc_client_sources") {
|
| "//ui/gl",
|
| "//url/ipc:url_ipc",
|
| ]
|
| + public_deps = [
|
| + "//ipc",
|
| + ]
|
| if (use_ozone) {
|
| deps += [ "//ui/ozone" ]
|
| }
|
|
|