| 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",
|
|
|