Index: chrome/chrome_tests.gypi |
diff --git a/chrome/chrome_tests.gypi b/chrome/chrome_tests.gypi |
index c227767c1e61100906b3b43e51979e242dd0a57f..c6a93e3095c2bcba75c00125281fe138f0eac21a 100644 |
--- a/chrome/chrome_tests.gypi |
+++ b/chrome/chrome_tests.gypi |
@@ -505,6 +505,20 @@ |
], # conditions |
}, |
{ |
+ 'target_name': 'wifi_test', |
+ 'type': 'executable', |
+ 'dependencies': [ |
+ 'utility', |
+ '../base/base.gyp:base', |
+ ], |
+ 'include_dirs': [ |
+ '..', |
+ ], |
+ 'sources': [ |
+ 'utility/wifi/wifi_test.cc', |
+ ], |
+ }, |
+ { |
# Third-party support sources for chromedriver_lib. |
'target_name': 'chromedriver_support', |
'type': 'static_library', |