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

Unified Diff: extensions/BUILD.gn

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/BUILD.gn
diff --git a/extensions/BUILD.gn b/extensions/BUILD.gn
index ded365508fc5b4873632a554e20d6edb0b23f0ba..4ee27846d697101b3aa36f63554b65af32afeb63 100644
--- a/extensions/BUILD.gn
+++ b/extensions/BUILD.gn
@@ -304,6 +304,7 @@ if (false) {
test("extensions_browsertests") {
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/socket/socket_apitest.cc",
@@ -346,6 +347,7 @@ test("extensions_browsertests") {
"//base/test:test_support",
"//components/storage_monitor:test_support",
"//content/test:test_support",
+ "//device/bluetooth:mocks",
"//mojo/environment:chromium",
"//testing/gmock",
"//testing/gtest",

Powered by Google App Engine
This is Rietveld 408576698