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

Unified Diff: components/data_reduction_proxy/browser/BUILD.gn

Issue 547793002: Add lots of testonly annotations to the GN build. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: merge 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 | « cc/BUILD.gn ('k') | components/proximity_auth/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/data_reduction_proxy/browser/BUILD.gn
diff --git a/components/data_reduction_proxy/browser/BUILD.gn b/components/data_reduction_proxy/browser/BUILD.gn
index d00e084c362b1ff223f9b01798cd7f67da928562..c79a909cc26126eccd8fef1e0998e935170f96e9 100644
--- a/components/data_reduction_proxy/browser/BUILD.gn
+++ b/components/data_reduction_proxy/browser/BUILD.gn
@@ -35,6 +35,7 @@ static_library("browser") {
}
static_library("test_support") {
+ testonly = true
sources = [
"data_reduction_proxy_params_test_utils.cc",
"data_reduction_proxy_params_test_utils.h",
@@ -54,6 +55,7 @@ static_library("test_support") {
}
source_set("unit_tests") {
+ testonly = true
sources = [
"data_reduction_proxy_auth_request_handler_unittest.cc",
"data_reduction_proxy_config_service_unittest.cc",
« no previous file with comments | « cc/BUILD.gn ('k') | components/proximity_auth/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698