blob: 02f8f1e562e6362d516ac1658d1c8d111d74a85b [file] [log] [blame]
# Copyright 2023 The Chromium Authors
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
import("//components/signin/features.gni")
import("//mojo/public/tools/bindings/mojom.gni")
assert(enable_waffle_desktop)
mojom("mojo_bindings") {
sources = [ "waffle.mojom" ]
webui_module_path = "/"
use_typescript_sources = true
}