| Index: build/android/pylib/gtest/single_test_runner.py
|
| diff --git a/build/android/pylib/gtest/single_test_runner.py b/build/android/pylib/gtest/single_test_runner.py
|
| index 9559e1ad0918bf628e44cdc77240ff0b12121650..43959ee74250a3fa36973810a615619aca31aacf 100644
|
| --- a/build/android/pylib/gtest/single_test_runner.py
|
| +++ b/build/android/pylib/gtest/single_test_runner.py
|
| @@ -196,6 +196,10 @@ class SingleTestRunner(BaseTestRunner):
|
| return [
|
| 'media/test/data',
|
| ]
|
| + elif self.test_package.test_suite_basename == 'cc_perftests':
|
| + return [
|
| + 'cc/test/data',
|
| + ]
|
| return []
|
|
|
| def LaunchHelperToolsForTestSuite(self):
|
|
|