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

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: 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: chrome/android/BUILD.gn
diff --git a/chrome/android/BUILD.gn b/chrome/android/BUILD.gn
index da3e6882753d2f7173ce61f2f3b6f566b9d642d1..941e6cc9722a5efdeadcd6e4495b146802957e5c 100644
--- a/chrome/android/BUILD.gn
+++ b/chrome/android/BUILD.gn
@@ -304,7 +304,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/web_restrictions:web_restrictions_java",
@@ -320,6 +319,7 @@ junit_binary("chrome_junit_tests") {
"//ui/android:ui_java",
google_play_services_library,
]
+ srcjar_deps = [ "//base:base_build_config_gen" ]
mikecase (-- gone --) 2016/07/31 04:21:09 So, this is needed or some tests can't find BuildC
}
# GYP: //chrome/chrome_android.gypi:chrome_version_java

Powered by Google App Engine
This is Rietveld 408576698