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

Unified Diff: components/offline_pages.gypi

Issue 1174803002: [Offline] Adding archiver interface (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@offline-pages-store
Patch Set: Created 5 years, 6 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 | components/offline_pages/BUILD.gn » ('j') | components/offline_pages/offline_page_archiver.h » ('J')
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 3f217ed0c5d220be62406850d4a1a5e9d292d9c2..038b07958afd8e75178ffb602612a7d8ec418aea 100644
--- a/components/offline_pages.gypi
+++ b/components/offline_pages.gypi
@@ -18,6 +18,8 @@
'keyed_service_core',
],
'sources': [
+ 'offline_pages/offline_page_archiver.cc',
+ 'offline_pages/offline_page_archiver.h',
'offline_pages/offline_page_item.cc',
'offline_pages/offline_page_item.h',
'offline_pages/offline_page_model.cc',
« no previous file with comments | « no previous file | components/offline_pages/BUILD.gn » ('j') | components/offline_pages/offline_page_archiver.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698