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

Unified Diff: device/BUILD.gn

Issue 2533793002: [sensors](CrOS/Linux) Implement Sensor device manager for sensors (Closed)
Patch Set: fix build.gn Created 4 years, 1 month 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 6ed38c003fbd17212d0ed411ac4e3da69f87cb77..be4b49dafa61bfe380b6214f62c703f6a40fdd4c 100644
--- a/device/BUILD.gn
+++ b/device/BUILD.gn
@@ -63,6 +63,7 @@ test("device_unittests") {
"bluetooth/test/test_bluetooth_local_gatt_service_delegate.h",
"gamepad/gamepad_provider_unittest.cc",
"gamepad/public/interfaces/gamepad_struct_traits_unittest.cc",
+ "generic_sensor/platform_sensor_and_provider_unittest_linux.cc",
"generic_sensor/platform_sensor_and_provider_unittest_win.cc",
"generic_sensor/platform_sensor_provider_unittest.cc",
"power_monitor/power_monitor_message_broadcaster_unittest.cc",
@@ -108,10 +109,6 @@ test("device_unittests") {
deps += [ "//dbus:test_support" ]
}
- if (is_linux) {
- sources += [ "generic_sensor/linux/sensor_reader_unittest.cc" ]
- }
-
# HID and Serial:
# Android doesn't compile.
# Linux, requires udev.
« no previous file with comments | « no previous file | device/generic_sensor/BUILD.gn » ('j') | device/generic_sensor/linux/platform_sensor_reader_linux.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698