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

Unified Diff: device/BUILD.gn

Issue 2865263002: Move //device/generic_sensor to be part of the internal implementation of the Device Service. (Closed)
Patch Set: code rebase 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..dc32d550fe134382ef9646afb88fd79e92897f0a 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.
@@ -246,12 +237,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) {

Powered by Google App Engine
This is Rietveld 408576698