summaryrefslogtreecommitdiff
path: root/chromium/content/browser/resources/gpu/BUILD.gn
blob: e74548edea7ae23be8d705f65136138c2375e976 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Copyright 2022 The Chromium Authors
# 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_wrapper.gni")

html_to_wrapper("html_wrapper_files") {
  in_files = [
    "info_view.html",
    "info_view_table.html",
    "info_view_table_row.html",
  ]
  template = "native"
  use_js = true
}