| Index: extensions/browser/api/vpn_provider/BUILD.gn
|
| diff --git a/components/physical_web/webui/BUILD.gn b/extensions/browser/api/vpn_provider/BUILD.gn
|
| similarity index 51%
|
| copy from components/physical_web/webui/BUILD.gn
|
| copy to extensions/browser/api/vpn_provider/BUILD.gn
|
| index f3d6432dd2b700c0f266293e7ce3eef7ca158809..f540a40ea4bca897fe5d00c612437a85b5f6d0a8 100644
|
| --- a/components/physical_web/webui/BUILD.gn
|
| +++ b/extensions/browser/api/vpn_provider/BUILD.gn
|
| @@ -2,13 +2,16 @@
|
| # Use of this source code is governed by a BSD-style license that can be
|
| # found in the LICENSE file.
|
|
|
| -source_set("webui") {
|
| +source_set("vpn_provider") {
|
| sources = [
|
| - "physical_web_ui_constants.cc",
|
| - "physical_web_ui_constants.h",
|
| + "vpn_provider_api.cc",
|
| + "vpn_provider_api.h",
|
| + "vpn_service.cc",
|
| + "vpn_service.h",
|
| + "vpn_service_factory.h",
|
| ]
|
|
|
| deps = [
|
| - "//base",
|
| + "//extensions/common/api",
|
| ]
|
| }
|
|
|