summaryrefslogtreecommitdiffstats
path: root/gpu/gpu.gyp
diff options
context:
space:
mode:
authorthakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-10-14 21:17:06 +0000
committerthakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-10-14 21:17:06 +0000
commita36c7b41249cc92d340d569557cb794b39447c4a (patch)
tree2af0698e13bccb8a3ac247ae6d8c394f312ec638 /gpu/gpu.gyp
parentb3d62312b14de9eeed5e59e0340accda0127bc93 (diff)
downloadchromium_src-a36c7b41249cc92d340d569557cb794b39447c4a.zip
chromium_src-a36c7b41249cc92d340d569557cb794b39447c4a.tar.gz
chromium_src-a36c7b41249cc92d340d569557cb794b39447c4a.tar.bz2
Move constructor and destructor of MockGLInterface out of line.
Speeds up building all of gpu by over one minute / over 10% on my machine (from 9:23 to 8:11). Move the mock to gpu/command_buffer/common to have a more obvious place for the cc file. BUG=None TEST=None Review URL: http://codereview.chromium.org/3811006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62649 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 6f1b4d7..c04fa4d 100644
--- a/gpu/gpu.gyp
+++ b/gpu/gpu.gyp
@@ -229,6 +229,8 @@
'command_buffer/client/mapped_memory_unittest.cc',
'command_buffer/client/ring_buffer_test.cc',
'command_buffer/common/bitfield_helpers_test.cc',
+ 'command_buffer/common/gl_mock.h',
+ 'command_buffer/common/gl_mock.cc',
'command_buffer/common/gles2_cmd_format_test.cc',
'command_buffer/common/gles2_cmd_format_test_autogen.h',
'command_buffer/common/gles2_cmd_id_test.cc',