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

Unified Diff: ios/chrome/browser/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/BUILD.gn
diff --git a/ios/chrome/browser/BUILD.gn b/ios/chrome/browser/BUILD.gn
index 41a376d7563a89d3e47724ff52c702aa7d4e35e5..84fcfb6c3aa9898de36b820ce5da6146afdf98d6 100644
--- a/ios/chrome/browser/BUILD.gn
+++ b/ios/chrome/browser/BUILD.gn
@@ -84,7 +84,7 @@ source_set("browser") {
"//components/pref_registry",
"//components/prefs",
"//components/proxy_config",
- "//components/reading_list/core",
+ "//components/reading_list/core:flags",
"//components/reading_list/ios",
"//components/search_engines",
"//components/signin/core/browser",

Powered by Google App Engine
This is Rietveld 408576698