summaryrefslogtreecommitdiffstats
path: root/components/BUILD.gn
diff options
context:
space:
mode:
authorrkc <rkc@chromium.org>2015-02-03 13:58:34 -0800
committerCommit bot <commit-bot@chromium.org>2015-02-03 21:59:52 +0000
commit2d743cb6137cd3719a8aef1fc4c04b6d2bb7b089 (patch)
tree15da48393f47327c5d2a16859e0c221f5f1afdc4 /components/BUILD.gn
parent51747bc6af43f662054ebee3a73976edad07f4a5 (diff)
downloadchromium_src-2d743cb6137cd3719a8aef1fc4c04b6d2bb7b089.zip
chromium_src-2d743cb6137cd3719a8aef1fc4c04b6d2bb7b089.tar.gz
chromium_src-2d743cb6137cd3719a8aef1fc4c04b6d2bb7b089.tar.bz2
Remove the Copresence Endpoints API.
Since there are no plans to use this API at least for 1H 2015, there is no point leaving this code in Chrome. Removing this API to reduce code bloat. We can revisit adding this API again when this work gets prioritized. R=isherman@chromium.org, kalman@chromium.org, xiyuan@chromium.org BUG=452562 This flag is specified since we're deleting an enum from histgrams. This currently breaks the presubmit. NOPRESUBMIT=true Review URL: https://codereview.chromium.org/895783002 Cr-Commit-Position: refs/heads/master@{#314412}
Diffstat (limited to 'components/BUILD.gn')
-rw-r--r--components/BUILD.gn2
1 files changed, 0 insertions, 2 deletions
diff --git a/components/BUILD.gn b/components/BUILD.gn
index b7ecabd..10d0d89 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",
]