linux: Cache families from FontRenderParams queries.
[chromium-blink-merge.git] / components / copresence_sockets / BUILD.gn
blobf48f6017b04e9237a771b4ea7e3b45c3b3c61e22
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_sockets") {
6   sources = [
7     "copresence_peer.cc",
8     "transports/bluetooth/copresence_socket_bluetooth.cc",
9     "transports/bluetooth/copresence_socket_bluetooth.h",
10     "public/copresence_peer.h",
11     "public/copresence_socket.h",
12   ]
14   deps = [
15     "//base",
16     "//device/bluetooth",
17     "//net",
18   ]