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

Unified Diff: build/android/pylib/single_test_runner.py

Issue 10793004: Add media_unittest test suite data files on Android. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 8 years, 5 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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):
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698