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

Unified Diff: chrome/browser/BUILD.gn

Issue 2864293003: [Offline Pages] Add a GCMAppHandler for offline page prefetch. (Closed)
Patch Set: Fix 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 | chrome/browser/android/offline_pages/prefetch/prefetch_background_task.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/BUILD.gn
diff --git a/chrome/browser/BUILD.gn b/chrome/browser/BUILD.gn
index 64976c57d964e65054c767e286bd10cc0bc0b81d..855d5dc6bfb1b14ae56ab0ef2908805c2115dc23 100644
--- a/chrome/browser/BUILD.gn
+++ b/chrome/browser/BUILD.gn
@@ -2188,6 +2188,8 @@ split_static_library("browser") {
"android/offline_pages/request_coordinator_factory.h",
"offline_pages/background_loader_offliner.cc",
"offline_pages/background_loader_offliner.h",
+ "offline_pages/prefetch/prefetch_service_factory.cc",
+ "offline_pages/prefetch/prefetch_service_factory.h",
]
if (is_android) {
sources += [
@@ -2196,7 +2198,6 @@ split_static_library("browser") {
]
}
deps += [
- "//components/offline_pages/content",
"//components/offline_pages/content/background_loader",
"//components/offline_pages/core",
"//components/offline_pages/core/background:background_offliner",
« no previous file with comments | « no previous file | chrome/browser/android/offline_pages/prefetch/prefetch_background_task.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698