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

Unified Diff: components/offline_pages.gypi

Issue 1929223002: Add skeletons for the factories to create the request coordinator and (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Attempt gypi file fix. Created 4 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.gypi
diff --git a/components/offline_pages.gypi b/components/offline_pages.gypi
index 97852b107c632656911b3eb82641640f0ff22338..8684237369c003d330f674aba744863b0ea696a3 100644
--- a/components/offline_pages.gypi
+++ b/components/offline_pages.gypi
@@ -48,9 +48,12 @@
'../base/base.gyp:base',
'../net/net.gyp:net',
'../url/url.gyp:url_lib',
+ 'keyed_service_core',
],
'sources': [
'offline_pages/background/offliner.h',
+ 'offline_pages/background/offliner_factory.h',
+ 'offline_pages/background/offliner_policy.h',
'offline_pages/background/request_coordinator.cc',
'offline_pages/background/request_coordinator.h',
'offline_pages/background/request_queue.cc',

Powered by Google App Engine
This is Rietveld 408576698