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

Unified Diff: build/android/pylib/gtest/test_runner.py

Issue 15741009: Native Android accessibility. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 7 years, 7 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
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',

Powered by Google App Engine
This is Rietveld 408576698