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

Unified Diff: chrome/chrome.gyp

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
« no previous file with comments | « no previous file | chrome/chrome_dll.gypi » ('j') | chrome/chrome_dll.gypi » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome.gyp
diff --git a/chrome/chrome.gyp b/chrome/chrome.gyp
index 2581c1d756ad180330a1926d39b3e60a41a88ae7..30583354f6d1a329b041800a3554e8c742fbbc5b 100644
--- a/chrome/chrome.gyp
+++ b/chrome/chrome.gyp
@@ -330,7 +330,13 @@
'utility/wifi/wifi_service.h',
'utility/wifi/wifi_service.cc',
'utility/wifi/wifi_service_mock.cc',
+ 'utility/wifi/wifi_service_win.cc',
],
+ 'link_settings': {
+ 'libraries': [
+ '-lwlanapi.lib',
+ ],
+ },
}],
['use_openssl==1', {
'sources!': [
« no previous file with comments | « no previous file | chrome/chrome_dll.gypi » ('j') | chrome/chrome_dll.gypi » ('J')

Powered by Google App Engine
This is Rietveld 408576698