| Index: chrome/browser/ui/BUILD.gn
|
| diff --git a/chrome/browser/ui/BUILD.gn b/chrome/browser/ui/BUILD.gn
|
| index 4e76c45b65c4c842ee256b6a96f3ad90c231d4ed..b03075b3e01020163e5f38a775864bfcebabbcd0 100644
|
| --- a/chrome/browser/ui/BUILD.gn
|
| +++ b/chrome/browser/ui/BUILD.gn
|
| @@ -409,6 +409,11 @@ static_library("ui") {
|
| }
|
| }
|
| }
|
| + if (!is_ios && !is_android) {
|
| + sources += rebase_path(gypi_values.chrome_browser_ui_non_mobile_sources,
|
| + ".", "//chrome")
|
| + deps += [ "//components/copresence" ]
|
| + }
|
|
|
| if (enable_app_list) {
|
| sources += rebase_path(gypi_values.chrome_browser_ui_app_list_sources,
|
|
|