summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorzmo@chromium.org <zmo@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-05-15 18:14:31 +0000
committerzmo@chromium.org <zmo@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-05-15 18:14:31 +0000
commit85a7a378a2fca87ced300406f78761be1827774e (patch)
tree413d1f685ef782abf4c28f546d924431c24fa89d /build
parent8daa57d343d9d7bfe8eb623742c8531cfddb9baf (diff)
downloadchromium_src-85a7a378a2fca87ced300406f78761be1827774e.zip
chromium_src-85a7a378a2fca87ced300406f78761be1827774e.tar.gz
chromium_src-85a7a378a2fca87ced300406f78761be1827774e.tar.bz2
Change gpu blacklists from json resource to const string.
Since we no longer do realtime blacklist update, so the need to keep it as a independent json file is no longer there. BUG= TEST=content_unitests R=apatrick@chromium.org, piman@chromium.org Review URL: https://codereview.chromium.org/15094006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@200315 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build')
-rw-r--r--build/android/pylib/gtest/test_runner.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/build/android/pylib/gtest/test_runner.py b/build/android/pylib/gtest/test_runner.py
index edfdd5b..35e4479 100644
--- a/build/android/pylib/gtest/test_runner.py
+++ b/build/android/pylib/gtest/test_runner.py
@@ -106,9 +106,6 @@ def _GetDataFilesForTestSuite(test_suite_basename):
]
elif test_suite_basename == 'content_unittests':
return [
- 'content/browser/gpu/gpu_driver_bug_list.json',
- 'content/browser/gpu/gpu_switching_list.json',
- 'content/browser/gpu/software_rendering_list.json',
'content/test/data/gpu/webgl_conformance_test_expectations.txt',
'net/data/ssl/certificates/',
'third_party/hyphen/hyph_en_US.dic',