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

Unified Diff: device/generic_sensor/BUILD.gn

Issue 2476363003: [sensors][win] Implementation of motion sensors for Win platform (Closed)
Patch Set: Rebased to master 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 d11a6c9f24ed3884b1e4d09b0eb8529f1f73729d..a28682d2fd9aba551a35ddabe340fd2b4d4325e4 100644
--- a/device/generic_sensor/BUILD.gn
+++ b/device/generic_sensor/BUILD.gn
@@ -11,6 +11,7 @@ if (is_android) {
component("generic_sensor") {
output_name = "generic_sensor"
sources = [
+ "generic_sensor_consts.h",
"linux/platform_sensor_utils_linux.cc",
"linux/platform_sensor_utils_linux.h",
"linux/sensor_data_linux.cc",
@@ -70,10 +71,6 @@ 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