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

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: Update the patch 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..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):
« 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