Index: chrome/chrome_tests.gypi |
diff --git a/chrome/chrome_tests.gypi b/chrome/chrome_tests.gypi |
index af508b7e1a57f8dc5ac31fd46ae872e5b5171b9a..1f56e273fb0bce0ccc3a9c78ce7038e31799f1c5 100644 |
--- a/chrome/chrome_tests.gypi |
+++ b/chrome/chrome_tests.gypi |
@@ -483,6 +483,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, |