blob: 92d38d48242633882e5f4a72f132cfe9267fa9aa [file] [log] [blame]
# Copyright 2025 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 = [ "composebox_query.mojom" ]
public_deps = [ "//mojo/public/mojom/base" ]
webui_module_path = "chrome://resources/mojo/components/omnibox/composebox"
}