blob: 8205de3366a3bd4b18cbb28ca048d98d175c780d [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("mojom") {
sources = [ "dwa_interface.mojom" ]
deps = [ "//mojo/public/mojom/base" ]
}