summaryrefslogtreecommitdiffstats
path: root/gpu/gpu.gyp
diff options
context:
space:
mode:
authorgman@chromium.org <gman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-12-07 09:07:49 +0000
committergman@chromium.org <gman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-12-07 09:07:49 +0000
commite16b025fa423ea01310471be405f8cbafb3a3dc6 (patch)
tree5544f59eacaf5c1f19adeaf43a69531ab0f5fbb0 /gpu/gpu.gyp
parent24a2a9d27860b25af80eacf98407ad03fd78e811 (diff)
downloadchromium_src-e16b025fa423ea01310471be405f8cbafb3a3dc6.zip
chromium_src-e16b025fa423ea01310471be405f8cbafb3a3dc6.tar.gz
chromium_src-e16b025fa423ea01310471be405f8cbafb3a3dc6.tar.bz2
Make more GL stuff auto-generated
I moved gl_mock.h/cc from gpu to gl and made them mostly autogenned BUG=none Review URL: https://codereview.chromium.org/11444028 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@171744 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'gpu/gpu.gyp')
-rw-r--r--gpu/gpu.gyp4
1 files changed, 1 insertions, 3 deletions
diff --git a/gpu/gpu.gyp b/gpu/gpu.gyp
index d63b139..2ad0bcb 100644
--- a/gpu/gpu.gyp
+++ b/gpu/gpu.gyp
@@ -257,14 +257,12 @@
'../testing/gmock.gyp:gmock',
'../testing/gtest.gyp:gtest',
'../third_party/khronos/khronos.gyp:khronos_headers',
- '../ui/gl/gl.gyp:gl',
+ '../ui/gl/gl.gyp:gl_unittest_utils',
],
'include_dirs': [
'..',
],
'sources': [
- 'command_buffer/common/gl_mock.h',
- 'command_buffer/common/gl_mock.cc',
'command_buffer/service/gles2_cmd_decoder_mock.cc',
'command_buffer/service/gles2_cmd_decoder_mock.cc',
],