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

Unified Diff: components/offline_pages/BUILD.gn

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
Index: components/offline_pages/BUILD.gn
diff --git a/components/offline_pages/BUILD.gn b/components/offline_pages/BUILD.gn
index e4de8ccce111ecf213dd4f42ed1a99585bb826df..da643e84637754119b46541f183be65f993f6cb4 100644
--- a/components/offline_pages/BUILD.gn
+++ b/components/offline_pages/BUILD.gn
@@ -5,6 +5,8 @@
# GYP: //components/offline_pages.gypi:offline_pages
static_library("offline_pages") {
sources = [
+ "offline_page_archiver.cc",
+ "offline_page_archiver.h",
"offline_page_item.cc",
"offline_page_item.h",
"offline_page_metadata_store.cc",

Powered by Google App Engine
This is Rietveld 408576698