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

Unified Diff: chrome/android/BUILD.gn

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/config/android/rules.gni ('k') | chrome/android/java_sources.gni » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/android/BUILD.gn
diff --git a/chrome/android/BUILD.gn b/chrome/android/BUILD.gn
index 04355f9d03b827d49444641c8a13081154219806..d463153247571e4ab916e68cc7632e831d496e0b 100644
--- a/chrome/android/BUILD.gn
+++ b/chrome/android/BUILD.gn
@@ -308,7 +308,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",
@@ -325,6 +324,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
« no previous file with comments | « build/config/android/rules.gni ('k') | chrome/android/java_sources.gni » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698