Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(86)

Unified Diff: device/device.gyp

Issue 14487002: Bluetooth: Profile support for Chrome OS (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Transfer out ownership of fd. Fix socket code Created 7 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: device/device.gyp
diff --git a/device/device.gyp b/device/device.gyp
index 3f3d010c2bb1c66f1cb47dbdc5ab2634c3e62c5b..bf26761f710f2f5c7c1846612d30cedbab47e553 100644
--- a/device/device.gyp
+++ b/device/device.gyp
@@ -46,6 +46,8 @@
'bluetooth/bluetooth_out_of_band_pairing_data.h',
'bluetooth/bluetooth_profile.cc',
'bluetooth/bluetooth_profile.h',
+ 'bluetooth/bluetooth_profile_experimental_chromeos.cc',
+ 'bluetooth/bluetooth_profile_experimental_chromeos.h',
'bluetooth/bluetooth_profile_mac.h',
'bluetooth/bluetooth_profile_mac.mm',
'bluetooth/bluetooth_service_record.cc',
@@ -59,6 +61,8 @@
'bluetooth/bluetooth_socket.h',
'bluetooth/bluetooth_socket_chromeos.cc',
'bluetooth/bluetooth_socket_chromeos.h',
+ 'bluetooth/bluetooth_socket_experimental_chromeos.cc',
+ 'bluetooth/bluetooth_socket_experimental_chromeos.h',
'bluetooth/bluetooth_socket_mac.h',
'bluetooth/bluetooth_socket_mac.mm',
'bluetooth/bluetooth_socket_win.cc',

Powered by Google App Engine
This is Rietveld 408576698