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

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: Specify wlanapi.lib in chrome.gyp instead of #pragma comment. 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_exe.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 28e001c14c4cdd6ac4dc0e16e83aff328df9b84a..6b020a8afb6cd6c294b6f9628dc041f57ef65ae2 100644
--- a/chrome/chrome.gyp
+++ b/chrome/chrome.gyp
@@ -322,7 +322,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_exe.gypi » ('J')

Powered by Google App Engine
This is Rietveld 408576698