blob: 90d9e9867ea8dfbc352e6720cff71cf8a0cc7690 [file] [log] [blame]
# Copyright (c) 2017 The Chromium Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
action_foreach("wosign_domains") {
script = "//net/tools/dafsa/make_dafsa.py"
sources = [
"wosign_domains.gperf",
]
outputs = [
"${target_gen_dir}/{{source_name_part}}-inc.cc",
]
args = [
"{{source}}",
rebase_path("${target_gen_dir}/{{source_name_part}}-inc.cc",
root_build_dir),
]
}