From a7252f11b13e3e5193f7d40ae9e6464a3dbdb2ac Mon Sep 17 00:00:00 2001 From: "danakj@chromium.org" Date: Fri, 15 Mar 2013 04:57:34 +0000 Subject: cc: Add layer-based pixel tests. This adds a test framework for pixel tests based on a layer tree. Included is a single new pixel test to demonstrate the framework, which is a test derived from the layout test platform/chromium/compositing/filters/background-filter-blur.html reproduced with solid color layers. New test: LayerTreeHostFiltersPixelTest.BackgroundFilterBlur R=jamesr BUG=191170 Review URL: https://chromiumcodereview.appspot.com/12518026 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@188262 0039d316-1c4b-4281-b951-d872f2087c98 --- cc/cc_tests.gyp | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'cc/cc_tests.gyp') diff --git a/cc/cc_tests.gyp b/cc/cc_tests.gyp index c2a8e5d..5ed02bba 100644 --- a/cc/cc_tests.gyp +++ b/cc/cc_tests.gyp @@ -28,6 +28,7 @@ 'layer_sorter_unittest.cc', 'layer_tree_host_common_unittest.cc', 'layer_tree_host_impl_unittest.cc', + 'layer_tree_host_pixeltest_filters.cc', 'layer_tree_host_unittest.cc', 'layer_tree_host_unittest_animation.cc', 'layer_tree_host_unittest_context.cc', @@ -115,6 +116,8 @@ 'test/geometry_test_utils.h', 'test/layer_test_common.cc', 'test/layer_test_common.h', + 'test/layer_tree_pixel_test.cc', + 'test/layer_tree_pixel_test.h', 'test/layer_tree_test_common.cc', 'test/layer_tree_test_common.h', 'test/layer_tree_json_parser.cc', @@ -124,6 +127,8 @@ 'test/occlusion_tracker_test_common.h', 'test/paths.cc', 'test/paths.h', + 'test/pixel_test.cc', + 'test/pixel_test.h', 'test/render_pass_test_common.cc', 'test/render_pass_test_common.h', 'test/render_pass_test_utils.cc', -- cgit v1.1