Chromium Code Reviews| Index: services/ui/surfaces/BUILD.gn |
| diff --git a/services/ui/surfaces/BUILD.gn b/services/ui/surfaces/BUILD.gn |
| index ebaafcb439ec83cefb336dedea7d4f587c2d531a..b1ef01229e282019737d77274ae1769871adf1d7 100644 |
| --- a/services/ui/surfaces/BUILD.gn |
| +++ b/services/ui/surfaces/BUILD.gn |
| @@ -26,6 +26,10 @@ source_set("surfaces") { |
| "//ui/gfx/geometry/mojo", |
| ] |
| + public_deps = [ |
| + "//ipc", |
| + ] |
| + |
| if (use_ozone) { |
| sources += [ |
| "display_output_surface_ozone.cc", |