Commit 19e44b45 authored by Tommy Martino's avatar Tommy Martino Committed by Commit Bot

[WebPayments] Adding missing include to mojom BUILD

This is a continuation for:
https://chromium-review.googlesource.com/c/chromium/src/+/848085

There was a missing include which only became apparent when
attempting to build downstream. I have done more extensive local
testing and believe this should resolve the matter.

Bug: 795007
Change-Id: I368f14d00e784082f887f889f884b992daf06b86
Reviewed-on: https://chromium-review.googlesource.com/851153
Commit-Queue: Tommy Martino <tmartino@chromium.org>
Commit-Queue: Mathieu Perreault <mathp@chromium.org>
Reviewed-by: default avatarMathieu Perreault <mathp@chromium.org>
Cr-Commit-Position: refs/heads/master@{#527130}
parent 24f8e8b4
...@@ -2,6 +2,8 @@ ...@@ -2,6 +2,8 @@
# Use of this source code is governed by a BSD-style license that can be # Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file. # found in the LICENSE file.
import("//build/config/android/rules.gni")
java_group("mojom_java") { java_group("mojom_java") {
# This is a temporary empty target. It is needed to enable prerequisite # This is a temporary empty target. It is needed to enable prerequisite
# downstream changes to be landed without breaking the Android build. It will # downstream changes to be landed without breaking the Android build. It will
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment