Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2291)

Unified Diff: chrome/chrome.gyp

Issue 259543002: Include wifi_component only when in Win or Mac platforms. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/chrome_browser_extensions.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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',
« no previous file with comments | « no previous file | chrome/chrome_browser_extensions.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698