diff options
author | rlp@chromium.org <rlp@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-07-09 16:10:43 +0000 |
---|---|---|
committer | rlp@chromium.org <rlp@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-07-09 16:10:43 +0000 |
commit | 1bf14bcd62453cb53e21097a61fcefb0c5cc213b (patch) | |
tree | 31b6391aeec0832a7efe4f9b7bd22f4eca1ca127 /chrome/chrome_common.gypi | |
parent | 2233a372c11e86d3268a3bbcdd8f7f1d305243eb (diff) | |
download | chromium_src-1bf14bcd62453cb53e21097a61fcefb0c5cc213b.zip chromium_src-1bf14bcd62453cb53e21097a61fcefb0c5cc213b.tar.gz chromium_src-1bf14bcd62453cb53e21097a61fcefb0c5cc213b.tar.bz2 |
Moving gpu_info to common so that it can be used by param traits. Pulling the collection out into a separate class.
BUG=38736
TEST=existing unittests
Review URL: http://codereview.chromium.org/2914001
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@51967 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/chrome_common.gypi')
-rw-r--r-- | chrome/chrome_common.gypi | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/chrome/chrome_common.gypi b/chrome/chrome_common.gypi index 8e3830c..d498239 100644 --- a/chrome/chrome_common.gypi +++ b/chrome/chrome_common.gypi @@ -53,6 +53,8 @@ 'common/font_descriptor_mac.mm', 'common/geoposition.cc', 'common/geoposition.h', + 'common/gpu_info.h', + 'common/gpu_info.cc', 'common/gpu_messages.h', 'common/gpu_messages_internal.h', 'common/logging_chrome.cc', |