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

Unified Diff: components/components.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 | « chrome/chrome_browser_extensions.gypi ('k') | components/wifi.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/components.gyp
diff --git a/components/components.gyp b/components/components.gyp
index 182c1be63e3a470d11b204a02e0fd53d61f40845..9b0d49c1674c8419f3c7506abd582f8935df8f8d 100644
--- a/components/components.gyp
+++ b/components/components.gyp
@@ -52,6 +52,10 @@
'visitedlink.gypi',
'web_contents_delegate_android.gypi',
'web_modal.gypi',
+ ],
+ }],
+ ['OS == "win" or OS == "mac"', {
+ 'includes': [
'wifi.gypi',
],
}],
« no previous file with comments | « chrome/chrome_browser_extensions.gypi ('k') | components/wifi.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698