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

Unified Diff: chrome/android/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: 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: chrome/android/BUILD.gn
diff --git a/chrome/android/BUILD.gn b/chrome/android/BUILD.gn
index 22f6ce17b33d7b586c46489540e9625af77d94ad..b11f06718ad6aef50033608510b314b594fccc9a 100644
--- a/chrome/android/BUILD.gn
+++ b/chrome/android/BUILD.gn
@@ -306,7 +306,6 @@ junit_binary("chrome_junit_tests") {
":chrome_java_resources",
"//base:base_java",
"//base:base_java_test_support",
- "//base:base_junit_test_support",
"//components/bookmarks/common/android:bookmarks_java",
"//components/invalidation/impl:java",
"//components/sync:sync_java_test_support",
@@ -323,6 +322,7 @@ junit_binary("chrome_junit_tests") {
"//ui/android:ui_java",
google_play_services_library,
]
+ srcjar_deps = [ "//base:base_build_config_gen" ]
}
# GYP: //chrome/chrome_android.gypi:chrome_version_java

Powered by Google App Engine
This is Rietveld 408576698