blob: ba840291caec1930a0ec7638c06be41a543ec1bc [file] [log] [blame]
# Copyright 2025 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 = "internal_debug_pages_disabled"
static_files = [ "app.html" ]
ts_files = [ "app.ts" ]
ts_deps = [ "//ui/webui/resources/js:build_ts" ]
webui_context_type = "trusted"
grit_output_dir = "$root_gen_dir/components"
}