summaryrefslogtreecommitdiffstats
path: root/cc/cc_tests.gyp
diff options
context:
space:
mode:
authordanakj@chromium.org <danakj@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-03-15 04:57:34 +0000
committerdanakj@chromium.org <danakj@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-03-15 04:57:34 +0000
commita7252f11b13e3e5193f7d40ae9e6464a3dbdb2ac (patch)
tree116654d64447a41283154671a99c42cb2adfcf37 /cc/cc_tests.gyp
parentfb52ada47741872b4add857717c9d79cf23b6704 (diff)
downloadchromium_src-a7252f11b13e3e5193f7d40ae9e6464a3dbdb2ac.zip
chromium_src-a7252f11b13e3e5193f7d40ae9e6464a3dbdb2ac.tar.gz
chromium_src-a7252f11b13e3e5193f7d40ae9e6464a3dbdb2ac.tar.bz2
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
Diffstat (limited to 'cc/cc_tests.gyp')
-rw-r--r--cc/cc_tests.gyp5
1 files changed, 5 insertions, 0 deletions
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',