Chromium Code Reviews| 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 = [ |