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

Unified Diff: extensions/extensions.gyp

Issue 544753003: Move BluetoothEventRouterTest to extensions_unittests suite (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 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: extensions/extensions.gyp
diff --git a/extensions/extensions.gyp b/extensions/extensions.gyp
index 3e80dc0c84bb2372b6e300a013eda4d0486d0f11..d877ad4afa33cf45dacc2a6c2093cbaa78107c0a 100644
--- a/extensions/extensions.gyp
+++ b/extensions/extensions.gyp
@@ -937,6 +937,7 @@
'../base/base.gyp:test_support_base',
'../components/components.gyp:keyed_service_content',
'../content/content_shell_and_tests.gyp:test_support_content',
+ '../device/bluetooth/bluetooth.gyp:device_bluetooth_mocks',
'../device/serial/serial.gyp:device_serial',
'../device/serial/serial.gyp:device_serial_test_util',
'../mojo/mojo_base.gyp:mojo_environment_chromium',
@@ -960,6 +961,7 @@
'sources': [
'browser/admin_policy_unittest.cc',
'browser/api/api_resource_manager_unittest.cc',
+ 'browser/api/bluetooth/bluetooth_event_router_unittest.cc',
'browser/api/declarative/deduping_factory_unittest.cc',
'browser/api/sockets_tcp/sockets_tcp_api_unittest.cc',
'browser/api/storage/settings_quota_unittest.cc',

Powered by Google App Engine
This is Rietveld 408576698