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

Unified Diff: device/generic_sensor/BUILD.gn

Issue 2896583005: Reland: Refactor DeviceMotionEventPump to use //device/generic_sensor instead of //device/sensors (Closed)
Patch Set: fix compile error on Windows Created 3 years, 6 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
« no previous file with comments | « device/BUILD.gn ('k') | device/generic_sensor/DEPS » ('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 dfebf265933b1ba23e68172d8f0cf690364e5b0f..cdf3e952a67530ddb70fcad58dc931036189b48c 100644
--- a/device/generic_sensor/BUILD.gn
+++ b/device/generic_sensor/BUILD.gn
@@ -52,6 +52,7 @@ component("generic_sensor") {
deps = [
"//base",
"//device/base/synchronization",
+ "//services/device/public/cpp:device_features",
]
public_deps = [
« no previous file with comments | « device/BUILD.gn ('k') | device/generic_sensor/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698