summaryrefslogtreecommitdiffstats
path: root/chrome/chrome_browser_extensions.gypi
diff options
context:
space:
mode:
authorkeybuk@chromium.org <keybuk@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-05-31 03:55:59 +0000
committerkeybuk@chromium.org <keybuk@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-05-31 03:55:59 +0000
commit13ccdbe15868bf865c6115b70b0cf13b132864ae (patch)
treebbf0635e9229f7bd555b23c83ff8f16cb71121fe /chrome/chrome_browser_extensions.gypi
parentbd7804147bddb05378c85c4dc7aba34173b02c7f (diff)
downloadchromium_src-13ccdbe15868bf865c6115b70b0cf13b132864ae.zip
chromium_src-13ccdbe15868bf865c6115b70b0cf13b132864ae.tar.gz
chromium_src-13ccdbe15868bf865c6115b70b0cf13b132864ae.tar.bz2
Bluetooth: remove Profile API
This CL removes the bluetooth.addProfile and bluetooth.removeProfile API calls, along with the associated bluetooth.onConnection event. Apps should now use bluetoothSocket.connect() and the family of bluetoothSocket.listenUsing*() functions instead. Since those are only implemented on Chrome OS right now this temporarily breaks Windows and OS X, but should make the effort of porting those to the new API easier by removing much of the old code. It also cleans up the bluetooth API by removing the deprecated and non-functional socket methods now that bluetoothSocket is complete. BUG=349475 TEST=unit_tests and browser_tests Review URL: https://codereview.chromium.org/284183012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@274000 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/chrome_browser_extensions.gypi')
-rw-r--r--chrome/chrome_browser_extensions.gypi4
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/chrome_browser_extensions.gypi b/chrome/chrome_browser_extensions.gypi
index 0b0d070..c33f9cc 100644
--- a/chrome/chrome_browser_extensions.gypi
+++ b/chrome/chrome_browser_extensions.gypi
@@ -155,8 +155,6 @@
'browser/extensions/api/bluetooth/bluetooth_api.h',
'browser/extensions/api/bluetooth/bluetooth_api_pairing_delegate.cc',
'browser/extensions/api/bluetooth/bluetooth_api_pairing_delegate.h',
- 'browser/extensions/api/bluetooth/bluetooth_api_socket.h',
- 'browser/extensions/api/bluetooth/bluetooth_api_socket.cc',
'browser/extensions/api/bluetooth/bluetooth_api_utils.cc',
'browser/extensions/api/bluetooth/bluetooth_api_utils.h',
'browser/extensions/api/bluetooth/bluetooth_event_router.cc',
@@ -171,6 +169,8 @@
'browser/extensions/api/bluetooth_low_energy/bluetooth_low_energy_event_router.h',
'browser/extensions/api/bluetooth_low_energy/utils.cc',
'browser/extensions/api/bluetooth_low_energy/utils.h',
+ 'browser/extensions/api/bluetooth_socket/bluetooth_api_socket.h',
+ 'browser/extensions/api/bluetooth_socket/bluetooth_api_socket.cc',
'browser/extensions/api/bluetooth_socket/bluetooth_socket_api.cc',
'browser/extensions/api/bluetooth_socket/bluetooth_socket_api.h',
'browser/extensions/api/bluetooth_socket/bluetooth_socket_event_dispatcher.cc',