Index: chrome/chrome_tests.gypi |
diff --git a/chrome/chrome_tests.gypi b/chrome/chrome_tests.gypi |
index c295db5e85634b36a69cd759ff087e703df450eb..7a663c18a09616e3800decabd94a68c028bffd5f 100644 |
--- a/chrome/chrome_tests.gypi |
+++ b/chrome/chrome_tests.gypi |
@@ -438,6 +438,20 @@ |
], # conditions |
}, |
{ |
+ 'target_name': 'wifi_test', |
+ 'type': 'executable', |
+ 'dependencies': [ |
+ 'utility', |
+ '../base/base.gyp:base', |
+ ], |
+ 'include_dirs': [ |
+ '..', |
+ ], |
+ 'sources': [ |
+ 'utility/wifi/wifi_test.cc', |
+ ], |
+ }, |
+ { |
'target_name': 'chrome_devtools_lib', |
'type': 'static_library', |
'hard_dependency': 1, |