blob: 6c6db1f6dc3ddd9f6f709405bc7a3463abbd502b [file] [log] [blame]
# Copyright 2019 The Chromium Authors
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
import("//ui/webui/resources/tools/build_webui.gni")
assert(is_linux || is_chromeos || is_win || is_mac)
assert(!is_fuchsia, "Fuchsia shouldn't use anything in //chrome")
build_webui("build") {
grd_prefix = "new_tab_page_instant"
static_files = [
"most_visited_title.css",
"most_visited_title.html",
]
ts_files = [ "most_visited_title.ts" ]
ts_definitions = [ "embedded_search.d.ts" ]
}