Chromium Code Reviews| 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 5e501e3a66e06a95428091c859ad9b1c1660e156..11833afbaaaea63023d9a1d7a980721a63273973 100644 |
| --- a/build/android/pylib/gtest/test_runner.py |
| +++ b/build/android/pylib/gtest/test_runner.py |
| @@ -122,6 +122,10 @@ def _GetDataFilesForTestSuite(test_suite_basename): |
| ] |
| elif test_suite_basename == 'content_browsertests': |
| return [ |
| + 'content/test/data/accessibility', |
| + ] |
| + |
| + return [ |
| 'content/test/data/content-disposition-inline.html', |
|
David Trainor- moved to gerrit
2013/06/04 20:27:18
What happened to these for content_browsertests?
dmazzoni
2013/06/07 20:23:16
Sorry, that was for my own testing. Reverted.
|
| 'content/test/data/title1.html', |
| 'content/test/data/post_message2.html', |