# Copyright 2022 The Chromium Authors | |
# Use of this source code is governed by a BSD-style license that can be | |
# found in the LICENSE file. | |
copy("annotations_xml") { | |
# This rule is referenced by src/BUILD.gn, and auditor.py runs on CQ if any of | |
# these files are modified: | |
sources = [ | |
"safe_list.txt", | |
"summary/annotations.xml", | |
"summary/grouping.xml", | |
] | |
outputs = [ "$target_out_dir/{{source}}" ] | |
} |