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

Unified Diff: chrome/browser/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
« no previous file with comments | « no previous file | chrome/browser/predictors/resource_prefetch_predictor.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/BUILD.gn
diff --git a/chrome/browser/BUILD.gn b/chrome/browser/BUILD.gn
index 4b3a92694d9a6c4a3fd224dc15946d949b3663ed..86a49737df6aabe9ac7dc11edd8df3e518a5f74c 100644
--- a/chrome/browser/BUILD.gn
+++ b/chrome/browser/BUILD.gn
@@ -1503,7 +1503,7 @@ split_static_library("browser") {
"//components/policy:generated",
"//components/policy/core/browser",
"//components/policy/proto",
- "//components/precache/core:proto",
+ "//components/precache/core",
"//components/prefs:prefs",
"//components/previews/core",
"//components/profile_metrics",
@@ -3129,7 +3129,6 @@ split_static_library("browser") {
"//components/feature_engagement_tracker",
"//components/payments/content/android",
"//components/precache/content",
- "//components/precache/core",
"//components/resources:components_resources",
"//components/safe_browsing_db",
"//components/toolbar",
« no previous file with comments | « no previous file | chrome/browser/predictors/resource_prefetch_predictor.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698