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

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

Issue 2872933003: Add base persistence interfaces for Prefetching Offline Pages. (Closed)
Patch Set: Renamed constants file; removed ClientId dependency; and more. Created 3 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
Index: components/offline_pages/core/prefetch/BUILD.gn
diff --git a/components/offline_pages/core/prefetch/BUILD.gn b/components/offline_pages/core/prefetch/BUILD.gn
index 85d9fcba5f06856bec8809f4051056e683447ded..ac99ca26c36d2de2a43b7b622f9167627b8036fa 100644
--- a/components/offline_pages/core/prefetch/BUILD.gn
+++ b/components/offline_pages/core/prefetch/BUILD.gn
@@ -8,11 +8,14 @@ if (is_android) {
static_library("prefetch") {
sources = [
+ "prefetch_item.cc",
+ "prefetch_item.h",
"prefetch_request_fetcher.cc",
"prefetch_request_fetcher.h",
"prefetch_service.h",
"prefetch_service_impl.cc",
"prefetch_service_impl.h",
+ "prefetch_types.h",
]
deps = [

Powered by Google App Engine
This is Rietveld 408576698