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

Unified Diff: device/BUILD.gn

Issue 2533793002: [sensors](CrOS/Linux) Implement Sensor device manager for sensors (Closed)
Patch Set: construct manager Created 4 years 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 9d2913ed96a7cbec30db5f80e63ab86efe01d45b..44eddbea7e7f991d2c8d7db24baa17960daefd39 100644
--- a/device/BUILD.gn
+++ b/device/BUILD.gn
@@ -108,8 +108,9 @@ test("device_unittests") {
deps += [ "//dbus:test_support" ]
}
- if (is_linux) {
- sources += [ "generic_sensor/linux/sensor_reader_unittest.cc" ]
+ if (!is_linux_without_udev) {
+ sources +=
+ [ "generic_sensor/platform_sensor_and_provider_unittest_linux.cc" ]
}
# HID and Serial:
« no previous file with comments | « no previous file | device/generic_sensor/BUILD.gn » ('j') | device/generic_sensor/linux/platform_sensor_manager.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698