# Copyright 2021 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")
build_webui("build") {
grd_prefix = "new_tab_page_third_party"
static_files = [ "new_tab_page_third_party.html" ]
non_web_component_files = [
"browser_proxy.ts",
"new_tab_page_third_party.ts",
]
mojo_files_deps = [ "//chrome/browser/ui/webui/new_tab_page_third_party:mojo_bindings_ts__generator" ]
mojo_files = [ "$root_gen_dir/chrome/browser/ui/webui/new_tab_page_third_party/new_tab_page_third_party.mojom-webui.ts" ]
ts_deps = [
"//ui/webui/resources/cr_components/most_visited:build_ts",
"//ui/webui/resources/js:build_ts",
"//ui/webui/resources/mojo:build_ts",
]
webui_context_type = "trusted"
}