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

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

Issue 1436183004: Enable compilation of //components/password_manager on iOS with gn. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@autofill-fix
Patch Set: Created 5 years, 1 month 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/core/browser/BUILD.gn ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/password_manager/sync/browser/BUILD.gn
diff --git a/components/password_manager/sync/browser/BUILD.gn b/components/password_manager/sync/browser/BUILD.gn
index ca53977a0e47f1244a333537c426a0457dec8ade..f5a0e9ba07aaeaa681cff27ed9ddb8d18ee4bc96 100644
--- a/components/password_manager/sync/browser/BUILD.gn
+++ b/components/password_manager/sync/browser/BUILD.gn
@@ -38,13 +38,14 @@ source_set("unit_tests") {
"sync_username_test_base.h",
]
deps = [
- ":browser",
"//components/pref_registry",
"//components/signin/core/common",
+ "//components/sync_driver:test_support",
"//components/syncable_prefs",
"//components/syncable_prefs:test_support",
"//sync",
"//testing/gmock",
"//testing/gtest",
+ ":browser",
]
}
« no previous file with comments | « components/password_manager/core/browser/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698