Delete chrome.mediaGalleriesPrivate because the functionality unique to it has since...
[chromium-blink-merge.git] / components / copresence_endpoints / BUILD.gn
blob7d4ee0a7ad39c788c6a063aa19e90892a8a1017f
1 # Copyright 2014 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file.
5 static_library("copresence_endpoints") {
6   sources = [
7     "copresence_endpoint.cc",
8     "copresence_socket.h",
9     "public/copresence_endpoint.h",
10     "transports/bluetooth/copresence_socket_bluetooth.cc",
11     "transports/bluetooth/copresence_socket_bluetooth.h",
12   ]
14   deps = [
15     "//base",
16     "//device/bluetooth",
17     "//net",
18   ]