BUILD.gn 411 B

1234567891011121314151617
  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. import("//build/config/chromeos/ui_mode.gni")
  5. assert(is_chromeos_ash)
  6. group("closure_compile") {
  7. testonly = true
  8. deps = [ "public/js:closure_compile" ]
  9. }
  10. group("browser_tests") {
  11. testonly = true
  12. deps = [ "public/js:browser_tests_js" ]
  13. }