| Index: content/test/BUILD.gn
|
| diff --git a/content/test/BUILD.gn b/content/test/BUILD.gn
|
| index 8945ea185859a35028fc0862e644f83ef753114b..62e74d2a2645320cf6e1c90ac06eaefb203206ae 100644
|
| --- a/content/test/BUILD.gn
|
| +++ b/content/test/BUILD.gn
|
| @@ -492,7 +492,7 @@ static_library("layouttest_support") {
|
| "//content/shell/test_runner:test_runner",
|
| "//device/bluetooth",
|
| "//device/gamepad/public/cpp:shared_with_blink",
|
| - "//device/sensors/public/cpp:full",
|
| + "//services/device/public/cpp/sensors:full",
|
| "//services/ui/public/cpp/gpu",
|
| "//skia",
|
| "//ui/accessibility:ax_gen",
|
| @@ -1474,8 +1474,6 @@ test("content_unittests") {
|
| "//device/gamepad",
|
| "//device/gamepad:test_helpers",
|
| "//device/gamepad/public/cpp:shared_with_blink",
|
| - "//device/sensors/public/cpp:full",
|
| - "//device/sensors/public/interfaces",
|
| "//gin",
|
| "//gpu",
|
| "//gpu:test_support",
|
| @@ -1498,6 +1496,8 @@ test("content_unittests") {
|
| "//ppapi/features",
|
| "//printing",
|
| "//services/catalog:lib",
|
| + "//services/device/public/cpp/sensors:full",
|
| + "//services/device/public/interfaces",
|
| "//services/device/public/interfaces:constants",
|
| "//services/file:lib",
|
| "//services/file/public/interfaces",
|
|
|