Index: device/BUILD.gn |
diff --git a/device/BUILD.gn b/device/BUILD.gn |
index 0fd452c56d285379f8745b68bb12215803625a47..d72dd6f1ab7ee5b6ebf0c0a9439c276db981e709 100644 |
--- a/device/BUILD.gn |
+++ b/device/BUILD.gn |
@@ -180,6 +180,13 @@ test("device_unittests") { |
] |
} |
} |
+ |
+ if (is_win) { |
+ sources += [ |
+ "bluetooth/bluetooth_low_energy_win_fake.cc", |
+ "bluetooth/bluetooth_low_energy_win_fake.h", |
+ ] |
+ } |
} |
if (is_android) { |