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

Unified Diff: components/precache/core/BUILD.gn

Issue 2802053002: precache: Extract common methods for PrecacheManifest into util. (Closed)
Patch Set: Copyright. Created 3 years, 8 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/precache/core/BUILD.gn
diff --git a/components/precache/core/BUILD.gn b/components/precache/core/BUILD.gn
index 92f29ac11fe604d04814ce95bd079532b98e985b..00bde86730176eba20bd4ef328b16121eeb1ce56 100644
--- a/components/precache/core/BUILD.gn
+++ b/components/precache/core/BUILD.gn
@@ -25,6 +25,8 @@ static_library("core") {
"precache_database.h",
"precache_fetcher.cc",
"precache_fetcher.h",
+ "precache_manifest_util.cc",
+ "precache_manifest_util.h",
"precache_referrer_host_table.cc",
"precache_referrer_host_table.h",
"precache_session_table.cc",
« no previous file with comments | « chrome/browser/predictors/resource_prefetch_predictor.cc ('k') | components/precache/core/precache_fetcher.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698