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/autofill/content/browser/BUILD.gn

Issue 551933002: Mark gtest and gmock as testonly in GN. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@testonly
Patch Set: android 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/auto_login_parser/BUILD.gn ('k') | components/autofill/core/browser/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/autofill/content/browser/BUILD.gn
diff --git a/components/autofill/content/browser/BUILD.gn b/components/autofill/content/browser/BUILD.gn
index e17455841ee7eb37d6202e6d953d7a12094764bc..267c72fe98c163301e0fb5925228dedcd237b145 100644
--- a/components/autofill/content/browser/BUILD.gn
+++ b/components/autofill/content/browser/BUILD.gn
@@ -78,6 +78,7 @@ proto_library("risk_proto") {
}
static_library("test_support") {
+ testonly = true
sources = [
"wallet/mock_wallet_client.cc",
"wallet/mock_wallet_client.h",
@@ -91,6 +92,7 @@ static_library("test_support") {
}
source_set("unit_tests") {
+ testonly = true
sources = [
"content_autofill_driver_unittest.cc",
"request_autocomplete_manager_unittest.cc",
« no previous file with comments | « components/auto_login_parser/BUILD.gn ('k') | components/autofill/core/browser/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698