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

Unified Diff: ios/chrome/browser/sync/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
Index: ios/chrome/browser/sync/BUILD.gn
diff --git a/ios/chrome/browser/sync/BUILD.gn b/ios/chrome/browser/sync/BUILD.gn
index 14f9eed6e9821ebbe9dd892a1d3b7fd08b461f0c..4da93c2b31803e6a178e9057faae27d4c0a735e6 100644
--- a/ios/chrome/browser/sync/BUILD.gn
+++ b/ios/chrome/browser/sync/BUILD.gn
@@ -32,7 +32,7 @@ source_set("sync") {
"//components/password_manager/sync/browser",
"//components/prefs",
"//components/reading_list/core",
- "//components/reading_list/ios",
+ "//components/reading_list/core:flags",
"//components/search_engines",
"//components/sessions",
"//components/signin/core/browser",
@@ -113,7 +113,7 @@ source_set("unit_tests") {
":sync",
"//base",
"//components/browser_sync",
- "//components/reading_list/core",
+ "//components/reading_list/core:flags",
"//components/sync",
"//ios/chrome/browser/browser_state:test_support",
"//ios/web:test_support",
« no previous file with comments | « ios/chrome/browser/share_extension/share_extension_service.mm ('k') | ios/chrome/browser/sync/ios_chrome_sync_client.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698