| Index: chrome/browser/ui/BUILD.gn
|
| diff --git a/chrome/browser/ui/BUILD.gn b/chrome/browser/ui/BUILD.gn
|
| index 9985886db7e2227015674bf71eda7719df13a7ab..9328e46ce9d9e79ecbf49ebfa001f2cede8e7749 100644
|
| --- a/chrome/browser/ui/BUILD.gn
|
| +++ b/chrome/browser/ui/BUILD.gn
|
| @@ -361,7 +361,7 @@ static_library("ui") {
|
| }
|
| }
|
| if (is_desktop_linux) {
|
| - sources += rebase_path(gypi_values.chrome_browser_desktop_linux_sources,
|
| + sources += rebase_path(gypi_values.chrome_browser_ui_desktop_linux_sources,
|
| ".", "//chrome")
|
| }
|
| if (is_linux) { # Both desktop Linux and ChromeOS.
|
|
|