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 de3e6c31c2fad73a7506943261412461a073381c..4b5b5e9ade8811e3b24b4c3afaf29d6c57e9aa2f 100644 |
--- a/build/android/pylib/gtest/test_runner.py |
+++ b/build/android/pylib/gtest/test_runner.py |
@@ -205,22 +205,6 @@ def _GetOptionalDataFilesForTestSuite(test_suite_basename): |
if test_suite_basename == 'content_browsertests': |
# See http://crbug.com/105104 for why these are needed. |
return [ |
frankf
2013/06/11 18:58:20
If this is not a temporary, please remove _GetOpti
nilesh
2013/06/11 19:19:00
I will remove the method in a separate CL. I am tr
|
- 'third_party/WebKit/LayoutTests/fast/events', |
- 'third_party/WebKit/LayoutTests/fast/files', |
- 'third_party/WebKit/LayoutTests/fast/filesystem', |
- 'third_party/WebKit/LayoutTests/fast/js/resources', |
- 'third_party/WebKit/LayoutTests/fast/workers', |
- 'third_party/WebKit/LayoutTests/http/tests', |
- 'third_party/WebKit/LayoutTests/storage/indexeddb', |
- 'third_party/WebKit/LayoutTests/media', |
- 'content/test/data/layout_tests/LayoutTests/fast/events', |
- 'content/test/data/layout_tests/LayoutTests/fast/files', |
- 'content/test/data/layout_tests/LayoutTests/fast/filesystem', |
- 'content/test/data/layout_tests/LayoutTests/fast/js/resources', |
- 'content/test/data/layout_tests/LayoutTests/fast/workers', |
- 'content/test/data/layout_tests/LayoutTests/http/tests', |
- 'content/test/data/layout_tests/LayoutTests/storage/indexeddb', |
- 'content/test/data/layout_tests/LayoutTests/media', |
] |
return [] |