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

Unified Diff: chrome/android/webapk/test/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
Index: chrome/android/webapk/test/BUILD.gn
diff --git a/chrome/android/webapk/test/BUILD.gn b/chrome/android/webapk/test/BUILD.gn
index e9e884faae0c61bb3e1fcd43beba014de9f75d8a..8a594cd117ace61cf55eef08a710733c02cbb107 100644
--- a/chrome/android/webapk/test/BUILD.gn
+++ b/chrome/android/webapk/test/BUILD.gn
@@ -5,6 +5,8 @@
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 = [ "src/org/chromium/webapk/test/WebApkTestHelper.java" ]
deps = [

Powered by Google App Engine
This is Rietveld 408576698