Chromium Code Reviews| Index: device/geolocation/BUILD.gn |
| diff --git a/device/geolocation/BUILD.gn b/device/geolocation/BUILD.gn |
| index 19ba0bf135b1eeff7882d3c387f703e76fcb961c..33f9158bcdf8a6228cc8644c7202db382ebb0d88 100644 |
| --- a/device/geolocation/BUILD.gn |
| +++ b/device/geolocation/BUILD.gn |
| @@ -112,6 +112,11 @@ component("geolocation") { |
| "Foundation.framework", |
| ] |
| } |
| + |
| + if (is_win) { |
| + libs = [ "wlanapi.lib" ] |
| + ldflags = [ "/DELAYLOAD:wlanapi.dll" ] |
| + } |
| } |
| if (is_android) { |