Chromium Code Reviews| Index: device/BUILD.gn |
| diff --git a/device/BUILD.gn b/device/BUILD.gn |
| index 5cb034943d01ddf62ed31cfa1e18372773aa7cfd..4be3138fca27030eaf9d9de26a91900c2516966f 100644 |
| --- a/device/BUILD.gn |
| +++ b/device/BUILD.gn |
| @@ -61,6 +61,7 @@ test("device_unittests") { |
| "bluetooth/test/test_bluetooth_local_gatt_service_delegate.cc", |
| "bluetooth/test/test_bluetooth_local_gatt_service_delegate.h", |
| "gamepad/gamepad_provider_unittest.cc", |
| + "generic_sensor/platform_sensor_and_provider_unittest_win.cc", |
| "generic_sensor/platform_sensor_provider_unittest.cc", |
| "test/run_all_unittests.cc", |
| "wake_lock/wake_lock_service_context_unittest.cc", |
| @@ -220,6 +221,9 @@ test("device_unittests") { |
| "bluetooth/bluetooth_low_energy_win_fake.cc", |
| "bluetooth/bluetooth_low_energy_win_fake.h", |
| ] |
| + |
| + # Needed for "generic_sensor/platform_sensor_and_provider_unittest_win.cc" |
| + libs = [ "sensorsapi.lib" ] |
|
Mikhail
2016/10/26 06:40:15
+= ?
shalamov
2016/10/26 12:09:43
It is a first libs definition for win platform, so
|
| } |
| if (enable_webvr) { |