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

Unified Diff: device/BUILD.gn

Issue 2370343002: [sensors] Ambient light sensor implementation for ChromeOS and Linux. (Closed)
Patch Set: rebased after win implementation landed 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 4be3138fca27030eaf9d9de26a91900c2516966f..7b9c0042eae8952c8044bcc47c8220a531c93442 100644
--- a/device/BUILD.gn
+++ b/device/BUILD.gn
@@ -97,6 +97,10 @@ 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.

Powered by Google App Engine
This is Rietveld 408576698