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

Unified Diff: chrome/browser/BUILD.gn

Issue 2777063008: Connect BackgroundFetch to the OfflineItemCollection
Patch Set: Fixed incognito check and added tests Created 3 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: chrome/browser/BUILD.gn
diff --git a/chrome/browser/BUILD.gn b/chrome/browser/BUILD.gn
index cda77e2c4d0a884b4fe3fa9842735e571fca09bc..90aebd2ed113dbd49e60f6ad50f2f717daed2a13 100644
--- a/chrome/browser/BUILD.gn
+++ b/chrome/browser/BUILD.gn
@@ -90,6 +90,10 @@ split_static_library("browser") {
"autofill/risk_util.h",
"autofill/validation_rules_storage_factory.cc",
"autofill/validation_rules_storage_factory.h",
+ "background_fetch/background_fetch_client_factory.cc",
+ "background_fetch/background_fetch_client_factory.h",
+ "background_fetch/background_fetch_client_impl.cc",
+ "background_fetch/background_fetch_client_impl.h",
"background_sync/background_sync_controller_factory.cc",
"background_sync/background_sync_controller_factory.h",
"background_sync/background_sync_controller_impl.cc",

Powered by Google App Engine
This is Rietveld 408576698