| Index: chrome/chrome_tests.gypi
|
| diff --git a/chrome/chrome_tests.gypi b/chrome/chrome_tests.gypi
|
| index 86f542d3c32284fa4f88963e392bd5d771c64603..c6a8e1e7451af17f3ea37eaed686687a56d21c07 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,
|
|
|