# 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 = [ ":bookmark_proxy", ":module_metrics_proxy", ":nux_types", ":step_indicator", ] } js_library("bookmark_proxy") { deps = [ "//ui/webui/resources/js:cr", ] externs_list = [ "$externs_path/chrome_extensions.js", "$externs_path/chrome_send.js", ] } js_library("module_metrics_proxy") { deps = [ "//ui/webui/resources/js:cr", ] externs_list = [ "$externs_path/metrics_private.js" ] } js_library("nux_types") { deps = [ "//ui/webui/resources/js:cr", ] } js_library("step_indicator") { }