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

Unified Diff: testing/android/junit/BUILD.gn

Issue 2760743002: Add support for robolectric play-services-shadows. (Closed)
Patch Set: Updated robolectric DEPS to pull in hard-coded file Created 3 years, 9 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 | « chrome/android/webapk/test/BUILD.gn ('k') | third_party/robolectric/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: testing/android/junit/BUILD.gn
diff --git a/testing/android/junit/BUILD.gn b/testing/android/junit/BUILD.gn
index d27b43adacf3466775e0a51f4f40e4c1c16eaeb4..e668341826927df02ce5f112d06642abf2d94efd 100644
--- a/testing/android/junit/BUILD.gn
+++ b/testing/android/junit/BUILD.gn
@@ -7,6 +7,8 @@ assert(is_android)
import("//build/config/android/rules.gni")
java_library("junit_test_support") {
+ # Skip platform checks since Robolectric depends on requires_android targets.
+ bypass_platform_checks = true
testonly = true
java_files = [
"java/src/org/chromium/testing/local/AnnotationProcessor.java",
« no previous file with comments | « chrome/android/webapk/test/BUILD.gn ('k') | third_party/robolectric/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698