diff options
author | zmo@chromium.org <zmo@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-05-15 18:14:31 +0000 |
---|---|---|
committer | zmo@chromium.org <zmo@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-05-15 18:14:31 +0000 |
commit | 85a7a378a2fca87ced300406f78761be1827774e (patch) | |
tree | 413d1f685ef782abf4c28f546d924431c24fa89d /content/content_unittests.isolate | |
parent | 8daa57d343d9d7bfe8eb623742c8531cfddb9baf (diff) | |
download | chromium_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 'content/content_unittests.isolate')
-rw-r--r-- | content/content_unittests.isolate | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/content/content_unittests.isolate b/content/content_unittests.isolate index efcd163..9689f02 100644 --- a/content/content_unittests.isolate +++ b/content/content_unittests.isolate @@ -25,9 +25,6 @@ 'isolate_dependency_untracked': [ '../third_party/hyphen/hyph_en_US.dic', '../webkit/data/', - 'browser/gpu/gpu_driver_bug_list.json', - 'browser/gpu/gpu_switching_list.json', - 'browser/gpu/software_rendering_list.json', 'test/data/', ], }, |