| Index: chrome/chrome_tests.gypi
|
| diff --git a/chrome/chrome_tests.gypi b/chrome/chrome_tests.gypi
|
| index 80199fe242ee040d305d65957ce170777d6b4960..11d20d5c2aee9aef1aa351394f212387fe508bbc 100644
|
| --- a/chrome/chrome_tests.gypi
|
| +++ b/chrome/chrome_tests.gypi
|
| @@ -492,6 +492,20 @@
|
| ], # conditions
|
| },
|
| {
|
| + 'target_name': 'wifi_test',
|
| + 'type': 'executable',
|
| + 'dependencies': [
|
| + 'utility',
|
| + '../base/base.gyp:base',
|
| + ],
|
| + 'include_dirs': [
|
| + '..',
|
| + ],
|
| + 'sources': [
|
| + 'utility/wifi/wifi_test.cc',
|
| + ],
|
| + },
|
| + {
|
| # Third-party support sources for chromedriver_lib.
|
| 'target_name': 'chromedriver_support',
|
| 'type': 'static_library',
|
|
|