1 # Copyright 2013 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file.
8 'target_name': 'wifi_component',
9 'type': '<(component)',
11 '../base/base.gyp:base',
12 '../components/components.gyp:onc_component',
13 '../third_party/libxml/libxml.gyp:libxml',
19 'WIFI_IMPLEMENTATION',
23 'wifi/wifi_service.cc',
24 'wifi/wifi_service.h',
25 'wifi/fake_wifi_service.cc',
26 'wifi/wifi_service_mac.mm',
27 'wifi/wifi_service_win.cc',
40 '$(SDKROOT)/System/Library/Frameworks/CoreWLAN.framework',
41 '$(SDKROOT)/System/Library/Frameworks/SystemConfiguration.framework',
48 'target_name': 'wifi_test',
52 '../base/base.gyp:base',
53 '../components/components.gyp:onc_component',