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 '../crypto/crypto.gyp:crypto',
13 '../third_party/libxml/libxml.gyp:libxml',
20 'WIFI_IMPLEMENTATION',
23 'wifi/network_properties.cc',
24 'wifi/network_properties.h',
26 'wifi/wifi_service.cc',
27 'wifi/wifi_service.h',
28 'wifi/wifi_service_mac.mm',
29 'wifi/wifi_service_win.cc',
42 '$(SDKROOT)/System/Library/Frameworks/CoreWLAN.framework',
43 '$(SDKROOT)/System/Library/Frameworks/SystemConfiguration.framework',
50 'target_name': 'wifi_test_support',
51 'type': 'static_library',
53 '../base/base.gyp:base',
61 'wifi/fake_wifi_service.cc',
62 'wifi/fake_wifi_service.h',
66 'target_name': 'wifi_test',
69 '../base/base.gyp:base',