| Index: extensions/browser/api/vpn_provider/BUILD.gn
|
| diff --git a/components/printing/browser/BUILD.gn b/extensions/browser/api/vpn_provider/BUILD.gn
|
| similarity index 53%
|
| copy from components/printing/browser/BUILD.gn
|
| copy to extensions/browser/api/vpn_provider/BUILD.gn
|
| index bddd3a67d52f7af953ffed21aad12bb33ddf0f4d..9f464b658579f27761cc62f01695a6c47a974667 100644
|
| --- a/components/printing/browser/BUILD.gn
|
| +++ b/extensions/browser/api/vpn_provider/BUILD.gn
|
| @@ -1,19 +1,17 @@
|
| # Copyright 2015 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.
|
| -
|
| -static_library("browser") {
|
| +source_set("vpn_provider") {
|
| sources = [
|
| - "print_manager.cc",
|
| - "print_manager.h",
|
| - "print_manager_utils.cc",
|
| - "print_manager_utils.h",
|
| + "vpn_provider_api.cc",
|
| + "vpn_provider_api.h",
|
| + "vpn_service.cc",
|
| + "vpn_service.h",
|
| + "vpn_service_factory.h",
|
| ]
|
|
|
| deps = [
|
| - "//base",
|
| - "//components/printing/common",
|
| "//content/public/browser",
|
| - "//printing",
|
| + "//skia",
|
| ]
|
| }
|
|
|