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

Unified Diff: device/BUILD.gn

Issue 1898643002: Refactor device::BluetoothGattXXX classes to split into remote/local. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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/BUILD.gn
diff --git a/device/BUILD.gn b/device/BUILD.gn
index 399e4868f5e9726d333be841fcfc4cef1fb1a916..7dbd214ea6c41fa10bd08055c3e388c337e57050 100644
--- a/device/BUILD.gn
+++ b/device/BUILD.gn
@@ -27,10 +27,10 @@ test("device_unittests") {
"bluetooth/bluetooth_device_unittest.cc",
"bluetooth/bluetooth_device_win_unittest.cc",
"bluetooth/bluetooth_discovery_filter_unittest.cc",
- "bluetooth/bluetooth_gatt_characteristic_unittest.cc",
- "bluetooth/bluetooth_gatt_descriptor_unittest.cc",
- "bluetooth/bluetooth_gatt_service_unittest.cc",
"bluetooth/bluetooth_low_energy_win_unittest.cc",
+ "bluetooth/bluetooth_remote_gatt_characteristic_unittest.cc",
+ "bluetooth/bluetooth_remote_gatt_descriptor_unittest.cc",
+ "bluetooth/bluetooth_remote_gatt_service_unittest.cc",
"bluetooth/bluetooth_service_record_win_unittest.cc",
"bluetooth/bluetooth_task_manager_win_unittest.cc",
"bluetooth/bluetooth_uuid_unittest.cc",
@@ -157,12 +157,12 @@ test("device_unittests") {
configs += [ "//build/config/linux:dbus" ]
sources += [
- "bluetooth/bluetooth_adapter_profile_bluez_unittest.cc",
- "bluetooth/bluetooth_advertisement_bluez_unittest.cc",
- "bluetooth/bluetooth_audio_sink_bluez_unittest.cc",
- "bluetooth/bluetooth_bluez_unittest.cc",
- "bluetooth/bluetooth_gatt_bluez_unittest.cc",
- "bluetooth/bluetooth_socket_bluez_unittest.cc",
+ "bluetooth/bluez/bluetooth_adapter_profile_bluez_unittest.cc",
+ "bluetooth/bluez/bluetooth_advertisement_bluez_unittest.cc",
+ "bluetooth/bluez/bluetooth_audio_sink_bluez_unittest.cc",
+ "bluetooth/bluez/bluetooth_bluez_unittest.cc",
+ "bluetooth/bluez/bluetooth_gatt_bluez_unittest.cc",
+ "bluetooth/bluez/bluetooth_socket_bluez_unittest.cc",
"bluetooth/test/bluetooth_test_bluez.cc",
"bluetooth/test/bluetooth_test_bluez.h",
]
« no previous file with comments | « content/shell/browser/layout_test/layout_test_bluetooth_adapter_provider.cc ('k') | device/bluetooth/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698