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

Unified Diff: components/dom_distiller/core/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/data_reduction_proxy/common/BUILD.gn ('k') | components/domain_reliability/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/dom_distiller/core/BUILD.gn
diff --git a/components/dom_distiller/core/BUILD.gn b/components/dom_distiller/core/BUILD.gn
index 05a72597841d6c05e65a9d84cf231607a9dd6c02..da3340539eb04ba35daa01480e056a955a7ec1ab 100644
--- a/components/dom_distiller/core/BUILD.gn
+++ b/components/dom_distiller/core/BUILD.gn
@@ -72,6 +72,7 @@ static_library("core") {
# GYP version: components/dom_distiller.gypi:dom_distiller_test_support
static_library("test_support") {
+ testonly = true
sources = [
"dom_distiller_test_util.cc",
"dom_distiller_test_util.h",
@@ -91,6 +92,7 @@ static_library("test_support") {
}
source_set("unit_tests") {
+ testonly = true
sources = [
"article_entry_unittest.cc",
"distilled_content_store_unittest.cc",
« no previous file with comments | « components/data_reduction_proxy/common/BUILD.gn ('k') | components/domain_reliability/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698