| Index: chrome/chrome.gyp
|
| diff --git a/chrome/chrome.gyp b/chrome/chrome.gyp
|
| index 95642f742851571d213666f10f1e68ec517a4f4b..28e001c14c4cdd6ac4dc0e16e83aff328df9b84a 100644
|
| --- a/chrome/chrome.gyp
|
| +++ b/chrome/chrome.gyp
|
| @@ -244,6 +244,7 @@
|
| 'variables': { 'enable_wexit_time_destructors': 1, },
|
| 'dependencies': [
|
| '../base/base.gyp:base',
|
| + '../components/components.gyp:onc_component',
|
| '../content/content.gyp:content_utility',
|
| '../media/media.gyp:media',
|
| '../skia/skia.gyp:skia',
|
| @@ -314,6 +315,15 @@
|
| 'utility/media_galleries/pmp_column_reader.h',
|
| ],
|
| }],
|
| + ['OS=="win"', {
|
| + 'sources': [
|
| + 'utility/networking_private_handler.cc',
|
| + 'utility/networking_private_handler.h',
|
| + 'utility/wifi/wifi_service.h',
|
| + 'utility/wifi/wifi_service.cc',
|
| + 'utility/wifi/wifi_service_mock.cc',
|
| + ],
|
| + }],
|
| ['use_openssl==1', {
|
| 'sources!': [
|
| 'utility/importer/nss_decryptor.cc',
|
|
|