| 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",
|
|
|