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

Unified Diff: components/autofill/core/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 | « components/autofill.gypi ('k') | components/autofill/core/browser/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/autofill/core/browser/BUILD.gn
diff --git a/components/autofill/core/browser/BUILD.gn b/components/autofill/core/browser/BUILD.gn
index 994095b27f97f31e03c6b9bccd67a2dd0be860d2..a389809cbff55569f9fce6cdbcd9ecd46aa1f877 100644
--- a/components/autofill/core/browser/BUILD.gn
+++ b/components/autofill/core/browser/BUILD.gn
@@ -182,7 +182,6 @@ static_library("browser") {
"//components/signin/core/common",
"//components/strings",
"//components/sync",
- "//components/sync_driver",
"//components/variations/net",
"//components/version_info",
"//components/webdata/common",
@@ -347,8 +346,7 @@ source_set("unit_tests") {
"//components/strings",
"//components/sync",
"//components/sync:test_support_sync_api",
- "//components/sync_driver",
- "//components/sync_driver:test_support",
+ "//components/sync:test_support_sync_driver",
"//components/variations",
"//components/webdata/common",
"//components/webdata_services:test_support",
« no previous file with comments | « components/autofill.gypi ('k') | components/autofill/core/browser/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698