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.
8 'target_name': 'captive_portal',
9 'type': '<(component)',
11 '../base/base.gyp:base',
13 '../url/url.gyp:url_lib',
19 'CAPTIVE_PORTAL_IMPLEMENTATION',
22 'captive_portal/captive_portal_detector.cc',
23 'captive_portal/captive_portal_detector.h',
24 'captive_portal/captive_portal_types.cc',
25 'captive_portal/captive_portal_types.h',
26 'captive_portal/captive_portal_export.h',
30 'target_name': 'captive_portal_test_support',
31 'type': 'static_library',
34 '../base/base.gyp:base',
36 '../url/url.gyp:url_lib',
39 'captive_portal/captive_portal_testing_utils.cc',
40 'captive_portal/captive_portal_testing_utils.h',