blob: 208f99e3029a9ba98c01aa92ee56330a5dc9c0f7 [file] [log] [blame]
# 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 = "whats_new"
static_files = [ "whats_new.html" ]
web_component_files = [ "whats_new_app.ts" ]
non_web_component_files = [ "whats_new_proxy.ts" ]
ts_composite = true
ts_deps = [
"//third_party/polymer/v3_0:library",
"//ui/webui/resources/cr_elements:build_ts",
"//ui/webui/resources/js:build_ts",
"//ui/webui/resources/mojo:build_ts",
]
}