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" ]
21 "//third_party/libxml",
25 libs = [ "iphlpapi.lib" ]
31 "SystemConfiguration.framework",
36 source_set("test_support") {
38 "fake_wifi_service.cc",
39 "fake_wifi_service.h",
49 executable("wifi_test") {