| Index: chrome/chrome_tests.gypi
|
| diff --git a/chrome/chrome_tests.gypi b/chrome/chrome_tests.gypi
|
| index e19beb3cc1431b7c601cdd2b0ad9e0bcc5426e4a..4c05e0d336cb1c2ecbc27155db8a8509eab05b95 100644
|
| --- a/chrome/chrome_tests.gypi
|
| +++ b/chrome/chrome_tests.gypi
|
| @@ -486,6 +486,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,
|
|
|