Commit 854deaf8 authored by vivek.vg@samsung.com's avatar vivek.vg@samsung.com

Transfer content_shell.pak to the device under test for running webkit_unit_tests on android.

This is required for CL, https://codereview.chromium.org/456413002, to run webkit_unit_tests on android.

R=jochen@chromium.org

Review URL: https://codereview.chromium.org/542003002

git-svn-id: svn://svn.chromium.org/blink/trunk@181459 bbb929c8-8fbe-4397-9dbb-9b2b20218538
parent eda5c628
...@@ -171,7 +171,7 @@ class ContentShellDriverDetails(): ...@@ -171,7 +171,7 @@ class ContentShellDriverDetails():
return 'libcontent_shell_content_view.so' return 'libcontent_shell_content_view.so'
def additional_resources(self): 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): def command_line_file(self):
return '/data/local/tmp/content-shell-command-line' return '/data/local/tmp/content-shell-command-line'
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment