blob: 77846905f27d30be27ef92f03b1aec6bc6194cc3 [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("//third_party/closure_compiler/compile_js.gni")
js_type_check("closure_compile") {
deps = [ ":local_ntp" ]
}
js_library("local_ntp") {
sources = [
"animations.js",
"custom_links_edit.js",
"customize.js",
"doodles.js",
"local_ntp.js",
"most_visited_single.js",
"most_visited_title.js",
"most_visited_util.js",
"utils.js",
"voice.js",
]
deps = [ "//ui/webui/resources/js:assert" ]
externs_list = [ "externs.js" ]
}