| Index: device/BUILD.gn
|
| diff --git a/device/BUILD.gn b/device/BUILD.gn
|
| index 7b9c0042eae8952c8044bcc47c8220a531c93442..37ea37dea11004fa2f4bc765eacba63d507ddc61 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",
|
| + "gamepad/public/interfaces/webgamepad_struct_traits_unittest.cc",
|
| "generic_sensor/platform_sensor_and_provider_unittest_win.cc",
|
| "generic_sensor/platform_sensor_provider_unittest.cc",
|
| "test/run_all_unittests.cc",
|
| @@ -77,6 +78,8 @@ test("device_unittests") {
|
| "//device/bluetooth:mocks",
|
| "//device/gamepad",
|
| "//device/gamepad:test_helpers",
|
| + "//device/gamepad/public/interfaces",
|
| + "//device/gamepad/public/interfaces:webgamepad_typemapping_test",
|
| "//device/generic_sensor",
|
| "//device/generic_sensor:testing",
|
| "//device/geolocation:unittests",
|
| @@ -88,6 +91,7 @@ test("device_unittests") {
|
| "//net",
|
| "//testing/gmock",
|
| "//testing/gtest",
|
| + "//third_party/WebKit/public:blink_headers",
|
| "//tools/usb_gadget",
|
| "//url",
|
| ]
|
|
|