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': [ |
'..', |