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

Unified Diff: content/shell/BUILD.gn

Issue 1132943002: bluetooth: Move mock creation out of BluetoothDispatcherHost to LayoutTestBluetoothAdapterProvider. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@bluetooth-testing-layout-tests
Patch Set: Update documentation. Created 5 years, 7 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/shell/BUILD.gn
diff --git a/content/shell/BUILD.gn b/content/shell/BUILD.gn
index 95450b5343a6e526711142be01b3b5a077996362..d07079ed02d670dc096c0b6ea02a2efec543882f 100644
--- a/content/shell/BUILD.gn
+++ b/content/shell/BUILD.gn
@@ -45,6 +45,8 @@ static_library("content_shell_lib") {
"browser/ipc_echo_message_filter.h",
"browser/layout_test/layout_test_android.cc",
"browser/layout_test/layout_test_android.h",
+ "browser/layout_test/layout_test_bluetooth_adapter_provider.cc",
+ "browser/layout_test/layout_test_bluetooth_adapter_provider.h",
"browser/layout_test/layout_test_browser_context.cc",
"browser/layout_test/layout_test_browser_context.h",
"browser/layout_test/layout_test_browser_main.cc",
@@ -258,6 +260,7 @@ static_library("content_shell_lib") {
"//content/gpu",
"//content/test:layouttest_support",
"//device/bluetooth",
+ "//device/bluetooth:mocks",
"//gin",
"//gpu",
"//ipc",
@@ -266,6 +269,8 @@ static_library("content_shell_lib") {
"//net:net_resources",
"//skia",
"//storage/browser",
+ "//testing/gmock",
+ "//testing/gtest",
"//third_party/WebKit/public:blink",
"//third_party/WebKit/public:image_resources",
"//third_party/WebKit/public:resources",

Powered by Google App Engine
This is Rietveld 408576698