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

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

Issue 2243353002: (Reland) Update all Robolectric tests to Robolectric 3.0 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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
« no previous file with comments | « build/android/pylib/junit/test_runner.py ('k') | chrome/android/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/config/android/rules.gni
diff --git a/build/config/android/rules.gni b/build/config/android/rules.gni
index 49c42b9a9f572301780f7b8bd35ea1e3acba43c1..facedb5f8404f2ea19fabbaae7f96ac46aef29d7 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) {
« no previous file with comments | « build/android/pylib/junit/test_runner.py ('k') | chrome/android/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698