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

Unified Diff: chrome/chrome_tests_unit.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_tests_unit.gypi
diff --git a/chrome/chrome_tests_unit.gypi b/chrome/chrome_tests_unit.gypi
index 8a63ad0fb6818cc9917d5693d47562e6c2dc7c10..09a8c07abad583f603d7f4fd585cdb10f92fef89 100644
--- a/chrome/chrome_tests_unit.gypi
+++ b/chrome/chrome_tests_unit.gypi
@@ -2431,6 +2431,11 @@
'utility/media_galleries/iphoto_library_parser_unittest.cc',
],
}],
+ ['OS=="win"', {
+ 'sources': [
+ 'utility/wifi/wifi_service_test.cc',
+ ],
+ }],
['enable_rlz==0', {
'sources!': [
'browser/rlz/rlz_unittest.cc',

Powered by Google App Engine
This is Rietveld 408576698