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

Unified Diff: cc/cc_tests.gyp

Issue 266913021: Hit test on the layer tree rather than the RSLL (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Minor cleanups. Created 6 years, 7 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
Index: cc/cc_tests.gyp
diff --git a/cc/cc_tests.gyp b/cc/cc_tests.gyp
index 25fb7606924ac4b7623a1f4f68469f12d0a6a7fb..a6e82bfb089fb4cc35acf1c309f98a46fcbe95f8 100644
--- a/cc/cc_tests.gyp
+++ b/cc/cc_tests.gyp
@@ -107,6 +107,7 @@
'trees/layer_tree_host_unittest_picture.cc',
'trees/layer_tree_host_unittest_scroll.cc',
'trees/layer_tree_host_unittest_video.cc',
+ 'trees/layer_tree_impl_unittest.cc',
'trees/occlusion_tracker_unittest.cc',
'trees/tree_synchronizer_unittest.cc',
],
@@ -177,6 +178,8 @@
'test/impl_side_painting_settings.h',
'test/layer_test_common.cc',
'test/layer_test_common.h',
+ 'test/layer_tree_host_common_test.cc',
+ 'test/layer_tree_host_common_test.h',
'test/layer_tree_json_parser.cc',
'test/layer_tree_json_parser.h',
'test/layer_tree_pixel_test.cc',

Powered by Google App Engine
This is Rietveld 408576698