blob: 1a1f119acac77510a408f35a0b23adc2056e2959 [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 = [
":nux_ntp_background",
]
}
js_library("nux_ntp_background") {
deps = [
"../:navigation_behavior",
"../shared:nux_types",
]
}