1# Copyright 2019 The Chromium Authors. All rights reserved.
2# Use of this source code is governed by a BSD-style license that can be
3# found in the LICENSE file.
4
5import("//third_party/closure_compiler/compile_js.gni")
6
7js_type_check("closure_compile") {
8  deps = [
9    ":neterror",
10    ":offline",
11    "//components/security_interstitials/core/common/resources:interstitial_mobile_nav",
12    "//ui/webui/resources/js:load_time_data",
13  ]
14}
15
16js_library("neterror") {
17  deps = [
18    ":offline",
19    "//third_party/jstemplate:jstemplate",
20  ]
21}
22
23js_library("offline") {
24}
25