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

Unified Diff: device/BUILD.gn

Issue 2480773002: Reland of [sensors] Ambient light sensor implementation for ChromeOS and Linux. (Closed)
Patch Set: remove parenthesis 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
« no previous file with comments | « content/browser/frame_host/render_frame_host_impl.cc ('k') | device/generic_sensor/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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.
« no previous file with comments | « content/browser/frame_host/render_frame_host_impl.cc ('k') | device/generic_sensor/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698