| # Copyright 2018 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. | |
| import("//tools/polymer/html_to_js.gni") | |
| html_to_js("web_components") { | |
| js_files = [ | |
| "action_link_style_css.ts", | |
| "animations_css.ts", | |
| "chooser_shared_css.ts", | |
| "navi_colors_css.ts", | |
| "onboarding_background.ts", | |
| "splash_pages_shared_css.ts", | |
| "step_indicator.ts", | |
| ] | |
| } |