mirror of
https://github.com/klzgrad/naiveproxy.git
synced 2024-11-24 14:26:09 +03:00
19 lines
572 B
Plaintext
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}}",
|
||
|
]
|
||
|
}
|