| Index: chrome/chrome.gyp
|
| diff --git a/chrome/chrome.gyp b/chrome/chrome.gyp
|
| index 123ada306a93e662364ded5bb2dd681e1b32e98b..646ca47dae1e221f2a7db425c110f0b8702411fe 100644
|
| --- a/chrome/chrome.gyp
|
| +++ b/chrome/chrome.gyp
|
| @@ -237,7 +237,6 @@
|
| 'dependencies': [
|
| 'common/extensions/api/api.gyp:chrome_api',
|
| '../base/base.gyp:base',
|
| - '../components/components.gyp:wifi_component',
|
| '../components/components_strings.gyp:components_strings',
|
| '../content/content.gyp:content_common',
|
| '../content/content.gyp:content_utility',
|
| @@ -313,6 +312,9 @@
|
| ],
|
| 'conditions': [
|
| ['OS=="win" or OS=="mac"', {
|
| + 'dependencies': [
|
| + '../components/components.gyp:wifi_component',
|
| + ],
|
| 'sources': [
|
| 'utility/media_galleries/iapps_xml_utils.cc',
|
| 'utility/media_galleries/iapps_xml_utils.h',
|
|
|