Chromium Code Reviews| Index: chrome/chrome_tests.gypi |
| diff --git a/chrome/chrome_tests.gypi b/chrome/chrome_tests.gypi |
| index 1ea07baae052f3a964f537cc91a7446054194bd3..ca1b488fd87306ffd42d4ac271c9e13468df210b 100644 |
| --- a/chrome/chrome_tests.gypi |
| +++ b/chrome/chrome_tests.gypi |
| @@ -483,6 +483,21 @@ |
| ], # conditions |
| }, |
| { |
| + 'target_name': 'wifi_test', |
|
cbentzel
2013/10/16 12:51:36
Why did you need to introduce a completely new tes
mef
2013/10/17 02:33:25
This is a test utility to manually exercise the Wi
|
| + '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, |