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

Unified Diff: device/generic_sensor/BUILD.gn

Issue 2492773002: [sensors][CrOS/Linux] Implementation of motion sensors for CrOS/Linux platforms (Closed)
Patch Set: rebased 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 | « no previous file | device/generic_sensor/generic_sensor_consts.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: device/generic_sensor/BUILD.gn
diff --git a/device/generic_sensor/BUILD.gn b/device/generic_sensor/BUILD.gn
index 2c67bc3bb627de1bb7e58dcf9f0ebe581e096ac9..d11a6c9f24ed3884b1e4d09b0eb8529f1f73729d 100644
--- a/device/generic_sensor/BUILD.gn
+++ b/device/generic_sensor/BUILD.gn
@@ -70,6 +70,10 @@ component("generic_sensor") {
deps += [ "//device/sensors/public/cpp" ]
}
+ if (is_linux) {
+ sources += [ "generic_sensor_consts.h" ]
+ }
+
if (is_mac) {
libs = [ "IOKit.framework" ]
}
« no previous file with comments | « no previous file | device/generic_sensor/generic_sensor_consts.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698