blob: f06af472364dd39341078fe6212a3df35266d168 [file] [log] [blame]
# 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" ]
}