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

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

Issue 2203673002: [Sync] Move //components/sync_driver to //components/sync/driver. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@sd-a
Patch Set: Full change rebased on static lib. Created 4 years, 4 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
« no previous file with comments | « ios/chrome/BUILD.gn ('k') | ios/chrome/browser/DEPS » ('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 6f668cc6344e343a94e45fc381275c957620751d..ed49052722cfc6a68dd0c1d98d36ff674667f2c4 100644
--- a/ios/chrome/browser/BUILD.gn
+++ b/ios/chrome/browser/BUILD.gn
@@ -672,7 +672,6 @@ source_set("browser") {
"//components/strings",
"//components/suggestions",
"//components/sync",
- "//components/sync_driver",
"//components/sync_sessions",
"//components/syncable_prefs",
"//components/translate/core/browser",
@@ -762,7 +761,7 @@ source_set("about_flags") {
"//components/flags_ui",
"//components/flags_ui:switches",
"//components/strings",
- "//components/sync_driver",
+ "//components/sync",
"//components/variations",
"//google_apis",
"//ios/chrome/app/strings",
@@ -835,8 +834,7 @@ source_set("test_support") {
"//components/signin/ios/browser",
"//components/signin/ios/browser:test_support",
"//components/sync",
- "//components/sync_driver",
- "//components/sync_driver:test_support",
+ "//components/sync:test_support_sync_driver",
"//components/syncable_prefs",
"//components/syncable_prefs:test_support",
"//components/user_prefs",
« no previous file with comments | « ios/chrome/BUILD.gn ('k') | ios/chrome/browser/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698