diff options
Diffstat (limited to 'content/shell/BUILD.gn')
-rw-r--r-- | content/shell/BUILD.gn | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/content/shell/BUILD.gn b/content/shell/BUILD.gn index 42f336a..2bbac9b 100644 --- a/content/shell/BUILD.gn +++ b/content/shell/BUILD.gn @@ -398,9 +398,9 @@ if (use_x11) { copy("copy_x11_fonts") { visibility = [ ":*" ] sources = [ - "renderer/test_runner/resources/fonts/fonts.conf", "//third_party/gardiner_mod/GardinerModBug.ttf", "//third_party/gardiner_mod/GardinerModCat.ttf", + "renderer/test_runner/resources/fonts/fonts.conf", ] outputs = [ "$root_out_dir/{{source_file_part}}", @@ -411,8 +411,8 @@ if (is_android) { copy("copy_android_fonts") { visibility = [ ":*" ] sources = [ - "renderer/test_runner/resources/fonts/android_main_fonts.xml", "renderer/test_runner/resources/fonts/android_fallback_fonts.xml", + "renderer/test_runner/resources/fonts/android_main_fonts.xml", ] outputs = [ "$root_out_dir/{{source_file_part}}", |