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', |