summaryrefslogtreecommitdiff
path: root/chromium/chrome/test/base/BUILD.gn
blob: f06af472364dd39341078fe6212a3df35266d168 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Copyright 2020 The Chromium Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.

import("//third_party/closure_compiler/compile_js.gni")

js_type_check("closure_compile") {
  deps = [ ":js2gtest" ]
}

js_library("js2gtest") {
  deps = [ "//chrome/test/data:test_api_js" ]
  externs_list = [ "d8_externs.js" ]
}