blob: 7f6f9fbf1b970e6e3afe638099852aa3c756b0d2 [file] [log] [blame]
# Copyright 2022 The Chromium Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
# Files holding a Polymer element definition and have an equivalent .html file.
web_component_files = [ "support_tool.ts" ]
# Files that are passed as input to html_to_wrapper().
html_files = []
foreach(f, web_component_files) {
html_files += [ string_replace(f, ".ts", ".html") ]
}
# Files that are generated by html_to_wrapper().
html_wrapper_files = []
foreach(f, html_files) {
html_wrapper_files += [ f + ".ts" ]
}
ts_files = web_component_files