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

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

Issue 2762113002: Reading List iOS: Adapt loading offline for new reload process (Closed)
Patch Set: rebase Created 3 years, 9 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/ui/reading_list/BUILD.gn
diff --git a/ios/chrome/browser/ui/reading_list/BUILD.gn b/ios/chrome/browser/ui/reading_list/BUILD.gn
index 6b36cca2d07fed623cfa3ea697a22b16c351c1fe..e2e7a47326710988bf7ff2d34be0129cf53f04c0 100644
--- a/ios/chrome/browser/ui/reading_list/BUILD.gn
+++ b/ios/chrome/browser/ui/reading_list/BUILD.gn
@@ -132,6 +132,7 @@ source_set("eg_tests") {
deps = [
":reading_list",
"//base",
+ "//base/test:test_support",
"//components/reading_list/core",
"//ios/chrome/app/strings",
"//ios/chrome/app/theme:theme_grit",
@@ -144,6 +145,8 @@ source_set("eg_tests") {
"//ios/testing/earl_grey:earl_grey_support",
"//ios/third_party/earl_grey",
"//ios/third_party/material_components_ios",
+ "//ios/web",
+ "//ios/web:reload_type",
"//ios/web:test_support",
]
libs = [

Powered by Google App Engine
This is Rietveld 408576698