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

Unified Diff: components/BUILD.gn

Issue 2511723002: Enable RL sync by default on iOS (Closed)
Patch Set: create ios and core directories 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
Index: components/BUILD.gn
diff --git a/components/BUILD.gn b/components/BUILD.gn
index bfd35bbf2a7551676525cc38df70d2feaf3c685a..d518aea5a874f35f732e63309e61f881298f1f1c 100644
--- a/components/BUILD.gn
+++ b/components/BUILD.gn
@@ -156,7 +156,7 @@ test("components_unittests") {
if (is_ios) {
deps += [
- "//components/reading_list:unit_tests",
+ "//components/reading_list/ios:unit_tests",
"//components/signin/ios/browser:unit_tests",
"//components/translate/ios/browser:unit_tests",
]

Powered by Google App Engine
This is Rietveld 408576698