Chromium Code Reviews| Index: chrome/browser/ui/BUILD.gn |
| diff --git a/chrome/browser/ui/BUILD.gn b/chrome/browser/ui/BUILD.gn |
| index aacb45761620cf3381c619392c36a77a44a80cf2..19c4984ee9d0d38945a02b3cd5a58a66074bb15e 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:gio", |
| # gtk2 is the only component that can interact with gtk2 in our new |
| # world. |