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

Unified Diff: chrome/chrome_dll.gypi

Issue 27722003: Windows-specific implementation of Networking Private API. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Use GetProcAddress to get WlanGetNetworkBssList function to avoid XP issues. Created 7 years, 2 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: chrome/chrome_dll.gypi
diff --git a/chrome/chrome_dll.gypi b/chrome/chrome_dll.gypi
index 6226c32ab59d9ae1f02bbb07fcaabdfd9d51745b..c705f37273737c47967062edac3f1b69a5257754 100644
--- a/chrome/chrome_dll.gypi
+++ b/chrome/chrome_dll.gypi
@@ -198,6 +198,7 @@
'winhttp.dll',
'wininet.dll',
'winspool.drv',
+ 'wlanapi.dll',
Jói 2013/10/25 11:09:42 I'm pretty sure your delay load will still fail on
mef 2013/10/25 15:09:05 Done.
'ws2_32.dll',
'wsock32.dll',
],

Powered by Google App Engine
This is Rietveld 408576698