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

Unified Diff: device/device.gyp

Issue 12018024: Implemented Asynchronous Initialization of BluetoothAdapter. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Turned adapter_callbacks to a lazy instance. Created 7 years, 11 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
« no previous file with comments | « device/bluetooth/bluetooth_task_manager_win_unittest.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: device/device.gyp
diff --git a/device/device.gyp b/device/device.gyp
index 7d3af8e45cbfab9f29c1c5432a4d895434a28fdd..dae44726c3158292b68274ddc134627df5ca4ae4 100644
--- a/device/device.gyp
+++ b/device/device.gyp
@@ -30,7 +30,8 @@
'bluetooth/bluetooth_device_chromeos.h',
'bluetooth/bluetooth_device_win.cc',
'bluetooth/bluetooth_device_win.h',
- 'bluetooth/bluetooth_includes_win.h',
+ 'bluetooth/bluetooth_init_win.cc',
+ 'bluetooth/bluetooth_init_win.h',
'bluetooth/bluetooth_out_of_band_pairing_data.h',
'bluetooth/bluetooth_service_record.cc',
'bluetooth/bluetooth_service_record.h',
« no previous file with comments | « device/bluetooth/bluetooth_task_manager_win_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698