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

Unified Diff: components/data_reduction_proxy/common/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/crx_file/BUILD.gn ('k') | components/dom_distiller/core/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/data_reduction_proxy/common/BUILD.gn
diff --git a/components/data_reduction_proxy/common/BUILD.gn b/components/data_reduction_proxy/common/BUILD.gn
index 2fc14358bf598d7c29610777a7c63a39d1c3050b..71ff791659c07c0254218728d49cca502d6aeebc 100644
--- a/components/data_reduction_proxy/common/BUILD.gn
+++ b/components/data_reduction_proxy/common/BUILD.gn
@@ -18,6 +18,7 @@ static_library("common") {
}
source_set("unit_tests") {
+ testonly = true
sources = [
"data_reduction_proxy_headers_unittest.cc",
]
« no previous file with comments | « components/crx_file/BUILD.gn ('k') | components/dom_distiller/core/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698