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

Unified Diff: ios/chrome/browser/BUILD.gn

Issue 2378123002: Load offline page if reading list entry takes more than 1s to load. (Closed)
Patch Set: Experimental change (reviewers: do not review this PS). Created 4 years, 2 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: ios/chrome/browser/BUILD.gn
diff --git a/ios/chrome/browser/BUILD.gn b/ios/chrome/browser/BUILD.gn
index 7dd7514741ecc7eab9e8df5d53862a6f2979fe39..7b5802323f28b6e33d458469274b15fbc0ada3f5 100644
--- a/ios/chrome/browser/BUILD.gn
+++ b/ios/chrome/browser/BUILD.gn
@@ -360,6 +360,8 @@ source_set("browser") {
"reading_list/reading_list_model_storage.h",
"reading_list/reading_list_model_storage_defaults.h",
"reading_list/reading_list_model_storage_defaults.mm",
+ "reading_list/reading_list_web_state_observer.h",
+ "reading_list/reading_list_web_state_observer.mm",
"reading_list/url_downloader.cc",
"reading_list/url_downloader.h",
"root_coordinator.h",

Powered by Google App Engine
This is Rietveld 408576698