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

Unified Diff: extensions/extensions_tests.gyp

Issue 902213002: Move BluetoothSocketApiTest into extensions_browsertests (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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: extensions/extensions_tests.gyp
diff --git a/extensions/extensions_tests.gyp b/extensions/extensions_tests.gyp
index 658d48c2b25e33b571d8fdb7d855afbd67519423..e104e1366b0b5152beb3c89ca70bea880876c5f1 100644
--- a/extensions/extensions_tests.gyp
+++ b/extensions/extensions_tests.gyp
@@ -175,6 +175,7 @@
'<(DEPTH)/content/content.gyp:content_app_both',
'<(DEPTH)/content/content_shell_and_tests.gyp:content_browser_test_support',
'<(DEPTH)/content/content_shell_and_tests.gyp:test_support_content',
+ '<(DEPTH)/device/bluetooth/bluetooth.gyp:device_bluetooth_mocks',
'<(DEPTH)/testing/gmock.gyp:gmock',
'<(DEPTH)/testing/gtest.gyp:gtest',
],
@@ -183,6 +184,7 @@
],
'sources': [
'browser/api/audio/audio_apitest.cc',
+ 'browser/api/bluetooth_socket/bluetooth_socket_apitest.cc',
'browser/api/dns/dns_apitest.cc',
'browser/api/hid/hid_apitest.cc',
'browser/api/printer_provider/printer_provider_apitest.cc',

Powered by Google App Engine
This is Rietveld 408576698