From 3d8d1c9f38d1f4f26a56ad03d3fa920791bc50ea Mon Sep 17 00:00:00 2001 From: "rlp@chromium.org" Date: Mon, 21 Jun 2010 22:31:00 +0000 Subject: 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 --- chrome/chrome.gyp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'chrome/chrome.gyp') 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', -- cgit v1.1