Index: Tools/Scripts/webkitpy/layout_tests/port/android.py |
diff --git a/Tools/Scripts/webkitpy/layout_tests/port/android.py b/Tools/Scripts/webkitpy/layout_tests/port/android.py |
index fef6cdfec39aca43f6037ba94f92fbbe696f0d6f..8e6e71e452d3d46dccaaf96196ffd70a11812495 100644 |
--- a/Tools/Scripts/webkitpy/layout_tests/port/android.py |
+++ b/Tools/Scripts/webkitpy/layout_tests/port/android.py |
@@ -171,7 +171,7 @@ class ContentShellDriverDetails(): |
return 'libcontent_shell_content_view.so' |
def additional_resources(self): |
- return ['content_resources.pak', 'shell_resources.pak'] |
+ return ['content_resources.pak', 'content_shell.pak', 'shell_resources.pak'] |
def command_line_file(self): |
return '/data/local/tmp/content-shell-command-line' |