| # 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 | |
| } |