blob: 6136d6e0450340e4e3d40255b4b12554c52bf4ac [file] [log] [blame]
# Copyright 2016 The Chromium Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
assert(is_chromeos)
source_set("vpn_provider") {
sources = [
"vpn_provider_api.cc",
"vpn_provider_api.h",
"vpn_service.cc",
"vpn_service.h",
"vpn_service_factory.h",
]
deps = [
"//extensions/common/api",
]
}