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

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

Issue 2811813002: [Offline Pages] Set up the initial prefetching service. (Closed)
Patch Set: 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/offline_pages/core/BUILD.gn
diff --git a/components/offline_pages/core/BUILD.gn b/components/offline_pages/core/BUILD.gn
index 21708d2b71c5ebea702bcafccd53f9037bce1f4e..8abb18afdbee23911c50c458d93261e5afb37cf2 100644
--- a/components/offline_pages/core/BUILD.gn
+++ b/components/offline_pages/core/BUILD.gn
@@ -46,6 +46,7 @@ static_library("core") {
deps = [
":switches",
+ "prefetch:prefetch",
"//base",
"//components/keyed_service/core",
"//net",
@@ -108,6 +109,7 @@ source_set("unit_tests") {
":core",
":switches",
":test_support",
+ "prefetch:unit_tests",
"recent_tabs:unit_tests",
"//base",
"//base/test:test_support",

Powered by Google App Engine
This is Rietveld 408576698