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

Side by Side 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: Helps if you upload all your files. 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « cc/base/math_util.cc ('k') | cc/test/layer_tree_host_common_test.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 'cc_unit_tests_source_files': [ 8 'cc_unit_tests_source_files': [
9 'animation/animation_unittest.cc', 9 'animation/animation_unittest.cc',
10 'animation/keyframed_animation_curve_unittest.cc', 10 'animation/keyframed_animation_curve_unittest.cc',
(...skipping 89 matching lines...) Expand 10 before | Expand all | Expand 10 after
100 'trees/layer_tree_host_unittest.cc', 100 'trees/layer_tree_host_unittest.cc',
101 'trees/layer_tree_host_unittest_animation.cc', 101 'trees/layer_tree_host_unittest_animation.cc',
102 'trees/layer_tree_host_unittest_context.cc', 102 'trees/layer_tree_host_unittest_context.cc',
103 'trees/layer_tree_host_unittest_copyrequest.cc', 103 'trees/layer_tree_host_unittest_copyrequest.cc',
104 'trees/layer_tree_host_unittest_damage.cc', 104 'trees/layer_tree_host_unittest_damage.cc',
105 'trees/layer_tree_host_unittest_delegated.cc', 105 'trees/layer_tree_host_unittest_delegated.cc',
106 'trees/layer_tree_host_unittest_occlusion.cc', 106 'trees/layer_tree_host_unittest_occlusion.cc',
107 'trees/layer_tree_host_unittest_picture.cc', 107 'trees/layer_tree_host_unittest_picture.cc',
108 'trees/layer_tree_host_unittest_scroll.cc', 108 'trees/layer_tree_host_unittest_scroll.cc',
109 'trees/layer_tree_host_unittest_video.cc', 109 'trees/layer_tree_host_unittest_video.cc',
110 'trees/layer_tree_impl_unittest.cc',
110 'trees/occlusion_tracker_unittest.cc', 111 'trees/occlusion_tracker_unittest.cc',
111 'trees/tree_synchronizer_unittest.cc', 112 'trees/tree_synchronizer_unittest.cc',
112 ], 113 ],
113 'cc_surfaces_unit_tests_source_files': [ 114 'cc_surfaces_unit_tests_source_files': [
114 'surfaces/surface_aggregator_test_helpers.cc', 115 'surfaces/surface_aggregator_test_helpers.cc',
115 'surfaces/surface_aggregator_test_helpers.h', 116 'surfaces/surface_aggregator_test_helpers.h',
116 'surfaces/surface_aggregator_unittest.cc', 117 'surfaces/surface_aggregator_unittest.cc',
117 'surfaces/surface_unittest.cc', 118 'surfaces/surface_unittest.cc',
118 'surfaces/surfaces_pixeltest.cc', 119 'surfaces/surfaces_pixeltest.cc',
119 ], 120 ],
(...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after
172 'test/fake_ui_resource_layer_tree_host_impl.h', 173 'test/fake_ui_resource_layer_tree_host_impl.h',
173 'test/fake_video_frame_provider.cc', 174 'test/fake_video_frame_provider.cc',
174 'test/fake_video_frame_provider.h', 175 'test/fake_video_frame_provider.h',
175 'test/geometry_test_utils.cc', 176 'test/geometry_test_utils.cc',
176 'test/geometry_test_utils.h', 177 'test/geometry_test_utils.h',
177 'test/test_in_process_context_provider.cc', 178 'test/test_in_process_context_provider.cc',
178 'test/test_in_process_context_provider.h', 179 'test/test_in_process_context_provider.h',
179 'test/impl_side_painting_settings.h', 180 'test/impl_side_painting_settings.h',
180 'test/layer_test_common.cc', 181 'test/layer_test_common.cc',
181 'test/layer_test_common.h', 182 'test/layer_test_common.h',
183 'test/layer_tree_host_common_test.cc',
184 'test/layer_tree_host_common_test.h',
182 'test/layer_tree_json_parser.cc', 185 'test/layer_tree_json_parser.cc',
183 'test/layer_tree_json_parser.h', 186 'test/layer_tree_json_parser.h',
184 'test/layer_tree_pixel_test.cc', 187 'test/layer_tree_pixel_test.cc',
185 'test/layer_tree_pixel_test.h', 188 'test/layer_tree_pixel_test.h',
186 'test/layer_tree_test.cc', 189 'test/layer_tree_test.cc',
187 'test/layer_tree_test.h', 190 'test/layer_tree_test.h',
188 'test/mock_quad_culler.cc', 191 'test/mock_quad_culler.cc',
189 'test/mock_quad_culler.h', 192 'test/mock_quad_culler.h',
190 'test/ordered_texture_map.cc', 193 'test/ordered_texture_map.cc',
191 'test/ordered_texture_map.h', 194 'test/ordered_texture_map.h',
(...skipping 206 matching lines...) Expand 10 before | Expand all | Expand 10 after
398 'variables': { 401 'variables': {
399 'test_suite_name': 'cc_perftests', 402 'test_suite_name': 'cc_perftests',
400 }, 403 },
401 'includes': [ '../build/apk_test.gypi' ], 404 'includes': [ '../build/apk_test.gypi' ],
402 }, 405 },
403 ], 406 ],
404 } 407 }
405 ] 408 ]
406 ], 409 ],
407 } 410 }
OLDNEW
« no previous file with comments | « cc/base/math_util.cc ('k') | cc/test/layer_tree_host_common_test.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698