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