blob: 4cf13d3feea9b8eedad4a4ad9edd82251fd48793 [file] [log] [blame]
# Copyright 2020 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 = [
":dump_database",
":extension_statuses",
":file_metadata",
":sync_service",
":task_log",
":utils",
]
}
js_library("dump_database") {
deps = [
":utils",
"//ui/webui/resources/js:cr.m",
"//ui/webui/resources/js:util.m",
]
}
js_library("extension_statuses") {
deps = [
":utils",
"//ui/webui/resources/js:cr.m",
"//ui/webui/resources/js:util.m",
]
}
js_library("file_metadata") {
deps = [
":utils",
"//ui/webui/resources/js:cr.m",
"//ui/webui/resources/js:icon.m",
"//ui/webui/resources/js:util.m",
]
}
js_library("sync_service") {
deps = [
":utils",
"//ui/webui/resources/js:cr.m",
"//ui/webui/resources/js:util.m",
"//ui/webui/resources/js/cr:ui.m",
"//ui/webui/resources/js/cr/ui:tabs.m",
]
}
js_library("task_log") {
deps = [
":utils",
"//ui/webui/resources/js:cr.m",
"//ui/webui/resources/js:util.m",
]
}
js_library("utils") {
}