summaryrefslogtreecommitdiffstats
path: root/gpu/gpu.gyp
diff options
context:
space:
mode:
authorgman@chromium.org <gman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-10-16 19:46:06 +0000
committergman@chromium.org <gman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-10-16 19:46:06 +0000
commita9fb79dba9a1f718aa112488f6efa773c4d296f5 (patch)
tree87b16721c4cddc6fcc1d24afffb6b1ec421e963d /gpu/gpu.gyp
parentc5531187d42e9ac48778a4314b105f6d982c52d1 (diff)
downloadchromium_src-a9fb79dba9a1f718aa112488f6efa773c4d296f5.zip
chromium_src-a9fb79dba9a1f718aa112488f6efa773c4d296f5.tar.gz
chromium_src-a9fb79dba9a1f718aa112488f6efa773c4d296f5.tar.bz2
Make GLES2Implementation based on GLES2Interface
GLES2Interface is a pure virutal interface. It's likely that more functions of GLES2Implementation will need have be declared in GLES2Interface but this is a first step BUG=155914 Review URL: https://chromiumcodereview.appspot.com/11138021 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@162216 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'gpu/gpu.gyp')
-rw-r--r--gpu/gpu.gyp2
1 files changed, 2 insertions, 0 deletions
diff --git a/gpu/gpu.gyp b/gpu/gpu.gyp
index fc4c6f4..83a7815 100644
--- a/gpu/gpu.gyp
+++ b/gpu/gpu.gyp
@@ -149,6 +149,8 @@
'command_buffer/client/client_test_helper.h',
'command_buffer/client/cmd_buffer_helper_test.cc',
'command_buffer/client/fenced_allocator_test.cc',
+ 'command_buffer/client/gles2_interface_stub.cc',
+ 'command_buffer/client/gles2_interface_stub.h',
'command_buffer/client/gles2_implementation_unittest.cc',
'command_buffer/client/mapped_memory_unittest.cc',
'command_buffer/client/query_tracker_unittest.cc',