| Index: build/android/pylib/single_test_runner.py
|
| diff --git a/build/android/pylib/single_test_runner.py b/build/android/pylib/single_test_runner.py
|
| index 35d5a94bb6c9df6b2bfeae6c22d746247a390c30..359ef46096b027e890aa55c66694b5c5645e9bac 100644
|
| --- a/build/android/pylib/single_test_runner.py
|
| +++ b/build/android/pylib/single_test_runner.py
|
| @@ -227,6 +227,10 @@ class SingleTestRunner(BaseTestRunner):
|
| 'net/data/ssl/certificates/',
|
| 'webkit/data/dom_storage/webcore_test_database.localstorage',
|
| ]
|
| + elif self.test_package.test_suite_basename == 'media_unittests':
|
| + return [
|
| + 'media/test/data',
|
| + ]
|
| return []
|
|
|
| def LaunchHelperToolsForTestSuite(self):
|
|
|