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

Unified Diff: chrome/chrome_exe.gypi

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
Index: chrome/chrome_exe.gypi
diff --git a/chrome/chrome_exe.gypi b/chrome/chrome_exe.gypi
index ae000d7dc7f159042e1860b4a3f50bdd0e39e1b9..12a28cc0d00d8b0b4ded23bd6301188afebc3710 100644
--- a/chrome/chrome_exe.gypi
+++ b/chrome/chrome_exe.gypi
@@ -495,6 +495,7 @@
'uxtheme.dll',
'ole32.dll',
'oleaut32.dll',
+ 'wlanapi.dll',
Jói 2013/10/19 21:14:45 Are you sure you need this? Is your code linked in
mef 2013/10/21 15:37:16 Yes, the code is linked into chrome.exe, but used
Jói 2013/10/21 16:44:03 Most code is only linked into the chrome_dll targe
mef 2013/10/21 19:42:00 Done. I've missed the point that even in release b
],
# Set /SUBSYSTEM:WINDOWS for chrome.exe itself.
'SubSystem': '2',

Powered by Google App Engine
This is Rietveld 408576698