Index: build/android/pylib/gtest/test_runner.py |
diff --git a/build/android/pylib/gtest/test_runner.py b/build/android/pylib/gtest/test_runner.py |
index 734b12ef648a188da6b776f1874e2ba0c1c7f7de..beb639d53649e4b254f55fdc92e50803012934d9 100644 |
--- a/build/android/pylib/gtest/test_runner.py |
+++ b/build/android/pylib/gtest/test_runner.py |
@@ -190,6 +190,11 @@ def _GetDataFilesForTestSuite(test_suite_basename): |
'content/test/data/media', |
'third_party/webgl_conformance', |
] |
+ elif test_suite_basename == 'modules_unittests': |
frankf
2013/07/01 18:14:47
We're moving to using isolate files instead of har
frankf
2013/07/01 18:32:38
So the goal is to run these tests on Android build
hellner1
2013/07/02 14:49:25
.isolate-file in http://webrtc-codereview.appspot.
|
+ return [ |
+ 'third_party/resources', |
+ 'third_party/data', |
frankf
2013/07/01 18:32:38
I don't see these thirdparty directories in my chr
hellner1
2013/07/02 14:49:25
third_party/resources (214.8 MB) are loaded from a
frankf
2013/07/02 17:20:24
200MB is a large amount of data to push to the dev
|
+ ] |
return [] |