| Index: content/shell/BUILD.gn
|
| diff --git a/content/shell/BUILD.gn b/content/shell/BUILD.gn
|
| index dddfb011770e42179cae9e4ca3ec099552b5c116..9b490134129ab72f1a0fe93665c44f316dd42c14 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",
|
|
|