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

Unified Diff: chrome/browser/BUILD.gn

Issue 2310363002: Persist offline page info in a navigation entry if needed (Closed)
Patch Set: Fix win compiling error due to using unique_ptr map in SESSIONS_EXPORT class Created 4 years, 3 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: chrome/browser/BUILD.gn
diff --git a/chrome/browser/BUILD.gn b/chrome/browser/BUILD.gn
index f0a56850e0e5eece6c1072109d7bc1bba417dd17..c80512c6023d42790e3b310a93f4b9fbc80d051f 100644
--- a/chrome/browser/BUILD.gn
+++ b/chrome/browser/BUILD.gn
@@ -3081,6 +3081,8 @@ split_static_library("browser") {
"android/offline_pages/offline_page_bookmark_observer.h",
"android/offline_pages/offline_page_bridge.cc",
"android/offline_pages/offline_page_bridge.h",
+ "android/offline_pages/offline_page_info_handler.cc",
+ "android/offline_pages/offline_page_info_handler.h",
"android/offline_pages/offline_page_mhtml_archiver.cc",
"android/offline_pages/offline_page_mhtml_archiver.h",
"android/offline_pages/offline_page_model_factory.cc",

Powered by Google App Engine
This is Rietveld 408576698