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

Unified Diff: device/BUILD.gn

Issue 2727813004: [sensors][win] Add support for AbsoluteOrientation sensor (Closed)
Patch Set: Rebased to master, rename sensor type Created 3 years, 9 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
Index: device/BUILD.gn
diff --git a/device/BUILD.gn b/device/BUILD.gn
index 04415d9d57b6482f67e71067ee11412e08cb3e27..8af6eb8c2886882bad625062a48cc5fe96ef5029 100644
--- a/device/BUILD.gn
+++ b/device/BUILD.gn
@@ -248,7 +248,10 @@ test("device_unittests") {
]
# Needed for "generic_sensor/platform_sensor_and_provider_unittest_win.cc"
- libs = [ "sensorsapi.lib" ]
+ libs = [
+ "propsys.lib",
+ "sensorsapi.lib",
+ ]
}
if (enable_webvr) {

Powered by Google App Engine
This is Rietveld 408576698