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

Unified Diff: chrome/common/net/BUILD.gn

Issue 570253002: Componentize NetErrorHelperCore (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix Win64 Created 6 years, 3 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
Index: chrome/common/net/BUILD.gn
diff --git a/chrome/common/net/BUILD.gn b/chrome/common/net/BUILD.gn
index dd3502aa61c92349736b7e7cf49475103fa38f1d..2afe0443c7c583aa124a28479717ea7cc3cdfaa1 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",

Powered by Google App Engine
This is Rietveld 408576698