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

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

Issue 2889453003: [Offline Prefetech] Send GetOperationReqest to the server (Closed)
Patch Set: Rebase 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/generate_page_bundle_request.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 b7cbe2fc013887c87cbd62e596f7d1040ae5a648..ae365d2bd5aa601ac8c0f057f4d28c3177fdf3f7 100644
--- a/components/offline_pages/core/prefetch/BUILD.gn
+++ b/components/offline_pages/core/prefetch/BUILD.gn
@@ -11,11 +11,15 @@ static_library("prefetch") {
sources = [
"generate_page_bundle_request.cc",
"generate_page_bundle_request.h",
+ "get_operation_request.cc",
+ "get_operation_request.h",
"prefetch_dispatcher.h",
"prefetch_dispatcher_impl.cc",
"prefetch_dispatcher_impl.h",
"prefetch_item.cc",
"prefetch_item.h",
+ "prefetch_proto_utils.cc",
+ "prefetch_proto_utils.h",
"prefetch_request_fetcher.cc",
"prefetch_request_fetcher.h",
"prefetch_service.h",
@@ -23,8 +27,6 @@ static_library("prefetch") {
"prefetch_service_impl.h",
"prefetch_types.cc",
"prefetch_types.h",
- "prefetch_utils.cc",
- "prefetch_utils.h",
]
public_deps = [
@@ -53,9 +55,11 @@ source_set("unit_tests") {
testonly = true
sources = [
"generate_page_bundle_request_unittest.cc",
+ "get_operation_request_unittest.cc",
"prefetch_dispatcher_impl_unittest.cc",
"prefetch_item_unittest.cc",
"prefetch_request_fetcher_unittest.cc",
+ "prefetch_request_operation_response_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/generate_page_bundle_request.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698