Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2710)

Unified Diff: Tools/Scripts/webkitpy/layout_tests/port/chromium_android.py

Issue 17320012: Remove DumpRenderTree_resources (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Tools/DumpRenderTree/DumpRenderTree.gyp/DumpRenderTree.gyp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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):
« no previous file with comments | « Tools/DumpRenderTree/DumpRenderTree.gyp/DumpRenderTree.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698