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

Unified Diff: mojo/common/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 | « media/cast/BUILD.gn ('k') | mojo/embedder/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/common/test/BUILD.gn
diff --git a/mojo/common/test/BUILD.gn b/mojo/common/test/BUILD.gn
index a0df6d0f5cc6afb3c964f225e807a3a24a970791..b63de6a2c5c9def969731f5a357881896fdef8f8 100644
--- a/mojo/common/test/BUILD.gn
+++ b/mojo/common/test/BUILD.gn
@@ -4,6 +4,7 @@
# GYP version: mojo/mojo_base.gyp:mojo_run_all_unittests
source_set("run_all_unittests") {
+ testonly = true
deps = [
":test_support_impl",
"//base",
@@ -18,6 +19,7 @@ source_set("run_all_unittests") {
# GYP version: mojo/mojo_base.gyp:mojo_test_support_impl
source_set("test_support_impl") {
+ testonly = true
deps = [
"//base",
]
@@ -30,6 +32,7 @@ source_set("test_support_impl") {
# GYP version: mojo/mojo_base.gyp:mojo_common_test_support
source_set("test_support") {
+ testonly = true
deps = [
"//base",
"//base/test:test_support",
« no previous file with comments | « media/cast/BUILD.gn ('k') | mojo/embedder/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698