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