| # 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 = [ |
| ":multidevice_setup_post_oobe", |
| ":post_oobe_delegate", |
| ] |
| } |
| |
| js_library("multidevice_setup_post_oobe") { |
| deps = [ |
| ":post_oobe_delegate", |
| "//ui/webui/resources/cr_components/chromeos/multidevice_setup:multidevice_setup", |
| ] |
| } |
| |
| js_library("post_oobe_delegate") { |
| deps = [ |
| "//ui/webui/resources/cr_components/chromeos/multidevice_setup:mojo_api", |
| "//ui/webui/resources/cr_components/chromeos/multidevice_setup:multidevice_setup_delegate", |
| "//ui/webui/resources/js:cr", |
| ] |
| } |