blob: 4b784128377b064b67842d4cb8c9d2e39f1c98c9 [file] [log] [blame] [edit]
# Copyright 2017 The Chromium Authors
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
copy("test_fonts") {
sources = [
"LICENSE",
"test_fonts/Ahem.ttf",
"test_fonts/Arimo-Bold.ttf",
"test_fonts/Arimo-BoldItalic.ttf",
"test_fonts/Arimo-Italic.ttf",
"test_fonts/Arimo-Regular.ttf",
"test_fonts/Cousine-Bold.ttf",
"test_fonts/Cousine-BoldItalic.ttf",
"test_fonts/Cousine-Italic.ttf",
"test_fonts/Cousine-Regular.ttf",
"test_fonts/DejaVuSans-Bold.ttf",
"test_fonts/DejaVuSans.ttf",
"test_fonts/GardinerModBug.ttf",
"test_fonts/GardinerModCat.ttf",
"test_fonts/Garuda.ttf",
"test_fonts/Gelasio-Bold.ttf",
"test_fonts/Gelasio-BoldItalic.ttf",
"test_fonts/Gelasio-Italic.ttf",
"test_fonts/Gelasio-Regular.ttf",
"test_fonts/Lohit-Devanagari.ttf",
"test_fonts/Lohit-Gurmukhi.ttf",
"test_fonts/Lohit-Tamil.ttf",
"test_fonts/MuktiNarrow.ttf",
"test_fonts/NotoColorEmoji.ttf",
"test_fonts/NotoSansCJK-VF.otf.ttc",
"test_fonts/NotoSansKhmer-Regular.ttf",
"test_fonts/NotoSansSymbols2-Regular.ttf",
"test_fonts/NotoSansTibetan-Regular.ttf",
"test_fonts/Tinos-Bold.ttf",
"test_fonts/Tinos-BoldItalic.ttf",
"test_fonts/Tinos-Italic.ttf",
"test_fonts/Tinos-Regular.ttf",
"test_fonts/csstest-ascii.ttf",
"test_fonts/csstest-basic-bold.ttf",
"test_fonts/csstest-basic-bolditalic.ttf",
"test_fonts/csstest-basic-italic.ttf",
"test_fonts/csstest-basic-regular.ttf",
"test_fonts/csstest-fallback.ttf",
"test_fonts/csstest-familyname-bold.ttf",
"test_fonts/csstest-familyname-funkyA.ttf",
"test_fonts/csstest-familyname-funkyB.ttf",
"test_fonts/csstest-familyname-funkyC.ttf",
"test_fonts/csstest-familyname.ttf",
"test_fonts/csstest-verify.ttf",
"test_fonts/csstest-weights-100.ttf",
"test_fonts/csstest-weights-1479-w1.ttf",
"test_fonts/csstest-weights-1479-w4.ttf",
"test_fonts/csstest-weights-1479-w7.ttf",
"test_fonts/csstest-weights-1479-w9.ttf",
"test_fonts/csstest-weights-15-w1.ttf",
"test_fonts/csstest-weights-15-w5.ttf",
"test_fonts/csstest-weights-200.ttf",
"test_fonts/csstest-weights-24-w2.ttf",
"test_fonts/csstest-weights-24-w4.ttf",
"test_fonts/csstest-weights-2569-w2.ttf",
"test_fonts/csstest-weights-2569-w5.ttf",
"test_fonts/csstest-weights-2569-w6.ttf",
"test_fonts/csstest-weights-2569-w9.ttf",
"test_fonts/csstest-weights-258-w2.ttf",
"test_fonts/csstest-weights-258-w5.ttf",
"test_fonts/csstest-weights-258-w8.ttf",
"test_fonts/csstest-weights-300.ttf",
"test_fonts/csstest-weights-3589-w3.ttf",
"test_fonts/csstest-weights-3589-w5.ttf",
"test_fonts/csstest-weights-3589-w8.ttf",
"test_fonts/csstest-weights-3589-w9.ttf",
"test_fonts/csstest-weights-400.ttf",
"test_fonts/csstest-weights-47-w4.ttf",
"test_fonts/csstest-weights-47-w7.ttf",
"test_fonts/csstest-weights-500.ttf",
"test_fonts/csstest-weights-600.ttf",
"test_fonts/csstest-weights-700.ttf",
"test_fonts/csstest-weights-800.ttf",
"test_fonts/csstest-weights-900.ttf",
"test_fonts/csstest-weights-full-w1.ttf",
"test_fonts/csstest-weights-full-w2.ttf",
"test_fonts/csstest-weights-full-w3.ttf",
"test_fonts/csstest-weights-full-w4.ttf",
"test_fonts/csstest-weights-full-w5.ttf",
"test_fonts/csstest-weights-full-w6.ttf",
"test_fonts/csstest-weights-full-w7.ttf",
"test_fonts/csstest-weights-full-w8.ttf",
"test_fonts/csstest-weights-full-w9.ttf",
"test_fonts/csstest-weights.ttf",
]
outputs = [ "$root_out_dir/test_fonts/{{source_file_part}}" ]
}