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

Unified Diff: components/password_manager/core/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/BUILD.gn ('k') | components/password_manager/sync/browser/BUILD.gn » ('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 579d6b9ba2f555b40146155cae0104cbf64b9551..a560e12c49914bb17e4739ae2a1d9867c29d7a8f 100644
--- a/components/password_manager/core/browser/BUILD.gn
+++ b/components/password_manager/core/browser/BUILD.gn
@@ -208,6 +208,7 @@ source_set("unit_tests") {
]
deps = [
":test_support",
+ "//sql:test_support",
"//testing/gmock",
"//testing/gtest",
]
« no previous file with comments | « components/BUILD.gn ('k') | components/password_manager/sync/browser/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698