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

Unified Diff: base/test/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 | « base/BUILD.gn ('k') | cc/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/test/BUILD.gn
diff --git a/base/test/BUILD.gn b/base/test/BUILD.gn
index e3312c2fb9925e1a51d84b8c4fce72a194b2505c..8af09252fd989a2ebea197f0e185bf66258db36c 100644
--- a/base/test/BUILD.gn
+++ b/base/test/BUILD.gn
@@ -9,6 +9,7 @@ if (is_android) {
}
source_set("test_support") {
+ testonly = true
sources = [
"expectations/expectation.cc",
"expectations/expectation.h",
@@ -134,6 +135,7 @@ config("perf_test_config") {
}
source_set("test_support_perf") {
+ testonly = true
sources = [
"run_all_perftests.cc",
]
@@ -147,6 +149,7 @@ source_set("test_support_perf") {
}
source_set("run_all_unittests") {
+ testonly = true
sources = [
"run_all_unittests.cc",
]
« no previous file with comments | « base/BUILD.gn ('k') | cc/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698