chromium/components/autofill/content/common/mojom/BUILD.gn

# Copyright 2014 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("mojom") {
  sources = [
    "autofill_agent.mojom",
    "autofill_driver.mojom",
  ]

  public_deps = [
    "//components/autofill/core/common/mojom:mojo_types",
    "//mojo/public/mojom/base",
    "//ui/gfx/geometry/mojom",
    "//url/mojom:url_mojom_gurl",
  ]
}