| # 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("//ui/webui/resources/tools/build_webui.gni") |
| |
| assert(enable_waffle_desktop) |
| |
| build_webui("build") { |
| grd_prefix = "waffle" |
| |
| static_files = [ "waffle.html" ] |
| |
| web_component_files = [ "app.ts" ] |
| |
| non_web_component_files = [ "browser_proxy.ts" ] |
| |
| mojo_files_deps = |
| [ "//chrome/browser/ui/webui/waffle:mojo_bindings_ts__generator" ] |
| mojo_files = |
| [ "$root_gen_dir/chrome/browser/ui/webui/waffle/waffle.mojom-webui.ts" ] |
| |
| ts_deps = [ |
| "//third_party/polymer/v3_0:library", |
| "//ui/webui/resources/cr_elements:build_ts", |
| "//ui/webui/resources/js:build_ts", |
| "//ui/webui/resources/mojo:build_ts", |
| ] |
| } |