chromium/third_party/jstemplate/BUILD.gn

# Copyright 2017 The Chromium Authors
# 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")
import("//ui/webui/resources/tools/generate_grd.gni")

js_library("util") {
}

js_library("jsevalcontext") {
  deps = [ ":util" ]
}

js_library("jstemplate") {
  deps = [ ":jsevalcontext" ]
}

generate_grd("build_grdp") {
  grd_prefix = "jstemplate"
  out_grd = "$target_gen_dir/resources.grdp"
  input_files_base_dir = rebase_path(".", "//")
  input_files = [ "jstemplate_compiled.js" ]
  resource_path_prefix = "js"
}