summaryrefslogtreecommitdiffstats
path: root/chromium/chrome/browser/resources/signin/BUILD.gn
blob: 0dbc17e4c9c716c9839609b7005e61f1da54d3cb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# 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"
}