| Index: content/test/BUILD.gn
|
| diff --git a/content/test/BUILD.gn b/content/test/BUILD.gn
|
| index a83a4f42aa05755b6881d8efb7fcfaf34c4d7a68..513c64b7809e5fb6a5f558a363dccf18cc298be0 100644
|
| --- a/content/test/BUILD.gn
|
| +++ b/content/test/BUILD.gn
|
| @@ -493,6 +493,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",
|
| @@ -1490,6 +1491,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",
|
|
|