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

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

Issue 559543003: Add chrome test support target to GN build. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: no more gyp changes Created 6 years, 3 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/ownership/BUILD.gn ('k') | components/pref_registry.gypi » ('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 0c79176cc5e7544fc8ed29dff244ee60e34a787a..27602164049e4d1eb2826eca19d63260088b3afa 100644
--- a/components/password_manager/core/browser/BUILD.gn
+++ b/components/password_manager/core/browser/BUILD.gn
@@ -91,7 +91,7 @@ static_library("browser") {
}
}
-static_library("test_support") {
+source_set("test_support") {
testonly = true
sources = [
"mock_password_store.cc",
@@ -107,9 +107,14 @@ static_library("test_support") {
]
deps = [
+ ":browser",
"//base",
"//components/autofill/core/common",
"//testing/gmock",
"//testing/gtest",
]
+
+ forward_dependent_configs_from = [
+ ":browser",
+ ]
}
« no previous file with comments | « components/ownership/BUILD.gn ('k') | components/pref_registry.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698