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

Unified Diff: base/BUILD.gn

Issue 2308973002: Set testonly to true for targets that depends on base_java_test_support (Closed)
Patch Set: Change according to comments Created 4 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 | « no previous file | components/invalidation/impl/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/BUILD.gn
diff --git a/base/BUILD.gn b/base/BUILD.gn
index d37f99bd113c74a283a6bee01ad4c7bb4ce7b2d9..f768b8aa9ffccdc23153903b5f574d279791a3b6 100644
--- a/base/BUILD.gn
+++ b/base/BUILD.gn
@@ -2327,6 +2327,7 @@ if (is_android) {
# GYP: //base.gyp:base_javatests
android_library("base_javatests") {
+ testonly = true
deps = [
":base_java",
":base_java_test_support",
@@ -2343,6 +2344,7 @@ if (is_android) {
# GYP: //base.gyp:base_java_test_support
android_library("base_java_test_support") {
+ testonly = true
deps = [
":base_java",
"//testing/android/reporter:reporter_java",
@@ -2439,6 +2441,7 @@ if (is_android) {
# GYP: //base.gyp:base_java_unittest_support
android_library("base_java_unittest_support") {
+ testonly = true
deps = [
":base_java",
]
« no previous file with comments | « no previous file | components/invalidation/impl/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698