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

Unified Diff: components/auto_login_parser/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/BUILD.gn ('k') | components/autofill/content/browser/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/auto_login_parser/BUILD.gn
diff --git a/components/auto_login_parser/BUILD.gn b/components/auto_login_parser/BUILD.gn
index af92f0fa5483d43264361ea87dbaf59e2f9ac945..b59919502b3e2d99ddd06c5821f6ec5eb25d25b1 100644
--- a/components/auto_login_parser/BUILD.gn
+++ b/components/auto_login_parser/BUILD.gn
@@ -15,6 +15,7 @@ source_set("auto_login_parser") {
}
source_set("unit_tests") {
+ testonly = true
sources = [
"auto_login_parser_unittest.cc",
]
« no previous file with comments | « components/BUILD.gn ('k') | components/autofill/content/browser/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698