| Index: device/BUILD.gn
|
| diff --git a/device/BUILD.gn b/device/BUILD.gn
|
| index 9ce68f227e682b0fe2be661d21b3cc3349c44a71..feb1bf7d4c3f95664026e6341c5a9c1c1b6d6e79 100644
|
| --- a/device/BUILD.gn
|
| +++ b/device/BUILD.gn
|
| @@ -69,9 +69,6 @@ test("device_unittests") {
|
| "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",
|
| "test/run_all_unittests.cc",
|
| ]
|
|
|
| @@ -92,9 +89,6 @@ test("device_unittests") {
|
| "//device/generic_sensor:testing",
|
| "//device/geolocation:unittests",
|
| "//device/power_save_blocker",
|
| - "//device/sensors",
|
| - "//device/sensors/public/cpp:full",
|
| - "//device/sensors/public/interfaces",
|
| "//device/wake_lock",
|
| "//mojo/common",
|
| "//mojo/edk/system",
|
| @@ -187,7 +181,6 @@ test("device_unittests") {
|
| ":bluetooth_test_jni_headers",
|
| "//device/geolocation:geolocation_java",
|
| "//device/geolocation:geolocation_java_test_support",
|
| - "//device/sensors:java",
|
| "//device/usb:java",
|
| ]
|
| }
|
|
|