1# Copyright 2017 The Chromium Authors 2# Use of this source code is governed by a BSD-style license that can be 3# found in the LICENSE file. 4 5action_foreach("generate_fuzzer_cert_includes") { 6 script = "//net/data/ssl/scripts/generate-fuzzer-cert-include.py" 7 sources = [ 8 "spdy_pooling.pem", 9 "wildcard.pem", 10 ] 11 outputs = [ "$target_gen_dir/{{source_name_part}}.inc" ] 12 args = [ "{{source}}" ] + rebase_path(outputs, root_build_dir) 13} 14