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: chromeos/chromeos.gyp

Issue 11075006: Moved bluetooth adapter files to device/bluetooth/. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Added IsBluetoothSupported() in bluetooth_api.cc Created 8 years, 2 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: chromeos/chromeos.gyp
diff --git a/chromeos/chromeos.gyp b/chromeos/chromeos.gyp
index 68632140a8dc98375f9b2b840ccfee26225ef2fd..9b7fa6ac0e53ba07b2292182edae177541a41e92 100644
--- a/chromeos/chromeos.gyp
+++ b/chromeos/chromeos.gyp
@@ -14,6 +14,7 @@
'../base/base.gyp:base',
'../build/linux/system.gyp:dbus',
'../dbus/dbus.gyp:dbus',
+ '../device/device.gyp:bluetooth_out_of_band_pairing_data',
'../net/net.gyp:net',
'../third_party/libxml/libxml.gyp:libxml',
'mtp_file_entry_proto',
@@ -47,7 +48,6 @@
'dbus/bluetooth_node_client.h',
'dbus/bluetooth_out_of_band_client.cc',
'dbus/bluetooth_out_of_band_client.h',
- 'dbus/bluetooth_out_of_band_pairing_data.h',
'dbus/bluetooth_property.cc',
'dbus/bluetooth_property.h',
'dbus/cashew_client.cc',
@@ -141,6 +141,7 @@
'type': 'static_library',
'dependencies': [
'../build/linux/system.gyp:dbus',
+ '../device/device.gyp:bluetooth_out_of_band_pairing_data',
'../testing/gmock.gyp:gmock',
'chromeos',
'mtp_file_entry_proto',

Powered by Google App Engine
This is Rietveld 408576698