| Index: chrome/chrome_tests.gypi
|
| diff --git a/chrome/chrome_tests.gypi b/chrome/chrome_tests.gypi
|
| index 6a3d6fac907f14e29f92f9de452a7cd01ce145c5..47c80e9c459af32499268aedbfa10843976d7ac5 100644
|
| --- a/chrome/chrome_tests.gypi
|
| +++ b/chrome/chrome_tests.gypi
|
| @@ -522,6 +522,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,
|
|
|