| Index: chrome/chrome_tests.gypi
|
| diff --git a/chrome/chrome_tests.gypi b/chrome/chrome_tests.gypi
|
| index 06efc77acff6f6e50bc882be7f2e45309c6f3829..7d2f35bf1cd0110aa0d8d384f0129d08e382085b 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,
|
|
|