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

Unified Diff: base/BUILD.gn

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: base/BUILD.gn
diff --git a/base/BUILD.gn b/base/BUILD.gn
index ddb9ab4c9ce1057de5988ef1efc9db585e18bf5b..b480eb468c08e920bd2b25fdf0bf8badc7cfb6bc 100644
--- a/base/BUILD.gn
+++ b/base/BUILD.gn
@@ -2365,20 +2365,6 @@ if (is_android) {
]
}
- # TODO(jbudorick): Remove this once we roll to robolectric 3.0 and pull
mikecase (-- gone --) 2016/07/31 04:21:09 Switched to use the ShadowMultiDex from //third_pa
- # in the multidex shadow library. crbug.com/522043
- # GYP: //base.gyp:base_junit_test_support
- java_library("base_junit_test_support") {
- testonly = true
- java_files = [ "test/android/junit/src/org/chromium/base/test/shadows/ShadowMultiDex.java" ]
- deps = [
- "//third_party/android_tools:android_support_multidex_java",
- "//third_party/robolectric:android-all-4.3_r2-robolectric-0",
- "//third_party/robolectric:robolectric_java",
- ]
- srcjar_deps = [ ":base_build_config_gen" ]
- }
-
# GYP: //base.gyp:base_junit_tests
junit_binary("base_junit_tests") {
java_files = [
@@ -2393,7 +2379,6 @@ if (is_android) {
deps = [
":base_java",
":base_java_test_support",
- ":base_junit_test_support",
]
}

Powered by Google App Engine
This is Rietveld 408576698