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

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

Issue 1932953002: [Offline pages] Empty RequestQueue and SavePageRequest (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Adding build files and fixing compilation issues Created 4 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/background/BUILD.gn
diff --git a/components/offline_pages/background/BUILD.gn b/components/offline_pages/background/BUILD.gn
index 6f9c3ff553e87082d3a266a8cb80c9856ce329bb..c5ce5c5007b30ac42ceb96eb20d7f629c23b4e99 100644
--- a/components/offline_pages/background/BUILD.gn
+++ b/components/offline_pages/background/BUILD.gn
@@ -12,6 +12,10 @@ static_library("background_offliner") {
"offliner.h",
"request_coordinator.cc",
"request_coordinator.h",
+ "request_queue.cc",
+ "request_queue.h",
+ "save_page_request.cc",
+ "save_page_request.h",
"scheduler.h",
]

Powered by Google App Engine
This is Rietveld 408576698