Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2023)

Unified Diff: device/BUILD.gn

Issue 2885203004: Refactor content/renderer/device_sensors to use device/generic_sensor instead of device/sensors (Closed)
Patch Set: updated content/renderer/BUILD.gn Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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",
]
}

Powered by Google App Engine
This is Rietveld 408576698