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

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

Issue 2774603002: Removes the IsReadingListEnabled flags (Closed)
Patch Set: fix tests 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 4da93c2b31803e6a178e9057faae27d4c0a735e6..cd24a76546e867f6a9e9fbb8376899fa0e91fe56 100644
--- a/ios/chrome/browser/sync/BUILD.gn
+++ b/ios/chrome/browser/sync/BUILD.gn
@@ -32,7 +32,6 @@ source_set("sync") {
"//components/password_manager/sync/browser",
"//components/prefs",
"//components/reading_list/core",
- "//components/reading_list/core:flags",
"//components/search_engines",
"//components/sessions",
"//components/signin/core/browser",
@@ -113,7 +112,6 @@ source_set("unit_tests") {
":sync",
"//base",
"//components/browser_sync",
- "//components/reading_list/core:flags",
"//components/sync",
"//ios/chrome/browser/browser_state:test_support",
"//ios/web:test_support",

Powered by Google App Engine
This is Rietveld 408576698