diff options
author | jamesr@chromium.org <jamesr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-02-07 20:33:11 +0000 |
---|---|---|
committer | jamesr@chromium.org <jamesr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-02-07 20:33:11 +0000 |
commit | 4bbf93dcb9d3fa658ed34b531052e4f4b12838fa (patch) | |
tree | 762d1e1bbe42cd81748ac0501929b1985738186b /cc/cc_tests.gyp | |
parent | a18562ee72ac2a318d44534d12aaf8a666810014 (diff) | |
download | chromium_src-4bbf93dcb9d3fa658ed34b531052e4f4b12838fa.zip chromium_src-4bbf93dcb9d3fa658ed34b531052e4f4b12838fa.tar.gz chromium_src-4bbf93dcb9d3fa658ed34b531052e4f4b12838fa.tar.bz2 |
Remove unnecessary cc::FakeWebGraphicsContext3D interface
TestGLES2Interface forwards to TestWebGraphicsContext3D, so this base class
is never actually used in tests. This copies the stubs we use to TWGC3D and
deletes the rest of the class. The next step is to start folding TWGC3D in
to TestGLES2Interface.
5 files changed, 280 insertions(+), 972 deletions(-)
Review URL: https://codereview.chromium.org/137463013
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@249760 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'cc/cc_tests.gyp')
-rw-r--r-- | cc/cc_tests.gyp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/cc/cc_tests.gyp b/cc/cc_tests.gyp index c79827d..05d8b79 100644 --- a/cc/cc_tests.gyp +++ b/cc/cc_tests.gyp @@ -161,8 +161,6 @@ 'test/fake_ui_resource_layer_tree_host_impl.h', 'test/fake_video_frame_provider.cc', 'test/fake_video_frame_provider.h', - 'test/fake_web_graphics_context_3d.cc', - 'test/fake_web_graphics_context_3d.h', 'test/geometry_test_utils.cc', 'test/geometry_test_utils.h', 'test/test_in_process_context_provider.cc', |