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

Unified Diff: components/offline_pages.gypi

Issue 1951483002: [Offline pages] Adding in memory request queue store with tests (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Udpating name of variable to make code more readable 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
« no previous file with comments | « components/components_tests.gyp ('k') | components/offline_pages/background/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/offline_pages.gypi
diff --git a/components/offline_pages.gypi b/components/offline_pages.gypi
index 149c8ee31d1aab8133ac00ef43f24677ab62c7c0..97852b107c632656911b3eb82641640f0ff22338 100644
--- a/components/offline_pages.gypi
+++ b/components/offline_pages.gypi
@@ -55,6 +55,9 @@
'offline_pages/background/request_coordinator.h',
'offline_pages/background/request_queue.cc',
'offline_pages/background/request_queue.h',
+ 'offline_pages/background/request_queue_in_memory_store.cc',
+ 'offline_pages/background/request_queue_in_memory_store.h',
+ 'offline_pages/background/request_queue_store.h',
'offline_pages/background/save_page_request.cc',
'offline_pages/background/save_page_request.h',
'offline_pages/background/scheduler.h',
« no previous file with comments | « components/components_tests.gyp ('k') | components/offline_pages/background/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698