blob: 1b89b8d9febc2710eff6ab0db2788ced11f3217b [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") {
closure_flags = default_closure_args + mojom_js_args + [
"js_module_root=" + rebase_path(
"$root_gen_dir/mojom-webui/chrome/browser/ui/webui/reset_password",
root_build_dir),
"js_module_root=" + rebase_path(".", root_build_dir),
]
deps = [ ":reset_password" ]
}
js_library("reset_password") {
deps = [
"//chrome/browser/ui/webui/reset_password:mojo_bindings_webui_js",
"//ui/webui/resources/js:util.m",
]
}