| # Copyright 2022 The Chromium Authors |
| # Use of this source code is governed by a BSD-style license that can be |
| # found in the LICENSE file. |
| |
| import("//ui/webui/resources/tools/build_webui.gni") |
| |
| assert(!is_android) |
| |
| build_webui("build") { |
| grd_prefix = "feed" |
| |
| static_files = [ "feed.html" ] |
| |
| non_web_component_files = [ |
| "feed.ts", |
| "feed_side_panel_handler.ts", |
| ] |
| |
| mojo_files_deps = |
| [ "//chrome/browser/ui/webui/feed:mojo_bindings_ts__generator" ] |
| mojo_files = |
| [ "$root_gen_dir/chrome/browser/ui/webui/feed/feed.mojom-webui.ts" ] |
| |
| ts_use_local_config = false |
| ts_deps = [ "//ui/webui/resources/mojo:library" ] |
| } |