1# Copyright 2019 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
5import("//third_party/closure_compiler/compile_js.gni")
6
7js_type_check("closure_compile") {
8  deps = [ ":ink_api" ]
9}
10
11js_library("ink_api") {
12  deps = [ "..:annotation_tool" ]
13  externs_list = [
14    "//third_party/ink/build/ink_lib_externs.js",
15    "$externs_path/pending.js",
16  ]
17}
18