blob: a10edea5069e367224b151ab327c85d969c9cdba [file] [log] [blame]
Luciano Pachecod4a896072020-01-14 11:07:501# Copyright 2020 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") {
Luciano Pachecod4a896072020-01-14 11:07:508 testonly = true
9 deps = [
Luciano Pacheco4d0d7a52021-10-25 03:59:2610 ":allowed_paths",
11 ":dialog_type",
12 ":element_object",
13 ":files_app_state",
14 ":key_modifiers",
15 ":metadata_stats_type",
Luciano Pachecod4a896072020-01-14 11:07:5016 ":remote_call",
17 ":test_util",
Luciano Pacheco4d0d7a52021-10-25 03:59:2618 ":volume_manager_common_volume_type",
Luciano Pachecod4a896072020-01-14 11:07:5019 ]
Luciano Pacheco4d0d7a52021-10-25 03:59:2620 closure_flags =
21 strict_error_checking_closure_args + [
Luciano Pacheco6342f9d2022-08-04 10:18:25