| Index: components/BUILD.gn
|
| diff --git a/components/BUILD.gn b/components/BUILD.gn
|
| index b7ecabd0607a903b7ccca64cea487e99c5801abb..10d0d8900b5ab32e3ce486e59b7a38290e566783 100644
|
| --- a/components/BUILD.gn
|
| +++ b/components/BUILD.gn
|
| @@ -28,7 +28,6 @@ group("all_components") {
|
| "//components/component_updater",
|
| "//components/content_settings/core/browser",
|
| "//components/content_settings/core/common",
|
| - "//components/copresence_endpoints",
|
| "//components/crash/app",
|
| "//components/crash/browser",
|
| "//components/crx_file",
|
| @@ -126,7 +125,6 @@ group("all_components") {
|
| }
|
| if (is_ios) {
|
| deps -= [
|
| - "//components/copresence_endpoints",
|
| "//components/history/content/browser",
|
| "//components/keyed_service/content",
|
| ]
|
|
|