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

Unified Diff: chrome/chrome_tests.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.gypi
diff --git a/chrome/chrome_tests.gypi b/chrome/chrome_tests.gypi
index e19beb3cc1431b7c601cdd2b0ad9e0bcc5426e4a..4c05e0d336cb1c2ecbc27155db8a8509eab05b95 100644
--- a/chrome/chrome_tests.gypi
+++ b/chrome/chrome_tests.gypi
@@ -486,6 +486,21 @@
], # conditions
},
{
+ 'target_name': 'wifi_test',
+ 'type': 'executable',
+ 'dependencies': [
+ 'utility',
+ '../base/base.gyp:base',
+ '../components/components.gyp:onc_component',
+ ],
+ 'include_dirs': [
+ '..',
+ ],
+ 'sources': [
+ 'utility/wifi/wifi_test.cc',
+ ],
+ },
+ {
'target_name': 'automation_client_lib',
'type': 'static_library',
'hard_dependency': 1,

Powered by Google App Engine
This is Rietveld 408576698