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

Unified Diff: chrome/android/webapk/test/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: chrome/android/webapk/test/BUILD.gn
diff --git a/chrome/android/webapk/test/BUILD.gn b/chrome/android/webapk/test/BUILD.gn
index e9e884faae0c61bb3e1fcd43beba014de9f75d8a..2ec87758c60e81204097a200e322ccb2f9fe7bc4 100644
--- a/chrome/android/webapk/test/BUILD.gn
+++ b/chrome/android/webapk/test/BUILD.gn
@@ -5,6 +5,7 @@
import("//build/config/android/rules.gni")
java_library("junit_test_support") {
+ bypass_platform_checks = true
jbudorick 2017/03/20 22:49:18 It may be helpful to have comments in the location
mikecase (-- gone --) 2017/03/21 23:03:39 Done/. Added these comments.
testonly = true
java_files = [ "src/org/chromium/webapk/test/WebApkTestHelper.java" ]
deps = [

Powered by Google App Engine
This is Rietveld 408576698