| Index: chrome/browser/ui/BUILD.gn
|
| diff --git a/chrome/browser/ui/BUILD.gn b/chrome/browser/ui/BUILD.gn
|
| index 920bf8d47c441d0067c4c81ef3fa0070ea37582b..b25f993d62c8523c4a57e865411a8ce378e30b24 100644
|
| --- a/chrome/browser/ui/BUILD.gn
|
| +++ b/chrome/browser/ui/BUILD.gn
|
| @@ -227,11 +227,6 @@ static_library("ui") {
|
| sources += rebase_path(gypi_values.chrome_browser_ui_desktop_sources,
|
| ".", "//chrome")
|
| }
|
| - if (is_chromeos || is_android) {
|
| - sources += rebase_path(
|
| - gypi_values.chrome_browser_ui_android_chromeos_sources,
|
| - ".", "//chrome")
|
| - }
|
| if (use_aura) {
|
| sources += rebase_path(gypi_values.chrome_browser_ui_aura_sources,
|
| ".", "//chrome")
|
|
|