| Index: components/error_page/common/BUILD.gn
|
| diff --git a/components/history/core/common/BUILD.gn b/components/error_page/common/BUILD.gn
|
| similarity index 66%
|
| copy from components/history/core/common/BUILD.gn
|
| copy to components/error_page/common/BUILD.gn
|
| index 7a493141978ebc86786ede32720f563e8a537d74..b3c5b88cb13dfb9f55878614e8a9f3ca480c3320 100644
|
| --- a/components/history/core/common/BUILD.gn
|
| +++ b/components/error_page/common/BUILD.gn
|
| @@ -4,11 +4,14 @@
|
|
|
| static_library("common") {
|
| sources = [
|
| - "thumbnail_score.cc",
|
| - "thumbnail_score.h",
|
| + "error_page_params.cc",
|
| + "error_page_params.h",
|
| + "net_error_info.cc",
|
| + "net_error_info.h",
|
| ]
|
|
|
| deps = [
|
| "//base",
|
| + "//url",
|
| ]
|
| -}
|
| +}
|
|
|