diff options
author | youngki@chromium.org <youngki@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-05-01 03:15:23 +0000 |
---|---|---|
committer | youngki@chromium.org <youngki@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-05-01 03:15:23 +0000 |
commit | b24df959055631ff52b47097053948f597eb0a0c (patch) | |
tree | 3cbd381f4d4c7678513d700e5cab11f12e807504 /device/device.gyp | |
parent | 2044f3e8a4c99951ad45f63c6e4814da6c20cb00 (diff) | |
download | chromium_src-b24df959055631ff52b47097053948f597eb0a0c.zip chromium_src-b24df959055631ff52b47097053948f597eb0a0c.tar.gz chromium_src-b24df959055631ff52b47097053948f597eb0a0c.tar.bz2 |
Implemented chrome.bluetooth.addProfile and chrome.bluetooth.removeProfile.
We will reject the registration of the profiles that have already been registered.
When there is an incoming connection, we will route that connection to the extension that registered the profile.
BUG=229636
Review URL: https://chromiumcodereview.appspot.com/14311007
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@197554 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'device/device.gyp')
-rw-r--r-- | device/device.gyp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/device/device.gyp b/device/device.gyp index 3f3d010..6afb8a0 100644 --- a/device/device.gyp +++ b/device/device.gyp @@ -110,6 +110,8 @@ 'bluetooth/test/mock_bluetooth_adapter.h', 'bluetooth/test/mock_bluetooth_device.cc', 'bluetooth/test/mock_bluetooth_device.h', + 'bluetooth/test/mock_bluetooth_profile.cc', + 'bluetooth/test/mock_bluetooth_profile.h', 'bluetooth/test/mock_bluetooth_socket.cc', 'bluetooth/test/mock_bluetooth_socket.h', ], |