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

Unified Diff: components/invalidation/impl/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 | « base/BUILD.gn ('k') | components/precache/android/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/invalidation/impl/BUILD.gn
diff --git a/components/invalidation/impl/BUILD.gn b/components/invalidation/impl/BUILD.gn
index b200df15e633d1350aea3022f628faca0f00850a..116be19c3f0ee74f95aeb92e7e347e6afd6067fb 100644
--- a/components/invalidation/impl/BUILD.gn
+++ b/components/invalidation/impl/BUILD.gn
@@ -226,6 +226,7 @@ if (is_android) {
]
}
android_library("javatests") {
+ testonly = true
deps = [
":java",
"//base:base_java",
« no previous file with comments | « base/BUILD.gn ('k') | components/precache/android/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698