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

Side by Side Diff: cc/cc_tests.gyp

Issue 1422783002: cc: Move surfaces hittesting test helpers out to a separate file (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix GN DEPS I hope Created 5 years, 2 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
« no previous file with comments | « cc/BUILD.gn ('k') | cc/surfaces/surface_aggregator_test_helpers.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_host_unittest.cc', 9 'animation/animation_host_unittest.cc',
10 'animation/animation_player_unittest.cc', 10 'animation/animation_player_unittest.cc',
(...skipping 124 matching lines...) Expand 10 before | Expand all | Expand 10 after
135 'trees/layer_tree_host_unittest_video.cc', 135 'trees/layer_tree_host_unittest_video.cc',
136 'trees/layer_tree_impl_unittest.cc', 136 'trees/layer_tree_impl_unittest.cc',
137 'trees/occlusion_tracker_unittest.cc', 137 'trees/occlusion_tracker_unittest.cc',
138 'trees/occlusion_unittest.cc', 138 'trees/occlusion_unittest.cc',
139 'trees/property_tree_unittest.cc', 139 'trees/property_tree_unittest.cc',
140 'trees/tree_synchronizer_unittest.cc', 140 'trees/tree_synchronizer_unittest.cc',
141 ], 141 ],
142 'cc_surfaces_unit_tests_source_files': [ 142 'cc_surfaces_unit_tests_source_files': [
143 'surfaces/display_unittest.cc', 143 'surfaces/display_unittest.cc',
144 'surfaces/display_scheduler_unittest.cc', 144 'surfaces/display_scheduler_unittest.cc',
145 'surfaces/surface_aggregator_test_helpers.cc',
146 'surfaces/surface_aggregator_test_helpers.h',
147 'surfaces/surface_aggregator_unittest.cc', 145 'surfaces/surface_aggregator_unittest.cc',
148 'surfaces/surface_display_output_surface_unittest.cc', 146 'surfaces/surface_display_output_surface_unittest.cc',
149 'surfaces/surface_factory_unittest.cc', 147 'surfaces/surface_factory_unittest.cc',
150 'surfaces/surface_hittest_unittest.cc', 148 'surfaces/surface_hittest_unittest.cc',
151 'surfaces/surface_unittest.cc', 149 'surfaces/surface_unittest.cc',
152 'surfaces/surfaces_pixeltest.cc', 150 'surfaces/surfaces_pixeltest.cc',
153 ], 151 ],
154 'cc_tests_support_files': [ 152 'cc_tests_support_files': [
155 'test/animation_test_common.cc', 153 'test/animation_test_common.cc',
156 'test/animation_test_common.h', 154 'test/animation_test_common.h',
(...skipping 86 matching lines...) Expand 10 before | Expand all | Expand 10 after
243 'test/pixel_test_utils.cc', 241 'test/pixel_test_utils.cc',
244 'test/pixel_test_utils.h', 242 'test/pixel_test_utils.h',
245 'test/render_pass_test_utils.cc', 243 'test/render_pass_test_utils.cc',
246 'test/render_pass_test_utils.h', 244 'test/render_pass_test_utils.h',
247 'test/scheduler_test_common.cc', 245 'test/scheduler_test_common.cc',
248 'test/scheduler_test_common.h', 246 'test/scheduler_test_common.h',
249 'test/skia_common.cc', 247 'test/skia_common.cc',
250 'test/skia_common.h', 248 'test/skia_common.h',
251 'test/solid_color_content_layer_client.cc', 249 'test/solid_color_content_layer_client.cc',
252 'test/solid_color_content_layer_client.h', 250 'test/solid_color_content_layer_client.h',
251 'test/surface_aggregator_test_helpers.cc',
252 'test/surface_aggregator_test_helpers.h',
253 'test/surface_hittest_test_helpers.cc',
254 'test/surface_hittest_test_helpers.h',
253 'test/test_context_provider.cc', 255 'test/test_context_provider.cc',
254 'test/test_context_provider.h', 256 'test/test_context_provider.h',
255 'test/test_context_support.cc', 257 'test/test_context_support.cc',
256 'test/test_context_support.h', 258 'test/test_context_support.h',
257 'test/test_gles2_interface.cc', 259 'test/test_gles2_interface.cc',
258 'test/test_gles2_interface.h', 260 'test/test_gles2_interface.h',
259 'test/test_gpu_memory_buffer_manager.cc', 261 'test/test_gpu_memory_buffer_manager.cc',
260 'test/test_gpu_memory_buffer_manager.h', 262 'test/test_gpu_memory_buffer_manager.h',
261 'test/test_image_factory.cc', 263 'test/test_image_factory.cc',
262 'test/test_image_factory.h', 264 'test/test_image_factory.h',
(...skipping 198 matching lines...) Expand 10 before | Expand all | Expand 10 after
461 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 463 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
462 ], 464 ],
463 } 465 }
464 ], 466 ],
465 ], 467 ],
466 }, 468 },
467 ], 469 ],
468 }], 470 }],
469 ], 471 ],
470 } 472 }
OLDNEW
« no previous file with comments | « cc/BUILD.gn ('k') | cc/surfaces/surface_aggregator_test_helpers.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698