Index: chrome/browser/ui/BUILD.gn |
diff --git a/chrome/browser/ui/BUILD.gn b/chrome/browser/ui/BUILD.gn |
index aacb45761620cf3381c619392c36a77a44a80cf2..225cdbe8b17394220865cf135690cee6323d9c08 100644 |
--- a/chrome/browser/ui/BUILD.gn |
+++ b/chrome/browser/ui/BUILD.gn |
@@ -322,7 +322,7 @@ source_set("ui") { |
} |
if (use_aura && !use_ozone && is_desktop_linux) { |
deps += [ |
- "//build/linux:gio", |
+ "//build/linux/libgio", |
# gtk2 is the only component that can interact with gtk2 in our new |
# world. |