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

Unified Diff: components/password_manager/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/password_manager.gypi ('k') | components/password_manager/core/browser/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/password_manager/core/browser/BUILD.gn
diff --git a/components/password_manager/core/browser/BUILD.gn b/components/password_manager/core/browser/BUILD.gn
index 081f9f9340d0b136be48b6a12197054ab6c1c1c8..848230da1160ee21ef839f8f1abdd769d24b66f3 100644
--- a/components/password_manager/core/browser/BUILD.gn
+++ b/components/password_manager/core/browser/BUILD.gn
@@ -137,7 +137,7 @@ static_library("browser") {
"//components/pref_registry",
"//components/prefs",
"//components/strings",
- "//components/sync_driver",
+ "//components/sync",
"//components/url_formatter",
"//components/variations",
"//components/webdata/common",
@@ -291,7 +291,7 @@ source_set("unit_tests") {
"//components/prefs:test_support",
"//components/strings",
"//components/sync:test_support_sync_api",
- "//components/sync_driver:test_support",
+ "//components/sync:test_support_sync_driver",
"//components/variations",
"//net:test_support",
"//sql:test_support",
« no previous file with comments | « components/password_manager.gypi ('k') | components/password_manager/core/browser/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698