blob: da68881710f643537732710b54c30dc920c37cfd [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") {
deps = [
":autocomplete_action_predictor",
":predictors",
":resource_prefetch_predictor",
]
}
js_library("autocomplete_action_predictor") {
deps = [
"//ui/webui/resources/js:cr.m",
"//ui/webui/resources/js:util.m",
]
}
js_library("predictors") {
deps = [
"//ui/webui/resources/js:cr.m",
"//ui/webui/resources/js/cr:ui.m",
"//ui/webui/resources/js/cr/ui:tabs.m",
]
}
js_library("resource_prefetch_predictor") {
deps = [
"//ui/webui/resources/js:cr.m",
"//ui/webui/resources/js:util.m",
]
}