# Copyright 2023 The Chromium Authors
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
import("//mojo/public/tools/bindings/mojom.gni")
mojom("facilitated_payments_agent_mojom") {
sources = [ "facilitated_payments_agent.mojom" ]
deps = [ "//mojo/public/mojom/base" ]
}
mojom("pix_code_validator_mojom") {
sources = [ "pix_code_validator.mojom" ]
deps = [ "//mojo/public/mojom/base" ]
}