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

Unified Diff: components/browser_sync/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: components/browser_sync/BUILD.gn
diff --git a/components/browser_sync/BUILD.gn b/components/browser_sync/BUILD.gn
index 5b870f0a7eead9f0ef060753739a811cb1419c94..4c2e28742e6ab0ad28aee6c9337a060c0d8c72a9 100644
--- a/components/browser_sync/BUILD.gn
+++ b/components/browser_sync/BUILD.gn
@@ -33,8 +33,7 @@ static_library("browser_sync") {
"//components/password_manager/sync/browser",
"//components/pref_registry",
"//components/prefs",
- "//components/reading_list/core",
- "//components/reading_list/core:reading_list_enable_flags",
+ "//components/reading_list/core:flags",
"//components/signin/core/browser",
"//components/strings",
"//components/sync_bookmarks",

Powered by Google App Engine
This is Rietveld 408576698