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

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

Issue 1482653002: Add more components to "gn check" (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: chromeos 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
Index: components/password_manager/core/common/BUILD.gn
diff --git a/components/password_manager/core/common/BUILD.gn b/components/password_manager/core/common/BUILD.gn
index 030b42fef20c317a733c92ecc934b3960f62c59b..852ed162aa7f5d8747f762127872d2e82dccefd4 100644
--- a/components/password_manager/core/common/BUILD.gn
+++ b/components/password_manager/core/common/BUILD.gn
@@ -14,6 +14,13 @@ source_set("common") {
"password_manager_switches.h",
"password_manager_ui.h",
]
+
+ deps = [
+ "//base",
+ "//components/autofill/core/common",
+ "//sql",
+ "//url",
+ ]
}
source_set("unit_tests") {
@@ -23,6 +30,10 @@ source_set("unit_tests") {
]
deps = [
":common",
+ "//base",
+ "//components/autofill/core/common",
+ "//sql",
"//testing/gtest",
+ "//url",
]
}
« no previous file with comments | « components/password_manager/core/browser/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