summaryrefslogtreecommitdiffstats
path: root/device/bluetooth/bluetooth.gyp
diff options
context:
space:
mode:
authorkeybuk@chromium.org <keybuk@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-06-12 14:47:32 +0000
committerkeybuk@chromium.org <keybuk@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-06-12 14:47:32 +0000
commit627f4f4ec29191d02998358a0b9d8896547ffca1 (patch)
treedba063c373e62ef6dca9cd8dd0fc05150aa8efd4 /device/bluetooth/bluetooth.gyp
parent5ddc6f5f34fc08363a5acbdd089a1d8be680e8fb (diff)
downloadchromium_src-627f4f4ec29191d02998358a0b9d8896547ffca1.zip
chromium_src-627f4f4ec29191d02998358a0b9d8896547ffca1.tar.gz
chromium_src-627f4f4ec29191d02998358a0b9d8896547ffca1.tar.bz2
Bluetooth: drop "Experimental" from Chrome OS backend
BUG=221813 TEST=device_unittests Review URL: https://chromiumcodereview.appspot.com/14932007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@205777 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'device/bluetooth/bluetooth.gyp')
-rw-r--r--device/bluetooth/bluetooth.gyp16
1 files changed, 8 insertions, 8 deletions
diff --git a/device/bluetooth/bluetooth.gyp b/device/bluetooth/bluetooth.gyp
index cd4788b..9da5cda 100644
--- a/device/bluetooth/bluetooth.gyp
+++ b/device/bluetooth/bluetooth.gyp
@@ -21,8 +21,8 @@
'sources': [
'bluetooth_adapter.cc',
'bluetooth_adapter.h',
- 'bluetooth_adapter_experimental_chromeos.cc',
- 'bluetooth_adapter_experimental_chromeos.h',
+ 'bluetooth_adapter_chromeos.cc',
+ 'bluetooth_adapter_chromeos.h',
'bluetooth_adapter_factory.cc',
'bluetooth_adapter_factory.h',
'bluetooth_adapter_mac.h',
@@ -31,8 +31,8 @@
'bluetooth_adapter_win.h',
'bluetooth_device.cc',
'bluetooth_device.h',
- 'bluetooth_device_experimental_chromeos.cc',
- 'bluetooth_device_experimental_chromeos.h',
+ 'bluetooth_device_chromeos.cc',
+ 'bluetooth_device_chromeos.h',
'bluetooth_device_mac.h',
'bluetooth_device_mac.mm',
'bluetooth_device_win.cc',
@@ -42,8 +42,8 @@
'bluetooth_out_of_band_pairing_data.h',
'bluetooth_profile.cc',
'bluetooth_profile.h',
- 'bluetooth_profile_experimental_chromeos.cc',
- 'bluetooth_profile_experimental_chromeos.h',
+ 'bluetooth_profile_chromeos.cc',
+ 'bluetooth_profile_chromeos.h',
'bluetooth_profile_mac.h',
'bluetooth_profile_mac.mm',
'bluetooth_profile_win.cc',
@@ -55,8 +55,8 @@
'bluetooth_service_record_win.cc',
'bluetooth_service_record_win.h',
'bluetooth_socket.h',
- 'bluetooth_socket_experimental_chromeos.cc',
- 'bluetooth_socket_experimental_chromeos.h',
+ 'bluetooth_socket_chromeos.cc',
+ 'bluetooth_socket_chromeos.h',
'bluetooth_socket_mac.h',
'bluetooth_socket_mac.mm',
'bluetooth_socket_win.cc',