summaryrefslogtreecommitdiffstats
path: root/chrome/chrome.gyp
diff options
context:
space:
mode:
authorrlp@chromium.org <rlp@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-07-09 16:10:43 +0000
committerrlp@chromium.org <rlp@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-07-09 16:10:43 +0000
commit1bf14bcd62453cb53e21097a61fcefb0c5cc213b (patch)
tree31b6391aeec0832a7efe4f9b7bd22f4eca1ca127 /chrome/chrome.gyp
parent2233a372c11e86d3268a3bbcdd8f7f1d305243eb (diff)
downloadchromium_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.gyp')
-rw-r--r--chrome/chrome.gyp7
1 files changed, 4 insertions, 3 deletions
diff --git a/chrome/chrome.gyp b/chrome/chrome.gyp
index de32666..b6e961d 100644
--- a/chrome/chrome.gyp
+++ b/chrome/chrome.gyp
@@ -691,9 +691,10 @@
'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_info.cc',
+ 'gpu/gpu_info_collector_linux.cc',
+ 'gpu/gpu_info_collector_mac.mm',
+ 'gpu/gpu_info_collector_win.cc',
+ 'gpu/gpu_info_collector.h',
'gpu/gpu_main.cc',
'gpu/gpu_process.cc',
'gpu/gpu_process.h',