diff options
author | apatrick@chromium.org <apatrick@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-04-13 00:50:36 +0000 |
---|---|---|
committer | apatrick@chromium.org <apatrick@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-04-13 00:50:36 +0000 |
commit | d369af4265173acaebf400019561bb9b08a73b0a (patch) | |
tree | 8dcf64facb1199ef3166b497eac19e598ee85d5c /content/content_gpu.gypi | |
parent | a47f8eadd67f75d3b663fdcc898caabb335bad0b (diff) | |
download | chromium_src-d369af4265173acaebf400019561bb9b08a73b0a.zip chromium_src-d369af4265173acaebf400019561bb9b08a73b0a.tar.gz chromium_src-d369af4265173acaebf400019561bb9b08a73b0a.tar.bz2 |
Moved TextureTransport into content/common/gpu.
It landed while I was working on the bigger move from content/gpu to content/common/gpu.
Also renamed gpu_info_unittest_win.cc to gpu_info_collector_unittest_win.cc because that is what it is.
TEST=try
BUG=none
Review URL: http://codereview.chromium.org/6824050
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@81344 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/content_gpu.gypi')
-rw-r--r-- | content/content_gpu.gypi | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/content/content_gpu.gypi b/content/content_gpu.gypi index ffa7c4c..fea5677f 100644 --- a/content/content_gpu.gypi +++ b/content/content_gpu.gypi @@ -31,8 +31,6 @@ 'gpu/gpu_child_thread.h', 'gpu/gpu_watchdog_thread.cc', 'gpu/gpu_watchdog_thread.h', - 'gpu/transport_texture.cc', - 'gpu/transport_texture.h', ], 'include_dirs': [ '..', |