summaryrefslogtreecommitdiffstats
path: root/components/components.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 /components/components.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 'components/components.gyp')
-rw-r--r--components/components.gyp1
1 files changed, 1 insertions, 0 deletions
diff --git a/components/components.gyp b/components/components.gyp
index b9af219..5778920 100644
--- a/components/components.gyp
+++ b/components/components.gyp
@@ -62,6 +62,7 @@
['OS != "ios"', {
'includes': [
'cdm.gypi',
+ 'copresence_sockets.gypi',
'navigation_interception.gypi',
'plugins.gypi',
'power.gypi',