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

Unified Diff: build/config/android/internal_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: Add OfflinePageTestRunner.java to CL Created 4 years, 5 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/internal_rules.gni
diff --git a/build/config/android/internal_rules.gni b/build/config/android/internal_rules.gni
index 194c494ff19aa9c51f5657d49245cadad18cc7f6..4c463b3bc2b1deef285a9e82aec2de97af45e7bd 100644
--- a/build/config/android/internal_rules.gni
+++ b/build/config/android/internal_rules.gni
@@ -51,8 +51,10 @@ _java_target_whitelist = [
"//third_party/robolectric:android-all-5.0.0_r2-robolectric-1",
"//third_party/robolectric:json-20080701",
"//third_party/robolectric:tagsoup-1.2",
- "//third_party/robolectric:shadows-core-3.0",
+ "//third_party/robolectric:shadows-core-3.0-21",
jbudorick 2016/08/01 13:52:04 nit: alpha
+ "//third_party/robolectric:shadows-core-3.0-18",
"//third_party/robolectric:shadows-multidex-3.0",
+ "//third_party/robolectric:shadows-play-services-3.0",
]
# Targets that match the whitelist but are not actually java targets.

Powered by Google App Engine
This is Rietveld 408576698