Android: Also push media files for content_browsertests

BUG=138275

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

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@192826 0039d316-1c4b-4281-b951-d872f2087c98
parent 1f8240ed
......@@ -207,6 +207,7 @@ def _GetOptionalDataFilesForTestSuite(test_suite_basename):
'third_party/WebKit/LayoutTests/fast/workers',
'third_party/WebKit/LayoutTests/http/tests',
'third_party/WebKit/LayoutTests/storage/indexeddb',
'third_party/WebKit/LayoutTests/media',
'content/test/data/layout_tests/LayoutTests/fast/events',
'content/test/data/layout_tests/LayoutTests/fast/files',
'content/test/data/layout_tests/LayoutTests/fast/filesystem',
......@@ -214,6 +215,7 @@ def _GetOptionalDataFilesForTestSuite(test_suite_basename):
'content/test/data/layout_tests/LayoutTests/fast/workers',
'content/test/data/layout_tests/LayoutTests/http/tests',
'content/test/data/layout_tests/LayoutTests/storage/indexeddb',
'content/test/data/layout_tests/LayoutTests/media',
]
return []
......
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