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

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

Issue 2578973002: Reload offline version on load failure (Closed)
Patch Set: clean Created 4 years 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/reading_list/BUILD.gn
diff --git a/ios/chrome/browser/reading_list/BUILD.gn b/ios/chrome/browser/reading_list/BUILD.gn
index d68daec1e825c1ca6aa1aa8edba764393ff99627..500a8c31d1e7f95f4fcb9e60f9b4d711c2ae9ca9 100644
--- a/ios/chrome/browser/reading_list/BUILD.gn
+++ b/ios/chrome/browser/reading_list/BUILD.gn
@@ -11,8 +11,6 @@ source_set("reading_list") {
"reading_list_download_service.h",
"reading_list_download_service_factory.cc",
"reading_list_download_service_factory.h",
- "reading_list_entry_loading_util.h",
- "reading_list_entry_loading_util.mm",
"reading_list_model_factory.cc",
"reading_list_model_factory.h",
"reading_list_web_state_observer.h",
@@ -44,7 +42,6 @@ source_set("unit_tests") {
testonly = true
sources = [
"offline_url_utils_unittest.cc",
- "reading_list_entry_loading_util_unittest.mm",
"url_downloader_unittest.mm",
]
deps = [

Powered by Google App Engine
This is Rietveld 408576698