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

Unified Diff: components/offline_pages/BUILD.gn

Issue 1965633002: [Offline Pages] Introducing StorageManagerClient interface. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebasing after extracting callbacks. 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/BUILD.gn
diff --git a/components/offline_pages/BUILD.gn b/components/offline_pages/BUILD.gn
index 450ea6743f0475ac6a535cf86937a4e84abe4de0..fa9034a13d9e4d0d06af3301892aa93d9f934851 100644
--- a/components/offline_pages/BUILD.gn
+++ b/components/offline_pages/BUILD.gn
@@ -28,6 +28,7 @@ static_library("offline_pages") {
"offline_page_types.h",
"snapshot_controller.cc",
"snapshot_controller.h",
+ "storage_manager_client.h",
]
deps = [

Powered by Google App Engine
This is Rietveld 408576698