| Index: chrome/chrome.gyp
|
| diff --git a/chrome/chrome.gyp b/chrome/chrome.gyp
|
| index 7c409973066627bb73338dd8a2b4c83210f27739..2f537735ddf6e769e380e687ce9f8caf6d6f018a 100644
|
| --- a/chrome/chrome.gyp
|
| +++ b/chrome/chrome.gyp
|
| @@ -251,6 +251,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',
|
| @@ -329,6 +330,15 @@
|
| 'utility/media_galleries/iphoto_library_parser.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',
|
|
|