blob: a4f22168e193994be1dc32890c6a2a69d7694186 [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")
import("../../optimize_webui.gni")
js_type_check("closure_compile") {
deps = [
":machine_learning_internals",
":machine_learning_internals_utils",
":test_model_tab",
]
}
js_library("test_model_tab") {
deps = [ ":machine_learning_internals_utils" ]
}
js_library("machine_learning_internals") {
deps = [
":machine_learning_internals_utils",
"//ui/webui/resources/js/cr:ui",
"//ui/webui/resources/js/cr/ui:tabs",
]
}
js_library("machine_learning_internals_utils") {
deps = [
"//chrome/browser/ui/webui/chromeos/machine_learning:mojo_bindings_js_library_for_compile",
"//ui/webui/resources/js:cr",
"//ui/webui/resources/js:util",
]
}