BUILD.gn 332 B

1234567891011
  1. # Copyright 2022 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. import("//third_party/closure_compiler/compile_js.gni")
  5. assert(enable_js_type_check)
  6. group("closure_compile") {
  7. deps = [ "core/common/resources:closure_compile" ]
  8. }