Luciano Pacheco | d4a89607 | 2020-01-14 11:07:50 | [diff] [blame] | 1 | # 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 | |
| 5 | import("//third_party/closure_compiler/compile_js.gni") |
| 6 | |
| 7 | js_type_check("closure_compile") { |
Luciano Pacheco | d4a89607 | 2020-01-14 11:07:50 | [diff] [blame] | 8 | testonly = true |
| 9 | deps = [ |
Luciano Pacheco | 4d0d7a5 | 2021-10-25 03:59:26 | [diff] [blame] | 10 | ":allowed_paths", |
| 11 | ":dialog_type", |
| 12 | ":element_object", |
| 13 | ":files_app_state", |
| 14 | ":key_modifiers", |
| 15 | ":metadata_stats_type", |
Luciano Pacheco | d4a89607 | 2020-01-14 11:07:50 | [diff] [blame] | 16 | ":remote_call", |
| 17 | ":test_util", |
Luciano Pacheco | 4d0d7a5 | 2021-10-25 03:59:26 | [diff] [blame] | 18 | ":volume_manager_common_volume_type", |
Luciano Pacheco | d4a89607 | 2020-01-14 11:07:50 | [diff] [blame] | 19 | ] |
Luciano Pacheco | 4d0d7a5 | 2021-10-25 03:59:26 | [diff] [blame] | 20 | closure_flags = |
| 21 | strict_error_checking_closure_args + [ |
Luciano Pacheco | 6342f9d | 2022-08-04 10:18:25 | [
|