1 # Copyright 2014 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.
7 "network_properties.cc",
8 "network_properties.h",
12 "wifi_service_mac.mm",
13 "wifi_service_win.cc",
16 defines = [ "WIFI_IMPLEMENTATION" ]
22 "//third_party/libxml",
26 libs = [ "iphlpapi.lib" ]
32 "SystemConfiguration.framework",
37 source_set("test_support") {
39 "fake_wifi_service.cc",
40 "fake_wifi_service.h",
50 executable("wifi_test") {