Chromium Code Reviews| Index: chrome/browser/ui/BUILD.gn |
| diff --git a/chrome/browser/ui/BUILD.gn b/chrome/browser/ui/BUILD.gn |
| index 4e76c45b65c4c842ee256b6a96f3ad90c231d4ed..e52e0e9cb3c292263c40a08c2bcfd36cf18b55d1 100644 |
| --- a/chrome/browser/ui/BUILD.gn |
| +++ b/chrome/browser/ui/BUILD.gn |
| @@ -129,7 +129,7 @@ static_library("ui") { |
| sources += rebase_path(gypi_values.chrome_browser_ui_non_mobile_sources, |
| ".", |
| "//chrome") |
| - deps += [ "//device/bluetooth" ] |
| + deps += [ "//device/bluetooth", "//components/copresence" ] |
|
sky
2014/12/06 21:19:49
I believe we wrap to multiple lines instead of one
Charlie
2014/12/08 05:37:57
Done.
|
| } |
| if (enable_basic_printing || enable_print_preview) { |