BUILD.gn 605 B

1234567891011121314
  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("//ui/webui/resources/tools/generate_grd.gni")
  5. generate_grd("build_grdp") {
  6. grd_prefix = "web_animations"
  7. out_grd = "$target_gen_dir/${grd_prefix}_resources.grdp"
  8. input_files = [ "web-animations-next-lite.min.js" ]
  9. input_files_base_dir = rebase_path("./sources", "//")
  10. resource_path_rewrites = [ "web-animations-next-lite.min.js|web-animations-js/web-animations-next-lite.min.js" ]
  11. resource_path_prefix = "polymer/v1_0"
  12. }