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

Unified Diff: ios/chrome/browser/reading_list/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 | « ios/chrome/browser/experimental_flags.mm ('k') | ios/chrome/browser/reading_list/offline_url_utils.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/chrome/browser/reading_list/BUILD.gn
diff --git a/ios/chrome/browser/reading_list/BUILD.gn b/ios/chrome/browser/reading_list/BUILD.gn
index 0290d08ed0bffaadbd1940e40c34aba9479d99b8..2db24968391ab14c0f3ec7ee88a4a1ac1a7c9e24 100644
--- a/ios/chrome/browser/reading_list/BUILD.gn
+++ b/ios/chrome/browser/reading_list/BUILD.gn
@@ -32,7 +32,8 @@ source_set("reading_list") {
"//components/keyed_service/ios",
"//components/pref_registry",
"//components/prefs",
- "//components/reading_list",
+ "//components/reading_list/core",
+ "//components/reading_list/ios",
"//ios/chrome/browser",
"//ios/chrome/browser/browser_state",
"//ios/web",
@@ -55,7 +56,7 @@ source_set("unit_tests") {
":reading_list",
"//base",
"//base/test:test_support",
- "//components/reading_list",
+ "//components/reading_list/ios",
"//ios/chrome/browser",
"//ios/chrome/browser/dom_distiller",
"//ios/web:test_support",
« no previous file with comments | « ios/chrome/browser/experimental_flags.mm ('k') | ios/chrome/browser/reading_list/offline_url_utils.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698