X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fcomponents%2Fwifi.gypi;h=178675829b1fceb95378aa8036a99e836710a22d;hb=004985e17e624662a4c85c76a7654039dc83f028;hp=3090bd2dc6259e38534f660e02cdf1ff817e0c45;hpb=2f108dbacb161091e42a3479f4e171339b7e7623;p=platform%2Fframework%2Fweb%2Fcrosswalk.git diff --git a/src/components/wifi.gypi b/src/components/wifi.gypi index 3090bd2..1786758 100644 --- a/src/components/wifi.gypi +++ b/src/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': [ '..', @@ -22,7 +22,6 @@ 'wifi/wifi_export.h', 'wifi/wifi_service.cc', 'wifi/wifi_service.h', - 'wifi/fake_wifi_service.cc', 'wifi/wifi_service_mac.mm', 'wifi/wifi_service_win.cc', ], @@ -45,12 +44,28 @@ ], }, { + 'target_name': 'wifi_test_support', + 'type': 'static_library', + 'dependencies': [ + '../base/base.gyp:base', + 'onc_component', + 'wifi_component', + ], + 'include_dirs': [ + '..', + ], + 'sources': [ + 'wifi/fake_wifi_service.cc', + 'wifi/fake_wifi_service.h', + ], + }, + { 'target_name': 'wifi_test', 'type': 'executable', 'dependencies': [ - 'wifi_component', '../base/base.gyp:base', - '../components/components.gyp:onc_component', + 'onc_component', + 'wifi_component', ], 'include_dirs': [ '..',