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

Unified Diff: components/password_manager/core/browser/BUILD.gn

Issue 2148293004: [Sync] //components/sync external changes [DO NOT SUBMIT] (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@sc-1
Patch Set: Rebase. Created 4 years, 5 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: 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 37dcd53ebc378b1ee569c0159ba920ad00a23b62..081f9f9340d0b136be48b6a12197054ab6c1c1c8 100644
--- a/components/password_manager/core/browser/BUILD.gn
+++ b/components/password_manager/core/browser/BUILD.gn
@@ -122,7 +122,7 @@ static_library("browser") {
public_deps = [
"//base",
- "//sync",
+ "//components/sync",
]
deps = [
":proto",
@@ -290,11 +290,11 @@ source_set("unit_tests") {
"//components/password_manager/core/common",
"//components/prefs:test_support",
"//components/strings",
+ "//components/sync:test_support_sync_api",
"//components/sync_driver:test_support",
"//components/variations",
"//net:test_support",
"//sql:test_support",
- "//sync:test_support_sync_api",
"//testing/gmock",
"//testing/gtest",
"//ui/base",

Powered by Google App Engine
This is Rietveld 408576698