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

Unified Diff: build/config/android/rules.gni

Issue 2195143002: [Android] Update all Robolectric tests to Robolectric 3.0 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Convert newly added webapk_shell_apk_junit_tests to Robo 3.0 Created 4 years, 4 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: build/config/android/rules.gni
diff --git a/build/config/android/rules.gni b/build/config/android/rules.gni
index d838ceb831571c18030020e1030e5c1d61f46746..45cedef5ad6c08b9bf9b2014e5f7e8558bc45156 100644
--- a/build/config/android/rules.gni
+++ b/build/config/android/rules.gni
@@ -1123,13 +1123,17 @@ if (enable_java_templates) {
bypass_platform_checks = true
main_class = "org.chromium.testing.local.JunitTestMain"
wrapper_script_name = "helper/$target_name"
-
deps += [
"//testing/android/junit:junit_test_support",
"//third_party/junit",
"//third_party/mockito:mockito_java",
- "//third_party/robolectric:android-all-4.3_r2-robolectric-0",
+ "//third_party/robolectric:android-all-5.0.0_r2-robolectric-1",
+ "//third_party/robolectric:robolectric_annotations_java",
"//third_party/robolectric:robolectric_java",
+ "//third_party/robolectric:robolectric_resources_java",
+ "//third_party/robolectric:robolectric_utils_java",
+ "//third_party/robolectric:shadows-core-3.0-21",
+ "//third_party/robolectric:shadows-multidex-3.0",
]
}
group(target_name) {

Powered by Google App Engine
This is Rietveld 408576698