naiveproxy/third_party/content_shell_fonts/BUILD.gn
2018-01-28 13:32:06 -05:00

19 lines
572 B
Plaintext

# Copyright 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.
copy("content_shell_fonts") {
sources = [
"LICENSE",
"content_shell_test_fonts/DejaVuSans.ttf",
"content_shell_test_fonts/Lohit-Devanagari.ttf",
"content_shell_test_fonts/Lohit-Tamil.ttf",
"content_shell_test_fonts/MuktiNarrow.ttf",
"content_shell_test_fonts/NotoSansKhmer-Regular.ttf",
]
outputs = [
"${root_build_dir}/content_shell_test_fonts/{{source_file_part}}",
]
}