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

Unified Diff: chrome/common/net/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 | « chrome/common/localized_error.cc ('k') | chrome/common/net/net_error_info.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/net/BUILD.gn
diff --git a/chrome/common/net/BUILD.gn b/chrome/common/net/BUILD.gn
index 84c5c486f4c94faa4b2dd81e6e3e3a4a63f49046..bf87915565bd23de5a797ffba7166615b57ebed4 100644
--- a/chrome/common/net/BUILD.gn
+++ b/chrome/common/net/BUILD.gn
@@ -7,8 +7,6 @@ import("//build/config/crypto.gni")
# GYP version: chrome/chrome_common.gypi:common_net
static_library("net") {
sources = [
- "net_error_info.cc",
- "net_error_info.h",
"net_resource_provider.cc",
"net_resource_provider.h",
"predictor_common.h",
@@ -24,6 +22,7 @@ static_library("net") {
"//base",
"//chrome:resources",
"//chrome:strings",
+ "//components/error_page/common",
"//crypto",
"//net",
"//net:net_resources",
« no previous file with comments | « chrome/common/localized_error.cc ('k') | chrome/common/net/net_error_info.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698