blob: 7f3d49e94ce23d7bd19c5e6d8cc0d4632685ee18 [file] [log] [blame]
# 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/Garuda.ttf",
"content_shell_test_fonts/Lohit-Devanagari.ttf",
"content_shell_test_fonts/Lohit-Gurmukhi.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}}",
]
}