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

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

Issue 18946005: [Android] Remove deps list for obsolete test targets. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 5 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 8ab2f0d8ea59960f090ed2978818f8713d8b9b5b..e10ac8c21c9bbbe6c37bf016426f029fc82688a0 100644
--- a/build/android/pylib/gtest/test_runner.py
+++ b/build/android/pylib/gtest/test_runner.py
@@ -139,12 +139,6 @@ def _GetDataFilesForTestSuite(product_dir, test_suite_basename):
'net/data/test.html',
'net/data/url_request_unittest/',
]
- elif test_suite_basename == 'ui_tests':
- return [
- 'chrome/test/data/dromaeo',
- 'chrome/test/data/json2.js',
- 'chrome/test/data/sunspider',
- ]
elif test_suite_basename == 'ui_unittests':
return [
'ui/base/test/data/data_pack_unittest/truncated-header.pak',
@@ -161,10 +155,6 @@ def _GetDataFilesForTestSuite(product_dir, test_suite_basename):
return [
'cc/test/data',
]
- elif test_suite_basename == 'perf_tests':
- return [
- 'base/test/data',
- ]
elif test_suite_basename == 'content_browsertests':
return [
'content/test/data/content-disposition-inline.html',
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698