Revert^2 "Move allowlist check to native code"
This reverts commit c23c78ae3ddc7a32f0678374c99323fbfeade98b.
Reason for revert: fix forward
Original change's description:
> Revert "Move allowlist check to native code"
>
> This reverts commit 8cd912804e039159d4ac665597e899e959c5815d.
>
> Reason for revert:
> LUCI Bisection has identified this change as the culprit of a build failure. See the analysis: https://ci.chromium.org/ui/p/chromium/bisection/compile-analysis/b/8762987001342534337
>
> Sample failed build: https://ci.chromium.org/b/8762987001342534337
>
> If this is a false positive, please report it at https://bugs.chromium.org/p/chromium/issues/entry?comment=Analysis%3A+https%3A%2F%2Fci.chromium.org%2Fui%2Fp%2Fchromium%2Fbisection%2Fcompile-analysis%2Fb%2F8762987001342534337&components=Tools%3ETest%3EFindit&labels=LUCI-Bisection-Wrong%2CPri-3%2CType-Bug&status=Available&summary=Wrongly+blamed+https%3A%2F%2Fchromium-review.googlesource.com%2Fc%2Fchromium%2Fsrc%2F%2B%2F5069216
>
> Original change's description:
> > Move allowlist check to native code
> >
> >
> > Bug: 1502402
> > Change-Id: Ic7725de4ae895aed36842d2c900c61202709e74f
> > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5069216
> > Auto-Submit: Hanfeng Zhu <[email protected]>
> > Reviewed-by: Min Qin <[email protected]>
> > Commit-Queue: Theresa Sullivan <[email protected]>
> > Reviewed-by: Theresa Sullivan <[email protected]>
> > Code-Coverage: [email protected] <[email protected]>
> > Cr-Commit-Position: refs/heads/main@{#1231341}
> >
>
> Bug: 1502402
> Change-Id: Iff1afffb6f957ccfbfba4b7bf41545ac3ab217da
> No-Presubmit: true
> No-Tree-Checks: true
> No-Try: true
> Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5077609
> Commit-Queue: [email protected] <[email protected]>
> Bot-Commit: [email protected] <[email protected]>
> Owners-Override: [email protected] <[email protected]>
> Cr-Commit-Position: refs/heads/main@{#1231349}
Bug: 1502402
Change-Id: I938ff9066f31e6660d064012215e67a7d8296cf9
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5082917
Bot-Commit: Rubber Stamper <[email protected]>
Reviewed-by: Theresa Sullivan <[email protected]>
Commit-Queue: Hanfeng Zhu <[email protected]>
Reviewed-by: Min Qin <[email protected]>
Cr-Commit-Position: refs/heads/main@{#1233096}
diff --git a/chrome/browser/wallet/android/BUILD.gn b/chrome/browser/wallet/android/BUILD.gn
index ff1cc6a6..40240dd8 100644
--- a/chrome/browser/wallet/android/BUILD.gn
+++ b/chrome/browser/wallet/android/BUILD.gn
@@ -31,11 +31,13 @@
sources = [ "javatests/src/org/chromium/chrome/browser/wallet/BoardingPassControllerTest.java" ]
deps = [
"//base:base_java",
+ "//base:base_java_test_support",
"//base:base_junit_test_support",
"//chrome/browser/flags:java",
"//chrome/browser/tab:java",
"//chrome/browser/wallet/android:java",
"//third_party/android_deps:guava_android_java",
+ "//third_party/jni_zero:jni_zero_java",
"//third_party/junit:junit",
"//third_party/mockito:mockito_java",
"//url:url_java",