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

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: Added top level test target 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
Index: blimp/BUILD.gn
diff --git a/blimp/BUILD.gn b/blimp/BUILD.gn
index 9f601ad168c12aa89940c8af90dcce500a051f1d..c59cfd5eb5aa2c84bcec5d2cbc596e9e3210d55a 100644
--- a/blimp/BUILD.gn
+++ b/blimp/BUILD.gn
@@ -12,3 +12,13 @@ group("blimp") {
deps += [ "//blimp/client:blimp_apk" ]
}
}
+
+group("blimp_tests") {
Dirk Pranke 2015/09/25 20:27:29 Should blimp_tests have a dependency on blimp? Pre
David Trainor- moved to gerrit 2015/09/25 21:50:30 Done.
+ testonly = true
+
+ if (is_android) {
+ deps = [
+ "//blimp/client:blimp_test_apk",
+ ]
+ }
+}
« no previous file with comments | « BUILD.gn ('k') | blimp/README.md » ('j') | testing/buildbot/tryserver.chromium.linux.json » ('J')

Powered by Google App Engine
This is Rietveld 408576698