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

Unified Diff: ios/chrome/app/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/app/BUILD.gn
diff --git a/ios/chrome/app/BUILD.gn b/ios/chrome/app/BUILD.gn
index 82719317f6f62d1e70b3407cd0ff46e0740cba99..d4c61cad384b967764aafa8a6b1bdb5745e10e1a 100644
--- a/ios/chrome/app/BUILD.gn
+++ b/ios/chrome/app/BUILD.gn
@@ -149,7 +149,7 @@ source_set("app_internal") {
"//components/metrics",
"//components/prefs",
"//components/proxy_config",
- "//components/reading_list/core",
+ "//components/reading_list/core:flags",
"//components/signin/core/browser",
"//components/suggestions",
"//components/sync",

Powered by Google App Engine
This is Rietveld 408576698