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

Unified Diff: components/error_page/common/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: 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",
]
-}
+}

Powered by Google App Engine
This is Rietveld 408576698