Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(4)

Unified Diff: cc/cc_tests.gyp

Issue 12518026: cc: Add layer-based pixel tests. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | cc/gl_renderer_pixeltest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/cc_tests.gyp
diff --git a/cc/cc_tests.gyp b/cc/cc_tests.gyp
index c2a8e5d744b2cc461da4456221e36590fb61aee5..5ed02bba737d46b36c24fa5ba8ecf8c8e7a62d8a 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',
« no previous file with comments | « no previous file | cc/gl_renderer_pixeltest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698