| Index: chrome/browser/ui/BUILD.gn
|
| diff --git a/chrome/browser/ui/BUILD.gn b/chrome/browser/ui/BUILD.gn
|
| index bf1752f89dcbbe1b4b3e30660f7eb33b549aeeba..41e232805cf1f0cc2568ea785f521147f27eefe6 100644
|
| --- a/chrome/browser/ui/BUILD.gn
|
| +++ b/chrome/browser/ui/BUILD.gn
|
| @@ -142,7 +142,10 @@ static_library("ui") {
|
| rebase_path(gypi_values.chrome_browser_ui_omnibox_non_mobile_sources,
|
| ".",
|
| "//chrome")
|
| - deps += [ "//device/bluetooth" ]
|
| + deps += [
|
| + "//device/bluetooth",
|
| + "//components/copresence",
|
| + ]
|
| }
|
|
|
| if (enable_basic_printing || enable_print_preview) {
|
|
|