Chromium Code Reviews| 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..a9a45dedb9eebd089a1be62a325978609435c81a 100644 |
| --- a/build/android/pylib/single_test_runner.py |
| +++ b/build/android/pylib/single_test_runner.py |
| @@ -227,6 +227,11 @@ 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/ten_byte_file', |
|
bulach
2012/07/16 09:26:03
we have this downstream:
return [
|
| + 'media/test/data/bali_640x360_P420.yuv' |
| + ] |
| return [] |
| def LaunchHelperToolsForTestSuite(self): |