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

Unified Diff: components/password_manager/content/browser/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
« no previous file with comments | « components/pairing/BUILD.gn ('k') | components/password_manager/content/common/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/password_manager/content/browser/BUILD.gn
diff --git a/components/password_manager/content/browser/BUILD.gn b/components/password_manager/content/browser/BUILD.gn
index f8811d3e1bd7752d683691818ea943a4cce55a04..c759643f6ec52839d01c0831eff45b4c900d1950 100644
--- a/components/password_manager/content/browser/BUILD.gn
+++ b/components/password_manager/content/browser/BUILD.gn
@@ -18,12 +18,14 @@ source_set("browser") {
public_deps = [
"//base",
+ "//base:prefs",
"//components/autofill/content/browser",
"//components/autofill/content/common",
"//components/autofill/core/common",
"//components/keyed_service/content",
"//components/password_manager/content/common",
"//components/password_manager/core/browser",
+ "//components/password_manager/core/common",
"//content/public/browser",
"//content/public/common",
"//ipc",
@@ -39,6 +41,10 @@ source_set("unit_tests") {
]
deps = [
":browser",
+ "//base:prefs_test_support",
+ "//components/autofill/core/browser:test_support",
+ "//components/password_manager/core/browser:test_support",
+ "//content/test:test_support",
"//testing/gmock",
"//testing/gtest",
]
« no previous file with comments | « components/pairing/BUILD.gn ('k') | components/password_manager/content/common/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698