summaryrefslogtreecommitdiffstats
path: root/extensions/extensions.gyp
diff options
context:
space:
mode:
authorrkc <rkc@chromium.org>2014-10-07 14:27:19 -0700
committerCommit bot <commit-bot@chromium.org>2014-10-07 21:27:34 +0000
commita3e8914682cb7e046b5a76e93c053f070ea25a0b (patch)
treef86a43abc6257b908ffbcbee14b42f43f4d34a11 /extensions/extensions.gyp
parent5fb1e3aedf28059eb8bb51aa1b530f24be2f18ef (diff)
downloadchromium_src-a3e8914682cb7e046b5a76e93c053f070ea25a0b.zip
chromium_src-a3e8914682cb7e046b5a76e93c053f070ea25a0b.tar.gz
chromium_src-a3e8914682cb7e046b5a76e93c053f070ea25a0b.tar.bz2
Prototype for copresenceSockets.
This is the prototype implementation of the chrome.copresenceSocket API. This CL adds the API and the copresence_sockets component (which is a currently a thin wrapper around the bluetooth APIs). Only the receive parts of the code have been implemented with this CL. Reviews requested, rockot@ - Extension parts armansito@ - BT parts caitkp@ - Owners review for components BUG=418615 Review URL: https://codereview.chromium.org/610633002 Cr-Commit-Position: refs/heads/master@{#298577}
Diffstat (limited to 'extensions/extensions.gyp')
-rw-r--r--extensions/extensions.gyp3
1 files changed, 3 insertions, 0 deletions
diff --git a/extensions/extensions.gyp b/extensions/extensions.gyp
index e657635..0a80101 100644
--- a/extensions/extensions.gyp
+++ b/extensions/extensions.gyp
@@ -287,6 +287,7 @@
'dependencies': [
'../base/base.gyp:base',
'../base/base.gyp:base_prefs',
+ '../components/components.gyp:copresence_sockets',
'../components/components.gyp:keyed_service_content',
'../components/components.gyp:keyed_service_core',
'../components/components.gyp:pref_registry',
@@ -382,6 +383,8 @@
'browser/api/cast_channel/logger.h',
'browser/api/cast_channel/logger_util.cc',
'browser/api/cast_channel/logger_util.h',
+ 'browser/api/copresence_socket/copresence_socket_api.cc',
+ 'browser/api/copresence_socket/copresence_socket_api.h',
'browser/api/declarative/deduping_factory.h',
'browser/api/declarative/declarative_api.cc',
'browser/api/declarative/declarative_api.h',