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