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

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

Issue 2879013002: Create skeleton for the Prefetching store and initial pipeline step. (Closed)
Patch Set: A couple of minor changes. 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 b7cbe2fc013887c87cbd62e596f7d1040ae5a648..f67af90e391b2a1c9d010f3f3cd08ee7a3082070 100644
--- a/components/offline_pages/core/prefetch/BUILD.gn
+++ b/components/offline_pages/core/prefetch/BUILD.gn
@@ -9,6 +9,8 @@ import("//third_party/protobuf/proto_library.gni")
static_library("prefetch") {
sources = [
+ "add_unique_urls_task.cc",
+ "add_unique_urls_task.h",
"generate_page_bundle_request.cc",
"generate_page_bundle_request.h",
"prefetch_dispatcher.h",
@@ -21,6 +23,9 @@ static_library("prefetch") {
"prefetch_service.h",
"prefetch_service_impl.cc",
"prefetch_service_impl.h",
+ "prefetch_store.h",
+ "prefetch_test_store.cc",
+ "prefetch_test_store.h",
"prefetch_types.cc",
"prefetch_types.h",
"prefetch_utils.cc",

Powered by Google App Engine
This is Rietveld 408576698