| Index: device/BUILD.gn
|
| diff --git a/device/BUILD.gn b/device/BUILD.gn
|
| index 1d42690ffddeee4a05f284ed184d0060fb2dffc1..fccb04ddaf1b689115bb22db4202a5b88dcb1d37 100644
|
| --- a/device/BUILD.gn
|
| +++ b/device/BUILD.gn
|
| @@ -67,8 +67,6 @@ test("device_unittests") {
|
| "gamepad/gamepad_provider_unittest.cc",
|
| "gamepad/gamepad_service_unittest.cc",
|
| "gamepad/public/interfaces/gamepad_struct_traits_unittest.cc",
|
| - "generic_sensor/platform_sensor_and_provider_unittest_win.cc",
|
| - "generic_sensor/platform_sensor_provider_unittest.cc",
|
| "sensors/data_fetcher_shared_memory_base_unittest.cc",
|
| "sensors/sensor_manager_android_unittest.cc",
|
| "sensors/sensor_manager_chromeos_unittest.cc",
|
| @@ -88,8 +86,6 @@ test("device_unittests") {
|
| "//device/gamepad/public/cpp:shared_with_blink",
|
| "//device/gamepad/public/interfaces",
|
| "//device/gamepad/public/interfaces:gamepad_struct_traits_test",
|
| - "//device/generic_sensor",
|
| - "//device/generic_sensor:testing",
|
| "//device/geolocation:unittests",
|
| "//device/power_save_blocker",
|
| "//device/sensors",
|
| @@ -107,11 +103,6 @@ test("device_unittests") {
|
| "//url",
|
| ]
|
|
|
| - if (!is_linux_without_udev) {
|
| - sources +=
|
| - [ "generic_sensor/platform_sensor_and_provider_unittest_linux.cc" ]
|
| - }
|
| -
|
| # HID and Serial:
|
| # Android doesn't compile.
|
| # Linux, requires udev.
|
| @@ -247,12 +238,6 @@ test("device_unittests") {
|
| "bluetooth/bluetooth_low_energy_win_fake.cc",
|
| "bluetooth/bluetooth_low_energy_win_fake.h",
|
| ]
|
| -
|
| - # Needed for "generic_sensor/platform_sensor_and_provider_unittest_win.cc"
|
| - libs = [
|
| - "propsys.lib",
|
| - "sensorsapi.lib",
|
| - ]
|
| }
|
|
|
| if (enable_vr) {
|
|
|