| Index: chrome/chrome_tests.gypi
|
| diff --git a/chrome/chrome_tests.gypi b/chrome/chrome_tests.gypi
|
| index 4433ec474a7a97cb20a0739401181cf2fd454bce..61f6528027707fcf4a589be18659e801a355e26c 100644
|
| --- a/chrome/chrome_tests.gypi
|
| +++ b/chrome/chrome_tests.gypi
|
| @@ -1872,6 +1872,11 @@
|
| }],
|
| ],
|
| }],
|
| + ['OS=="win" or OS == "mac"', {
|
| + 'dependencies': [
|
| + '../components/components.gyp:wifi_test_support',
|
| + ],
|
| + }],
|
| ['chromeos == 1 or OS=="win" or OS == "mac"', {
|
| 'sources': [
|
| 'browser/extensions/api/networking_private/networking_private_apitest.cc',
|
|
|