summaryrefslogtreecommitdiffstats
path: root/cc/cc_tests.gyp
diff options
context:
space:
mode:
authordanakj@chromium.org <danakj@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-06-05 02:57:21 +0000
committerdanakj@chromium.org <danakj@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-06-05 02:57:21 +0000
commit525efa2425894b17144053a93c1d9e13f4bff070 (patch)
treeaad8b5cb26c139fdde82bd5fafbc5e84819a0945 /cc/cc_tests.gyp
parent6750fb868e1ff502423645340d7239163a201cbc (diff)
downloadchromium_src-525efa2425894b17144053a93c1d9e13f4bff070.zip
chromium_src-525efa2425894b17144053a93c1d9e13f4bff070.tar.gz
chromium_src-525efa2425894b17144053a93c1d9e13f4bff070.tar.bz2
cc: Add a unit test to verify BindToClient behaviour.
The client pointer in the OutputSurface should indicate whether the last call to BindToClient succeeded or failed. If the bind fails, then the client pointer should always be null. R=joaodasilva@chromium.org BUG= Review URL: https://chromiumcodereview.appspot.com/15861006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@204138 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'cc/cc_tests.gyp')
-rw-r--r--cc/cc_tests.gyp1
1 files changed, 1 insertions, 0 deletions
diff --git a/cc/cc_tests.gyp b/cc/cc_tests.gyp
index 22659ca..4cc4109 100644
--- a/cc/cc_tests.gyp
+++ b/cc/cc_tests.gyp
@@ -41,6 +41,7 @@
'layers/tiled_layer_unittest.cc',
'output/delegating_renderer_unittest.cc',
'output/gl_renderer_unittest.cc',
+ 'output/output_surface_unittest.cc',
'output/renderer_pixeltest.cc',
'output/render_surface_filters_unittest.cc',
'output/shader_unittest.cc',