| Index: components/error_page/renderer/BUILD.gn
|
| diff --git a/components/password_manager/content/common/BUILD.gn b/components/error_page/renderer/BUILD.gn
|
| similarity index 55%
|
| copy from components/password_manager/content/common/BUILD.gn
|
| copy to components/error_page/renderer/BUILD.gn
|
| index 88d4d12ce5ef1c71ee39d997ae285cb3136316b5..96fe7ff3f43ecf641dfb16176ee6fcb0294919fc 100644
|
| --- a/components/password_manager/content/common/BUILD.gn
|
| +++ b/components/error_page/renderer/BUILD.gn
|
| @@ -2,20 +2,20 @@
|
| # Use of this source code is governed by a BSD-style license that can be
|
| # found in the LICENSE file.
|
|
|
| -static_library("common") {
|
| +static_library("renderer") {
|
| sources = [
|
| - "credential_manager_message_generator.cc",
|
| - "credential_manager_message_generator.h",
|
| - "credential_manager_messages.h",
|
| - "credential_manager_types.cc",
|
| - "credential_manager_types.h",
|
| + "net_error_helper_core.cc",
|
| + "net_error_helper_core.h",
|
| ]
|
|
|
| deps = [
|
| "//base",
|
| + "//components/error_page/common",
|
| + "//components/strings",
|
| "//content/public/common",
|
| - "//ipc",
|
| + "//net",
|
| "//third_party/WebKit/public:blink",
|
| + "//ui/base",
|
| "//url",
|
| ]
|
| -}
|
| +}
|
|
|