| Index: content/test/BUILD.gn
|
| diff --git a/content/test/BUILD.gn b/content/test/BUILD.gn
|
| index bff61e7845c1694a5ab24dc41fc667f442567c6b..115cdeeee16c80b16bf2863e1b1c578f843f3b8a 100644
|
| --- a/content/test/BUILD.gn
|
| +++ b/content/test/BUILD.gn
|
| @@ -490,6 +490,7 @@ static_library("layouttest_support") {
|
| "//content/renderer:for_content_tests",
|
| "//content/shell/test_runner:test_runner",
|
| "//device/bluetooth",
|
| + "//device/sensors/public/cpp:full",
|
| "//services/ui/public/cpp/gpu",
|
| "//skia",
|
| "//ui/accessibility:ax_gen",
|
| @@ -725,7 +726,7 @@ test("content_browsertests") {
|
| "//device/power_save_blocker",
|
| "//device/screen_orientation/public/interfaces",
|
| "//device/sensors",
|
| - "//device/sensors/public/cpp",
|
| + "//device/sensors/public/cpp:full",
|
| "//device/wake_lock",
|
| "//gin",
|
| "//gpu",
|
| @@ -1482,7 +1483,7 @@ test("content_unittests") {
|
| "//device/bluetooth:mocks",
|
| "//device/gamepad",
|
| "//device/gamepad:test_helpers",
|
| - "//device/sensors/public/cpp",
|
| + "//device/sensors/public/cpp:full",
|
| "//device/sensors/public/interfaces",
|
| "//gin",
|
| "//gpu",
|
|
|