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

Unified Diff: device/BUILD.gn

Issue 2370343002: [sensors] Ambient light sensor implementation for ChromeOS and Linux. (Closed)
Patch Set: fixed comment Created 4 years, 2 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 5cb034943d01ddf62ed31cfa1e18372773aa7cfd..223bc522a3c6f083acc4fefb510f7038a5d74b37 100644
--- a/device/BUILD.gn
+++ b/device/BUILD.gn
@@ -96,6 +96,10 @@ test("device_unittests") {
deps += [ "//dbus:test_support" ]
}
+ if (is_linux) {
+ sources += [ "generic_sensor/iio/sensor_reader_unittest.cc" ]
+ }
+
# HID and Serial:
# Android doesn't compile.
# Linux, requires udev.

Powered by Google App Engine
This is Rietveld 408576698