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 69% |
copy from components/history/core/common/BUILD.gn |
copy to components/error_page/common/BUILD.gn |
index 7a493141978ebc86786ede32720f563e8a537d74..35b40c19995cb56a6355075bd86936dfd7a7c7dd 100644 |
--- a/components/history/core/common/BUILD.gn |
+++ b/components/error_page/common/BUILD.gn |
@@ -4,11 +4,13 @@ |
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", |
] |
-} |
+} |