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

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

Issue 2760743002: Add support for robolectric play-services-shadows. (Closed)
Patch Set: "Fix" requires_android build issue 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
Index: testing/android/junit/BUILD.gn
diff --git a/testing/android/junit/BUILD.gn b/testing/android/junit/BUILD.gn
index d27b43adacf3466775e0a51f4f40e4c1c16eaeb4..3eb05e0a30004399c7c58d20340cb19e015022f4 100644
--- a/testing/android/junit/BUILD.gn
+++ b/testing/android/junit/BUILD.gn
@@ -7,6 +7,7 @@ assert(is_android)
import("//build/config/android/rules.gni")
java_library("junit_test_support") {
+ bypass_platform_checks = true
testonly = true
java_files = [
"java/src/org/chromium/testing/local/AnnotationProcessor.java",

Powered by Google App Engine
This is Rietveld 408576698