blob: c4ad7b946d4d0244aea8bcf8e54837a01efe04d9 [file] [log] [blame]
# Copyright 2014 The Chromium Authors. All rights reserved.
# 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("mojo_interfaces") {
sources = [
"autofill_agent.mojom",
"autofill_driver.mojom",
]
public_deps = [
"//components/autofill/core/common/mojom:mojo_types",
"//mojo/public/mojom/base",
"//ui/gfx/geometry/mojo",
"//url/mojom:url_mojom_gurl",
]
}