| Index: Tools/Scripts/webkitpy/layout_tests/port/chromium_android.py
|
| diff --git a/Tools/Scripts/webkitpy/layout_tests/port/chromium_android.py b/Tools/Scripts/webkitpy/layout_tests/port/chromium_android.py
|
| index 173580b68205f0bb469dd72da0bc7ce83df8c44c..f2c02649ac454c3cb3eb70b5030b22817dc6a001 100644
|
| --- a/Tools/Scripts/webkitpy/layout_tests/port/chromium_android.py
|
| +++ b/Tools/Scripts/webkitpy/layout_tests/port/chromium_android.py
|
| @@ -164,7 +164,7 @@ class DumpRenderTreeDriverDetails(SharedDriverDetails):
|
| def library_name(self):
|
| return 'libDumpRenderTree.so'
|
| def additional_resources(self):
|
| - return ['DumpRenderTree.pak', 'DumpRenderTree_resources']
|
| + return []
|
| def command_line_file(self):
|
| return '/data/local/tmp/chrome-native-tests-command-line'
|
| def additional_command_line_flags(self):
|
|
|