blob: ea8c4eb7b27ea4974b9e83a8682123d0e1acb4fc [file] [log] [blame]
# Copyright 2024 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("mojo_bindings") {
sources = [ "data_sharing.mojom" ]
public_deps = [
"//components/data_sharing/public/protocol:mojo_bindings",
"//mojo/public/mojom/base",
]
webui_module_path = "/"
}