# 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") | |
assert(is_win) | |
html_to_js("web_components") { | |
js_files = [ | |
"chrome_cleanup_page.ts", | |
"items_to_remove_list.ts", | |
] | |
} |