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

Unified Diff: components/autofill/core/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/autofill/content/browser/BUILD.gn ('k') | components/autofill/core/common/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/autofill/core/browser/BUILD.gn
diff --git a/components/autofill/core/browser/BUILD.gn b/components/autofill/core/browser/BUILD.gn
index 9a922b8b2af1326bbecde748c8a7e2f9bd095c25..c9bd71159747be15bf8008828f11fc60e2e94606 100644
--- a/components/autofill/core/browser/BUILD.gn
+++ b/components/autofill/core/browser/BUILD.gn
@@ -174,6 +174,7 @@ static_library("browser") {
}
static_library("test_support") {
+ testonly = true
sources = [
"autofill_test_utils.cc",
"autofill_test_utils.h",
@@ -199,6 +200,7 @@ static_library("test_support") {
}
source_set("unit_tests") {
+ testonly = true
sources = [
"address_field_unittest.cc",
"address_unittest.cc",
« no previous file with comments | « components/autofill/content/browser/BUILD.gn ('k') | components/autofill/core/common/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698