BUILD.gn 518 B

123456789101112131415
  1. # Copyright (c) 2017 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. action_foreach("ct_log_list") {
  5. script =
  6. "//components/certificate_transparency/tools/make_ct_known_logs_list.py"
  7. sources = [ "log_list.json" ]
  8. outputs = [ "${target_gen_dir}/{{source_name_part}}-inc.cc" ]
  9. args = [
  10. "{{source}}",
  11. rebase_path("${target_gen_dir}/{{source_name_part}}-inc.cc",
  12. root_build_dir),
  13. ]
  14. }