| # 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") { |
| deps = [ |
| ":smb_credentials_dialog", |
| ":smb_share_dialog", |
| ] |
| } |
| |
| js_library("smb_share_dialog") { |
| deps = [ |
| "//ui/webui/resources/cr_components/chromeos/smb_shares:add_smb_share_dialog", |
| "//ui/webui/resources/js:cr", |
| "//ui/webui/resources/js:i18n_behavior", |
| ] |
| } |
| |
| js_library("smb_credentials_dialog") { |
| deps = [ |
| "//ui/webui/resources/cr_components/chromeos/smb_shares:smb_browser_proxy", |
| "//ui/webui/resources/cr_elements/cr_dialog:cr_dialog", |
| "//ui/webui/resources/cr_elements/cr_input:cr_input", |
| "//ui/webui/resources/js:assert", |
| "//ui/webui/resources/js:cr", |
| "//ui/webui/resources/js:i18n_behavior", |
| ] |
| } |