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

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

Issue 16633004: Android: Don't push layout_tests data for content browser tests. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 6 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 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 []

Powered by Google App Engine
This is Rietveld 408576698