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

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

Issue 2763233003: Move ReadingList model to components/reading_list/core (Closed)
Patch Set: feedback 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
« no previous file with comments | « ios/chrome/browser/BUILD.gn ('k') | ios/chrome/browser/reading_list/offline_url_utils.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 c4b116bf07aee92133de26a954f9827105d794a0..fdc22348a536aa255372b05111b937bf3d68c5ff 100644
--- a/ios/chrome/browser/reading_list/BUILD.gn
+++ b/ios/chrome/browser/reading_list/BUILD.gn
@@ -37,6 +37,7 @@ source_set("reading_list") {
"//components/pref_registry",
"//components/prefs",
"//components/reading_list/core",
+ "//components/reading_list/core:flags",
"//components/reading_list/ios",
"//components/sync",
"//ios/chrome/browser",
@@ -63,7 +64,7 @@ source_set("reading_list_remover") {
]
deps = [
"//base",
- "//components/reading_list/ios",
+ "//components/reading_list/core",
"//ios/chrome/browser/browser_state",
]
}
@@ -82,7 +83,7 @@ source_set("unit_tests") {
"//base",
"//base/test:test_support",
"//components/favicon/ios",
- "//components/reading_list/ios",
+ "//components/reading_list/core",
"//ios/chrome/browser",
"//ios/chrome/browser/browser_state:test_support",
"//ios/chrome/browser/dom_distiller",
« no previous file with comments | « ios/chrome/browser/BUILD.gn ('k') | ios/chrome/browser/reading_list/offline_url_utils.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698