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

Unified Diff: content/content_tests.gypi

Issue 1674353004: [Android] Fix generated scripts for junit tests. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 10 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: content/content_tests.gypi
diff --git a/content/content_tests.gypi b/content/content_tests.gypi
index 6a5072c6af67ee9bfac0eb842c791526de1654d5..cf5b7ef5f15e939e59d5ec86875e5599799a2d5d 100644
--- a/content/content_tests.gypi
+++ b/content/content_tests.gypi
@@ -2182,9 +2182,12 @@
'src_paths': [
'public/android/junit/',
],
+ 'test_suite_name': 'content_junit_tests',
+ 'test_type': 'junit',
},
'includes': [
'../build/host_jar.gypi',
+ '../build/android/test_runner.gypi',
],
},
],

Powered by Google App Engine
This is Rietveld 408576698