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

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

Issue 2511723002: Enable RL sync by default on iOS (Closed)
Patch Set: rebase Created 4 years, 1 month 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
« no previous file with comments | « components/reading_list/reading_list_switches.cc ('k') | ios/chrome/browser/about_flags.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/chrome/browser/BUILD.gn
diff --git a/ios/chrome/browser/BUILD.gn b/ios/chrome/browser/BUILD.gn
index 69f2c7b79c092eb5af50db29c48036c4f5f3c2f8..ae0ce07d5226ef4ba3ae1238c58793d05f969abb 100644
--- a/ios/chrome/browser/BUILD.gn
+++ b/ios/chrome/browser/BUILD.gn
@@ -88,7 +88,8 @@ source_set("browser") {
"//components/pref_registry",
"//components/prefs",
"//components/proxy_config",
- "//components/reading_list",
+ "//components/reading_list/core",
+ "//components/reading_list/ios",
"//components/search_engines",
"//components/signin/core/browser",
"//components/ssl_config",
@@ -194,7 +195,7 @@ source_set("about_flags") {
"//components/flags_ui",
"//components/flags_ui:switches",
"//components/ntp_tiles",
- "//components/reading_list",
+ "//components/reading_list/core",
"//components/strings",
"//components/sync",
"//components/variations",
« no previous file with comments | « components/reading_list/reading_list_switches.cc ('k') | ios/chrome/browser/about_flags.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698