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

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

Issue 2872933003: Add base persistence interfaces for Prefetching Offline Pages. (Closed)
Patch Set: Rename NO_ERROR to SUCCESS because of Windows. 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
« no previous file with comments | « no previous file | components/offline_pages/core/prefetch/prefetch_item.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 98044bbc3a1c8ebfeabd653dd6bb71da349721d8..915f0478d1194794c1f4c2e759f51d7d5390e0f0 100644
--- a/components/offline_pages/core/prefetch/BUILD.gn
+++ b/components/offline_pages/core/prefetch/BUILD.gn
@@ -11,6 +11,8 @@ static_library("prefetch") {
sources = [
"generate_page_bundle_request.cc",
"generate_page_bundle_request.h",
+ "prefetch_item.cc",
+ "prefetch_item.h",
"prefetch_request_fetcher.cc",
"prefetch_request_fetcher.h",
"prefetch_service.h",
@@ -48,6 +50,7 @@ source_set("unit_tests") {
testonly = true
sources = [
"generate_page_bundle_request_unittest.cc",
+ "prefetch_item_unittest.cc",
"prefetch_request_fetcher_unittest.cc",
"prefetch_request_test_base.cc",
"prefetch_request_test_base.h",
« no previous file with comments | « no previous file | components/offline_pages/core/prefetch/prefetch_item.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698