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

Unified Diff: components/offline_pages.gypi

Issue 1160283003: [Offline] Creates metadata store interface for offline pages (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@offline-pages-1
Patch Set: Addressing feedback 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
Index: components/offline_pages.gypi
diff --git a/components/offline_pages.gypi b/components/offline_pages.gypi
index 4afb2fc1ff50e297042ec2261da0b6431529cf81..3f217ed0c5d220be62406850d4a1a5e9d292d9c2 100644
--- a/components/offline_pages.gypi
+++ b/components/offline_pages.gypi
@@ -22,6 +22,8 @@
'offline_pages/offline_page_item.h',
'offline_pages/offline_page_model.cc',
'offline_pages/offline_page_model.h',
+ 'offline_pages/offline_page_metadata_store.cc',
+ 'offline_pages/offline_page_metadata_store.h',
],
},
],

Powered by Google App Engine
This is Rietveld 408576698