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

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: Candidate patch for public demo 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 bdbfa6010565aeff29432072257ed8ee77c6b928..fdcf2ac859eb00662c5ab6f4c374e44a64084071 100644
--- a/build/android/pylib/gtest/test_runner.py
+++ b/build/android/pylib/gtest/test_runner.py
@@ -124,6 +124,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',
'content/test/data/title1.html',
'content/test/data/post_message2.html',

Powered by Google App Engine
This is Rietveld 408576698