# 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("//ui/webui/resources/tools/build_webui.gni")
assert(is_android)
build_webui("build") {
grd_prefix = "webapks"
static_files = [
"about_webapks.css",
"about_webapks.html",
]
non_web_component_files = [ "about_webapks.ts" ]
ts_deps = [ "//ui/webui/resources/js:build_ts" ]
ts_definitions = [ "//tools/typescript/definitions/chrome_send.d.ts" ]
webui_context_type = "trusted"
}