summaryrefslogtreecommitdiffstats
path: root/content/shell
diff options
context:
space:
mode:
Diffstat (limited to 'content/shell')
-rw-r--r--content/shell/BUILD.gn4
-rw-r--r--content/shell/android/BUILD.gn2
2 files changed, 3 insertions, 3 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}}",
diff --git a/content/shell/android/BUILD.gn b/content/shell/android/BUILD.gn
index 9f1a7fa..6d4f89f 100644
--- a/content/shell/android/BUILD.gn
+++ b/content/shell/android/BUILD.gn
@@ -11,10 +11,10 @@ generate_jni("content_shell_jni_headers") {
jni_package = "content/shell"
sources = [
"browsertests_apk/src/org/chromium/content_browsertests_apk/ContentBrowserTestsActivity.java",
+ "java/src/org/chromium/content_shell/Shell.java",
"java/src/org/chromium/content_shell/ShellLayoutTestUtils.java",
"java/src/org/chromium/content_shell/ShellManager.java",
"java/src/org/chromium/content_shell/ShellMojoTestUtils.java",
- "java/src/org/chromium/content_shell/Shell.java",
]
}