| 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",
|
|
|