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

Unified Diff: content/content_tests.gypi

Issue 1706503002: Add enterprise policy to turn off Bluetooth. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@lkcr
Patch Set: Release the BrowserMessageFilter::Internal once it has attached the Sender. Created 4 years, 10 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 486f1bc6119f52eeceae60c0c2526ac6a1366eb3..93b67a867685ab033e8a365361e87ef2ed65d90d 100644
--- a/content/content_tests.gypi
+++ b/content/content_tests.gypi
@@ -366,6 +366,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_dispatcher_host_unittest.cc',
'browser/browser_thread_unittest.cc',
'browser/browser_url_handler_impl_unittest.cc',
'browser/byte_stream_unittest.cc',
@@ -1159,6 +1160,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_ipc_common',

Powered by Google App Engine
This is Rietveld 408576698