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

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

Issue 1961153003: Add pause/resume functionality to precache (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: test fix Created 4 years, 7 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 | « components/precache.gypi ('k') | components/precache/content/precache_manager.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/precache/content/BUILD.gn
diff --git a/components/precache/content/BUILD.gn b/components/precache/content/BUILD.gn
index 297ec27d3f0e576ff5cb01bb05dfdbb3270e340f..f3cc0a7a97c762a1b91b03279525dbceb3ac0304 100644
--- a/components/precache/content/BUILD.gn
+++ b/components/precache/content/BUILD.gn
@@ -15,6 +15,7 @@ source_set("content") {
"//components/history/core/browser",
"//components/keyed_service/core",
"//components/precache/core",
+ "//components/precache/core:proto",
"//components/prefs",
"//components/sync_driver",
"//components/variations",
@@ -36,6 +37,7 @@ source_set("unit_tests") {
"//base/test:test_support",
"//components/history/core/browser",
"//components/precache/core",
+ "//components/precache/core:proto",
"//content/public/browser",
"//content/test:test_support",
"//net:test_support",
« no previous file with comments | « components/precache.gypi ('k') | components/precache/content/precache_manager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698