| # 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") | |
| assert(!is_android && !is_ios) | |
| mojom("mojom") { | |
| sources = [ "omnibox_popup_aim.mojom" ] | |
| webui_module_path = "/" | |
| deps = [ | |
| "//components/omnibox/browser:mojo_bindings", | |
| "//mojo/public/mojom/base", | |
| ] | |
| } |