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 '../third_party/libxml/libxml.gyp:libxml',
19 'WIFI_IMPLEMENTATION',
22 'wifi/network_properties.cc',
23 'wifi/network_properties.h',
25 'wifi/wifi_service.cc',
26 'wifi/wifi_service.h',
27 'wifi/wifi_service_mac.mm',
28 'wifi/wifi_service_win.cc',
41 '$(SDKROOT)/System/Library/Frameworks/CoreWLAN.framework',
42 '$(SDKROOT)/System/Library/Frameworks/SystemConfiguration.framework',
49 'target_name': 'wifi_test_support',
50 'type': 'static_library',
52 '../base/base.gyp:base',
60 'wifi/fake_wifi_service.cc',
61 'wifi/fake_wifi_service.h',
65 'target_name': 'wifi_test',
68 '../base/base.gyp:base',