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

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

Issue 2130453004: [Sync] Move //sync to //components/sync. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
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
« no previous file with comments | « components/password_manager/DEPS ('k') | components/password_manager/core/browser/password_store.h » ('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 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",
« no previous file with comments | « components/password_manager/DEPS ('k') | components/password_manager/core/browser/password_store.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698