diff options
author | rlp@chromium.org <rlp@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-06-21 22:31:00 +0000 |
---|---|---|
committer | rlp@chromium.org <rlp@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-06-21 22:31:00 +0000 |
commit | 3d8d1c9f38d1f4f26a56ad03d3fa920791bc50ea (patch) | |
tree | 01f610e88a53cbd3af89ffd2d3b6c63f66728ff1 /chrome/chrome.gyp | |
parent | eaf16c467545cf40e3ea38960f2b6042743e2a18 (diff) | |
download | chromium_src-3d8d1c9f38d1f4f26a56ad03d3fa920791bc50ea.zip chromium_src-3d8d1c9f38d1f4f26a56ad03d3fa920791bc50ea.tar.gz chromium_src-3d8d1c9f38d1f4f26a56ad03d3fa920791bc50ea.tar.bz2 |
Adding the gpu_info classes to get gpu info. The actual integration will be in another CL. Just want to get the classes and tests in there first.
BUG=38736
TEST=unittests included
Review URL: http://codereview.chromium.org/2733004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50401 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/chrome.gyp')
-rw-r--r-- | chrome/chrome.gyp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/chrome/chrome.gyp b/chrome/chrome.gyp index 671e9cf..93b2734 100644 --- a/chrome/chrome.gyp +++ b/chrome/chrome.gyp @@ -685,6 +685,8 @@ 'gpu/gpu_command_buffer_stub.cc', 'gpu/gpu_command_buffer_stub.h', 'gpu/gpu_config.h', + 'gpu/gpu_info_win.cc', + 'gpu/gpu_info.h', 'gpu/gpu_main.cc', 'gpu/gpu_process.cc', 'gpu/gpu_process.h', |