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.
5 component("captive_portal") {
7 "captive_portal_detector.cc",
8 "captive_portal_detector.h",
9 "captive_portal_export.h",
10 "captive_portal_types.cc",
11 "captive_portal_types.h",
14 defines = [ "CAPTIVE_PORTAL_IMPLEMENTATION" ]
23 source_set("test_support") {
26 "captive_portal_testing_utils.cc",
27 "captive_portal_testing_utils.h",
38 source_set("unit_tests") {
41 "captive_portal_detector_unittest.cc",