diff options
author | skaslev@chromium.org <skaslev@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-02-13 23:59:50 +0000 |
---|---|---|
committer | skaslev@chromium.org <skaslev@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-02-13 23:59:50 +0000 |
commit | 79a1be5675c89e740725d52fb56ba0295f3333be (patch) | |
tree | b22a153b187201e563cf16e91f1e46bf7ef4a33a /cc/cc_tests.gyp | |
parent | 490ccaf2705fcda0afeefb717a023aa5e1fe8076 (diff) | |
download | chromium_src-79a1be5675c89e740725d52fb56ba0295f3333be.zip chromium_src-79a1be5675c89e740725d52fb56ba0295f3333be.tar.gz chromium_src-79a1be5675c89e740725d52fb56ba0295f3333be.tar.bz2 |
Have a common implementation of cc::OutputSurface instead of multiple duplicated ones.
Review URL: https://codereview.chromium.org/12041062
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@182345 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 1f8d69c..b96b6e0 100644 --- a/cc/cc_tests.gyp +++ b/cc/cc_tests.gyp @@ -119,8 +119,6 @@ 'test/occlusion_tracker_test_common.h', 'test/paths.cc', 'test/paths.h', - 'test/pixel_test_output_surface.cc', - 'test/pixel_test_output_surface.h', 'test/render_pass_test_common.cc', 'test/render_pass_test_common.h', 'test/render_pass_test_utils.cc', |