| Index: chrome/browser/ui/BUILD.gn
|
| diff --git a/chrome/browser/ui/BUILD.gn b/chrome/browser/ui/BUILD.gn
|
| index b12d936df0d556ea45fe12558c8c87482198de33..0339dbf02566230a21fd492f63bcafb0c26f6013 100644
|
| --- a/chrome/browser/ui/BUILD.gn
|
| +++ b/chrome/browser/ui/BUILD.gn
|
| @@ -197,6 +197,11 @@ static_library("ui") {
|
| sources += rebase_path(gypi_values.chrome_browser_ui_athena_sources,
|
| ".", "//chrome")
|
| } else { # Not athena.
|
| + if (!is_android) {
|
| + sources += rebase_path(
|
| + gypi_values.chrome_browser_ui_non_athena_non_android_sources,
|
| + ".", "//chrome")
|
| + }
|
| if (use_ash) {
|
| sources += rebase_path(
|
| gypi_values.chrome_browser_ui_ash_non_athena_sources,
|
|
|