Index: components/exo/wayland/BUILD.gn |
diff --git a/components/exo/wayland/BUILD.gn b/components/exo/wayland/BUILD.gn |
index 02d12269a088bc06294ce3523c251a8aec2ee555..2b0910474faf5ff1072d45f585b20687e27e487b 100644 |
--- a/components/exo/wayland/BUILD.gn |
+++ b/components/exo/wayland/BUILD.gn |
@@ -107,7 +107,10 @@ source_set("client_lib") { |
"//ui/gl:gl_config", |
] |
defines = [ "OZONE_PLATFORM_GBM" ] |
- deps += [ "//third_party/minigbm" ] |
+ deps += [ |
+ "//third_party/minigbm", |
+ "//ui/ozone", |
+ ] |
} |
} |