diff options
author | apatrick@chromium.org <apatrick@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-10-08 18:03:21 +0000 |
---|---|---|
committer | apatrick@chromium.org <apatrick@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-10-08 18:03:21 +0000 |
commit | 81f85b378c9d8c7c3e23233a78d28da785c97a9a (patch) | |
tree | bd6a621b4eea4810e101bf5bf56ced34583573fe /chrome/chrome.gyp | |
parent | d1fdc6f83a75e316aafef3ff0f84f30a132f08c3 (diff) | |
download | chromium_src-81f85b378c9d8c7c3e23233a78d28da785c97a9a.zip chromium_src-81f85b378c9d8c7c3e23233a78d28da785c97a9a.tar.gz chromium_src-81f85b378c9d8c7c3e23233a78d28da785c97a9a.tar.bz2 |
Relanding 61904 with missing file this time.
Original description:
Added DirectX Diagnostics information to about:gpu on Windows.
This includes the name of the GPU hardware and the driver version and release
date and some other information that might potentially also be valuable in the
GPU stats.
TEST=try
BUG=none
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@61980 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/chrome.gyp')
-rw-r--r-- | chrome/chrome.gyp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/chrome.gyp b/chrome/chrome.gyp index 3ccc202..0e18479 100644 --- a/chrome/chrome.gyp +++ b/chrome/chrome.gyp @@ -708,6 +708,7 @@ 'gpu/gpu_command_buffer_stub.cc', 'gpu/gpu_command_buffer_stub.h', 'gpu/gpu_config.h', + 'gpu/gpu_dx_diagnostics_win.cc', 'gpu/gpu_info_collector_linux.cc', 'gpu/gpu_info_collector_mac.mm', 'gpu/gpu_info_collector_win.cc', |