diff options
author | reveman@chromium.org <reveman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-08-03 13:22:42 +0000 |
---|---|---|
committer | reveman@chromium.org <reveman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-08-03 13:22:42 +0000 |
commit | 5780f5ac5dc59b860e062cbad5992262841e05ad (patch) | |
tree | a1d040abaa18b4b4b5a6e05b41fef9b023022248 /gpu/gpu.gyp | |
parent | a679e42fffa709c69aec93eb4e7cbcd9fd1e9f55 (diff) | |
download | chromium_src-5780f5ac5dc59b860e062cbad5992262841e05ad.zip chromium_src-5780f5ac5dc59b860e062cbad5992262841e05ad.tar.gz chromium_src-5780f5ac5dc59b860e062cbad5992262841e05ad.tar.bz2 |
gpu: Add support for multiple GpuMemoryBuffer types.
This is a re-factoring of the GpuMemoryBuffer framework to support
different run-time buffer implementations.
This also adds a GpuMemoryBuffer type that is backed by standard
shared memory. This allows us exercise more code in unit tests.
TEST=gpu_unittests --gtest_filter=MockGpuMemoryBufferTest.Lifecycle
BUG=261649
Review URL: https://chromiumcodereview.appspot.com/20536006
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@215508 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'gpu/gpu.gyp')
-rw-r--r-- | gpu/gpu.gyp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/gpu/gpu.gyp b/gpu/gpu.gyp index 9225f65..316aa91 100644 --- a/gpu/gpu.gyp +++ b/gpu/gpu.gyp @@ -270,10 +270,6 @@ ], 'sources': [ '<@(gles2_c_lib_source_files)', - 'command_buffer/client/gpu_memory_buffer_mock.cc', - 'command_buffer/client/gpu_memory_buffer_mock.h', - 'command_buffer/client/image_factory_mock.cc', - 'command_buffer/client/image_factory_mock.h', 'command_buffer/tests/compressed_texture_test.cc', 'command_buffer/tests/gl_bind_uniform_location_unittest.cc', 'command_buffer/tests/gl_chromium_framebuffer_multisample_unittest.cc', |