Index: content/shell/BUILD.gn |
diff --git a/content/shell/BUILD.gn b/content/shell/BUILD.gn |
index a74dcd4eaec4753cacbb7717234b0e5bb545fca5..02ae551ef439dc2f4a5f41c711e3c40432b65689 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}}", |