Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(258)

Unified Diff: components/copresence_sockets/BUILD.gn

Issue 610633002: Prototype for copresenceSockets. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: format specifiers build fix Created 6 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « components/copresence_sockets.gypi ('k') | components/copresence_sockets/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/copresence_sockets/BUILD.gn
diff --git a/components/copresence_sockets/BUILD.gn b/components/copresence_sockets/BUILD.gn
new file mode 100644
index 0000000000000000000000000000000000000000..f48f6017b04e9237a771b4ea7e3b45c3b3c61e22
--- /dev/null
+++ b/components/copresence_sockets/BUILD.gn
@@ -0,0 +1,19 @@
+# Copyright 2014 The Chromium Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+static_library("copresence_sockets") {
+ sources = [
+ "copresence_peer.cc",
+ "transports/bluetooth/copresence_socket_bluetooth.cc",
+ "transports/bluetooth/copresence_socket_bluetooth.h",
+ "public/copresence_peer.h",
+ "public/copresence_socket.h",
+ ]
+
+ deps = [
+ "//base",
+ "//device/bluetooth",
+ "//net",
+ ]
+}
« no previous file with comments | « components/copresence_sockets.gypi ('k') | components/copresence_sockets/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698