Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(612)

Unified Diff: components/error_page/renderer/BUILD.gn

Issue 570253002: Componentize NetErrorHelperCore (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 6 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « components/error_page/common/net_error_info.cc ('k') | components/error_page/renderer/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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",
]
-}
+}
« no previous file with comments | « components/error_page/common/net_error_info.cc ('k') | components/error_page/renderer/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698