diff options
author | zmo@chromium.org <zmo@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-03-22 19:59:55 +0000 |
---|---|---|
committer | zmo@chromium.org <zmo@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-03-22 19:59:55 +0000 |
commit | 3d34657732088bd6f548b60328ed6eda94c9749c (patch) | |
tree | 023203f6976ea2d753e808a68f6644f3e4fd0636 /content/content_unittests.isolate | |
parent | a1a4f0e7528cb7d8369017ab3e4e8e083c7ab218 (diff) | |
download | chromium_src-3d34657732088bd6f548b60328ed6eda94c9749c.zip chromium_src-3d34657732088bd6f548b60328ed6eda94c9749c.tar.gz chromium_src-3d34657732088bd6f548b60328ed6eda94c9749c.tar.bz2 |
Generalzie GpuBlacklist to GpuControlList.
This CL refactor the GpuBlacklist so it can be configured to handle a different set of features.
So it can handle not only blacklist, but dual gpu switching, and driver bugs.
I will add the code to truly manage driver bug workarounds in the next CL.
BUG=222857
TEST=content_unittests
TBR=asargent
Review URL: https://codereview.chromium.org/12976004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@189889 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/content_unittests.isolate')
-rw-r--r-- | content/content_unittests.isolate | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/content/content_unittests.isolate b/content/content_unittests.isolate index 95de460..0038388 100644 --- a/content/content_unittests.isolate +++ b/content/content_unittests.isolate @@ -7,6 +7,8 @@ '<(PRODUCT_DIR)/content_unittests<(EXECUTABLE_SUFFIX)', ], 'isolate_dependency_untracked': [ + 'browser/gpu/gpu_driver_bug_list.json', + 'browser/gpu/gpu_switching_list.json', 'browser/gpu/software_rendering_list.json', 'test/data/', '../third_party/hyphen/hyph_en_US.dic', |