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

Unified Diff: components/precache/android/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 | « components/invalidation/impl/BUILD.gn ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/precache/android/BUILD.gn
diff --git a/components/precache/android/BUILD.gn b/components/precache/android/BUILD.gn
index 27a5b8d412b5a0b6641e8c29331e76efe769cf46..2fd7c19f0e18b0537beef25b4a64a229cf6ae061 100644
--- a/components/precache/android/BUILD.gn
+++ b/components/precache/android/BUILD.gn
@@ -17,6 +17,7 @@ android_library("precache_java") {
}
android_library("precache_javatests") {
+ testonly = true
deps = [
":precache_java",
"//base:base_java_test_support",
« no previous file with comments | « components/invalidation/impl/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698