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

Unified Diff: content/content_tests.gypi

Issue 1902153003: bluetooth: Move connect/disconnect to mojo (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@bluetooth-separate-connection-tests
Patch Set: Moar clean up 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: content/content_tests.gypi
diff --git a/content/content_tests.gypi b/content/content_tests.gypi
index 72b97b33e7def549ba3d0e59d0d9107654610719..b588a790948b38a63b6491fd6403134ccb1bf348 100644
--- a/content/content_tests.gypi
+++ b/content/content_tests.gypi
@@ -377,6 +377,7 @@
'browser/blob_storage/blob_storage_registry_unittest.cc',
'browser/bluetooth/bluetooth_allowed_devices_map_unittest.cc',
'browser/bluetooth/bluetooth_blacklist_unittest.cc',
+ 'browser/bluetooth/bluetooth_connected_devices_map_unittest.cc',
'browser/browser_thread_unittest.cc',
'browser/browser_url_handler_impl_unittest.cc',
'browser/byte_stream_unittest.cc',
@@ -1041,6 +1042,7 @@
'../device/battery/battery.gyp:device_battery',
'../device/battery/battery.gyp:device_battery_mojo_bindings',
'../device/bluetooth/bluetooth.gyp:device_bluetooth',
+ '../device/bluetooth/bluetooth.gyp:device_bluetooth_mocks',
'../gin/gin.gyp:gin',
'../gpu/gpu.gyp:gpu',
'../gpu/gpu.gyp:gpu_unittest_utils',

Powered by Google App Engine
This is Rietveld 408576698