blob: 0dbc17e4c9c716c9839609b7005e61f1da54d3cb [file] [log] [blame]
# Copyright 2019 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/polymer.gni")
group("polymer3_elements") {
deps = [
":signin_shared_css_module",
"sync_confirmation:polymer3_elements",
]
}
polymer_modulizer("signin_shared_css") {
html_file = "signin_shared_css.html"
js_file = "signin_shared_css.js"
html_type = "v3-ready"
}