blob: 52b8603a5f9cc2c0eabcb1e4c7f5d63d58e29bf9 [file] [log] [blame]
# Copyright 2018 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") {
uses_js_modules = true
deps = [
":download_internals",
":download_internals_browser_proxy",
":download_internals_visuals",
]
}
js_library("download_internals") {
deps = [
":download_internals_browser_proxy",
"//third_party/jstemplate:jstemplate",
"//ui/webui/resources/js:cr.m",
"//ui/webui/resources/js:util.m",
]
}
js_library("download_internals_browser_proxy") {
deps = [ "//ui/webui/resources/js:cr.m" ]
}
js_library("download_internals_visuals") {
deps = [ ":download_internals_browser_proxy" ]
}