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

Unified Diff: components/wifi.gypi

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 | « components/components.gyp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/wifi.gypi
diff --git a/components/wifi.gypi b/components/wifi.gypi
index 3090bd2dc6259e38534f660e02cdf1ff817e0c45..9b6d4d1125194d82f4dd574ea4e4f68834521c6a 100644
--- a/components/wifi.gypi
+++ b/components/wifi.gypi
@@ -9,8 +9,8 @@
'type': '<(component)',
'dependencies': [
'../base/base.gyp:base',
- '../components/components.gyp:onc_component',
'../third_party/libxml/libxml.gyp:libxml',
+ 'onc_component',
],
'include_dirs': [
'..',
@@ -48,9 +48,9 @@
'target_name': 'wifi_test',
'type': 'executable',
'dependencies': [
- 'wifi_component',
'../base/base.gyp:base',
- '../components/components.gyp:onc_component',
+ 'onc_component',
+ 'wifi_component',
],
'include_dirs': [
'..',
« no previous file with comments | « components/components.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698