| Index: content/test/BUILD.gn
|
| diff --git a/content/test/BUILD.gn b/content/test/BUILD.gn
|
| index 1c6e10095758350e77270f19048ecd260df0a9a7..91ae1b7b7f811904cdcc652abd70ab9e32fbc5ca 100644
|
| --- a/content/test/BUILD.gn
|
| +++ b/content/test/BUILD.gn
|
| @@ -501,7 +501,6 @@ 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/ui/public/cpp/gpu",
|
| "//skia",
|
| "//ui/accessibility:ax_gen",
|
| @@ -609,7 +608,6 @@ test("content_browsertests") {
|
| "../browser/compositor/image_transport_factory_browsertest.cc",
|
| "../browser/cross_site_transfer_browsertest.cc",
|
| "../browser/database_browsertest.cc",
|
| - "../browser/device_sensors/device_sensor_browsertest.cc",
|
| "../browser/devtools/protocol/devtools_protocol_browsertest.cc",
|
| "../browser/devtools/site_per_process_devtools_browsertest.cc",
|
| "../browser/dom_storage/dom_storage_browsertest.cc",
|
| @@ -757,8 +755,6 @@ test("content_browsertests") {
|
| "//device/generic_sensor",
|
| "//device/power_save_blocker",
|
| "//device/screen_orientation/public/interfaces",
|
| - "//device/sensors",
|
| - "//device/sensors/public/cpp:full",
|
| "//device/wake_lock/public/interfaces",
|
| "//gin",
|
| "//gpu",
|
| @@ -1474,8 +1470,8 @@ 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",
|
| + "//device/generic_sensor/public/cpp",
|
| + "//device/generic_sensor/public/interfaces",
|
| "//gin",
|
| "//gpu",
|
| "//gpu:test_support",
|
|
|