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

Unified Diff: device/device.gyp

Issue 13927010: Bluetooth: implement BlueZ 5 backend for Chrome OS (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix review comment 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
« no previous file with comments | « device/bluetooth/bluetooth_experimental_chromeos_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 bd0cd3d882f6552044e073e0d99972086728d3c1..0bb684a6e00ff848bac8f83b952198eb5ac911a6 100644
--- a/device/device.gyp
+++ b/device/device.gyp
@@ -35,6 +35,8 @@
'bluetooth/bluetooth_device.h',
'bluetooth/bluetooth_device_chromeos.cc',
'bluetooth/bluetooth_device_chromeos.h',
+ 'bluetooth/bluetooth_device_experimental_chromeos.cc',
+ 'bluetooth/bluetooth_device_experimental_chromeos.h',
'bluetooth/bluetooth_device_mac.h',
'bluetooth/bluetooth_device_mac.mm',
'bluetooth/bluetooth_device_win.cc',
@@ -162,6 +164,7 @@
'bluetooth/bluetooth_adapter_mac_unittest.mm',
'bluetooth/bluetooth_adapter_win_unittest.cc',
'bluetooth/bluetooth_device_win_unittest.cc',
+ 'bluetooth/bluetooth_experimental_chromeos_unittest.cc',
'bluetooth/bluetooth_service_record_chromeos_unittest.cc',
'bluetooth/bluetooth_service_record_mac_unittest.mm',
'bluetooth/bluetooth_service_record_win_unittest.cc',
@@ -175,6 +178,7 @@
'dependencies': [
'../build/linux/system.gyp:dbus',
'../chromeos/chromeos.gyp:chromeos_test_support',
+ '../chromeos/chromeos.gyp:chromeos_test_support_without_gmock',
'../dbus/dbus.gyp:dbus',
]
}],
« no previous file with comments | « device/bluetooth/bluetooth_experimental_chromeos_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698