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

Unified Diff: blimp/BUILD.gn

Issue 1365823002: Add basic test suite for Blimp (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@blimp_strings
Patch Set: Forgot to remove blimp_tests from another linux gn bot Created 5 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 | « BUILD.gn ('k') | blimp/README.md » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: blimp/BUILD.gn
diff --git a/blimp/BUILD.gn b/blimp/BUILD.gn
index 9f601ad168c12aa89940c8af90dcce500a051f1d..d3da27a91b9171ddc28ef87386da3c6171f972ba 100644
--- a/blimp/BUILD.gn
+++ b/blimp/BUILD.gn
@@ -12,3 +12,15 @@ group("blimp") {
deps += [ "//blimp/client:blimp_apk" ]
}
}
+
+group("blimp_tests") {
+ testonly = true
+
+ deps = [
+ ":blimp",
+ ]
+
+ if (is_android) {
+ deps += [ "//blimp/client:blimp_test_apk" ]
+ }
+}
« no previous file with comments | « BUILD.gn ('k') | blimp/README.md » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698