| Index: content/test/BUILD.gn
|
| diff --git a/content/test/BUILD.gn b/content/test/BUILD.gn
|
| index 441032258931005a2ac7a504c98bbe26d340083c..1192e994de78c058a6a7f8ba53bd9793281e09b8 100644
|
| --- a/content/test/BUILD.gn
|
| +++ b/content/test/BUILD.gn
|
| @@ -491,6 +491,7 @@ static_library("layouttest_support") {
|
| "//content/renderer:for_content_tests",
|
| "//content/shell/test_runner:test_runner",
|
| "//device/bluetooth",
|
| + "//device/gamepad/public/cpp:shared_with_blink",
|
| "//device/sensors/public/cpp:full",
|
| "//services/ui/public/cpp/gpu",
|
| "//skia",
|
| @@ -1471,6 +1472,7 @@ test("content_unittests") {
|
| "//device/bluetooth:mocks",
|
| "//device/gamepad",
|
| "//device/gamepad:test_helpers",
|
| + "//device/gamepad/public/cpp:shared_with_blink",
|
| "//device/sensors/public/cpp:full",
|
| "//device/sensors/public/interfaces",
|
| "//gin",
|
|
|