diff options
author | zmo@chromium.org <zmo@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-09-21 21:09:28 +0000 |
---|---|---|
committer | zmo@chromium.org <zmo@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-09-21 21:09:28 +0000 |
commit | 4d6593245d07ac90faf0027f7bf45725e7cc3aff (patch) | |
tree | d0178cd81844ba12355bc56dc9e10e8f2ccacf71 /content/content_common.gypi | |
parent | 19cfda967ded48c88c7f8527fd8fcc6c6fbb9760 (diff) | |
download | chromium_src-4d6593245d07ac90faf0027f7bf45725e7cc3aff.zip chromium_src-4d6593245d07ac90faf0027f7bf45725e7cc3aff.tar.gz chromium_src-4d6593245d07ac90faf0027f7bf45725e7cc3aff.tar.bz2 |
Implement blacklist's force GPU capability in dual GPU machines.
This is part 2. In part one we implement the semantics in blacklist. Now we hook it up with the "real" forcing code.
For now we only hook it up with Mac CGL port.
BUG=140114,131276,111720
TEST=tree
Review URL: https://codereview.chromium.org/10909221
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@158076 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/content_common.gypi')
-rw-r--r-- | content/content_common.gypi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/content/content_common.gypi b/content/content_common.gypi index 07f4c9d..38b5d1e 100644 --- a/content/content_common.gypi +++ b/content/content_common.gypi @@ -51,6 +51,7 @@ 'public/common/gpu_memory_stats.cc', 'public/common/gpu_memory_stats.h', 'public/common/gpu_performance_stats.h', + 'public/common/gpu_switching_option.h', 'public/common/injection_test_mac.h', 'public/common/injection_test_win.h', 'public/common/javascript_message_type.h', |