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

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

Issue 2763233003: Move ReadingList model to components/reading_list/core (Closed)
Patch Set: last? 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/tabs/BUILD.gn
diff --git a/ios/chrome/browser/tabs/BUILD.gn b/ios/chrome/browser/tabs/BUILD.gn
index 37b9693c5b837641dfd3c08945c1880cc291d2c3..5c467a0871942854dee08f781b9d23c6cc998ee3 100644
--- a/ios/chrome/browser/tabs/BUILD.gn
+++ b/ios/chrome/browser/tabs/BUILD.gn
@@ -51,7 +51,7 @@ source_set("tabs_internal") {
"//components/navigation_metrics",
"//components/prefs",
"//components/reading_list/core",
- "//components/reading_list/ios",
+ "//components/reading_list/core:flags",
"//components/search_engines",
"//components/sessions",
"//components/signin/core/browser",
@@ -139,7 +139,7 @@ source_set("tabs_internal_arc") {
"//components/history/core/browser",
"//components/history/ios/browser",
"//components/keyed_service/core",
- "//components/reading_list/core",
+ "//components/reading_list/core:flags",
"//components/signin/ios/browser",
"//ios/chrome/browser",
"//ios/chrome/browser/bookmarks",

Powered by Google App Engine
This is Rietveld 408576698