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

Unified Diff: components/copresence_sockets.gypi

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/components.gyp ('k') | components/copresence_sockets/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/copresence_sockets.gypi
diff --git a/components/copresence_sockets.gypi b/components/copresence_sockets.gypi
new file mode 100644
index 0000000000000000000000000000000000000000..60cb957afdd0f903dd0a6378ac906bd73453589d
--- /dev/null
+++ b/components/copresence_sockets.gypi
@@ -0,0 +1,28 @@
+# 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.
+
+{
+ 'targets': [
+ {
+ 'target_name': 'copresence_sockets',
+ 'type': 'static_library',
+ 'dependencies': [
+ '../base/base.gyp:base',
+ '../device/bluetooth/bluetooth.gyp:device_bluetooth',
+ '../net/net.gyp:net',
+ ],
+ 'include_dirs': [
+ '..',
+ ],
+ 'sources': [
+ # GN version: //components/copresence_sockets
+ 'copresence_sockets/copresence_peer.cc',
+ 'copresence_sockets/transports/bluetooth/copresence_socket_bluetooth.cc',
+ 'copresence_sockets/transports/bluetooth/copresence_socket_bluetooth.h',
+ 'copresence_sockets/public/copresence_peer.h',
+ 'copresence_sockets/public/copresence_socket.h',
+ ],
+ },
+ ],
+}
« no previous file with comments | « components/components.gyp ('k') | components/copresence_sockets/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698