| Index: chrome/browser/ui/BUILD.gn
|
| diff --git a/chrome/browser/ui/BUILD.gn b/chrome/browser/ui/BUILD.gn
|
| index 6e87a071725bff0159f5feb467ab27876d9d38a9..4377f69e90a0bc23a968cf57f4a42caf5f0504fd 100644
|
| --- a/chrome/browser/ui/BUILD.gn
|
| +++ b/chrome/browser/ui/BUILD.gn
|
| @@ -383,6 +383,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,
|
|
|