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

Unified Diff: device/device.gyp

Issue 11411130: Implemented BluetoothTaskManagerWin class. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Removed unnecessary lines. Created 8 years, 1 month 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 75902fc197a85882329553e0ae3556909fefd0b7..e3e530be445f0f65c4a064e99f19815072269e09 100644
--- a/device/device.gyp
+++ b/device/device.gyp
@@ -30,6 +30,8 @@
'bluetooth/bluetooth_device_chromeos.h',
'bluetooth/bluetooth_device_win.cc',
'bluetooth/bluetooth_device_win.h',
+ 'bluetooth/bluetooth_manager_win.cc',
+ 'bluetooth/bluetooth_manager_win.h',
'bluetooth/bluetooth_out_of_band_pairing_data.h',
'bluetooth/bluetooth_service_record.cc',
'bluetooth/bluetooth_service_record.h',
@@ -49,6 +51,11 @@
'../dbus/dbus.gyp:dbus',
]
}],
+ ['OS=="win"', {
+ 'dependencies': [
+ '../content/content.gyp:content_browser',
+ ]
+ }],
],
},
{
« device/bluetooth/bluetooth_manager_win.cc ('K') | « device/bluetooth/bluetooth_manager_win.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698