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

Side by Side Diff: cc/cc_tests.gyp

Issue 2158973002: cc: Clean up LayerTreeTest and TestHooks. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: proxy-impls: android-build Created 4 years, 5 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
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 135 matching lines...) Expand 10 before | Expand all | Expand 10 after
146 'trees/layer_tree_host_unittest_remote_server.cc', 146 'trees/layer_tree_host_unittest_remote_server.cc',
147 'trees/layer_tree_host_unittest_scroll.cc', 147 'trees/layer_tree_host_unittest_scroll.cc',
148 'trees/layer_tree_host_unittest_serialization.cc', 148 'trees/layer_tree_host_unittest_serialization.cc',
149 'trees/layer_tree_host_unittest_video.cc', 149 'trees/layer_tree_host_unittest_video.cc',
150 'trees/layer_tree_impl_unittest.cc', 150 'trees/layer_tree_impl_unittest.cc',
151 'trees/layer_tree_settings_unittest.cc', 151 'trees/layer_tree_settings_unittest.cc',
152 'trees/occlusion_tracker_unittest.cc', 152 'trees/occlusion_tracker_unittest.cc',
153 'trees/occlusion_unittest.cc', 153 'trees/occlusion_unittest.cc',
154 'trees/property_tree_unittest.cc', 154 'trees/property_tree_unittest.cc',
155 'trees/proxy_common_unittest.cc', 155 'trees/proxy_common_unittest.cc',
156 'trees/proxy_impl_unittest.cc',
157 'trees/remote_channel_unittest.cc',
158 'trees/threaded_channel_unittest.cc',
159 'trees/tree_synchronizer_unittest.cc', 156 'trees/tree_synchronizer_unittest.cc',
160 ], 157 ],
161 'cc_surfaces_unit_tests_source_files': [ 158 'cc_surfaces_unit_tests_source_files': [
162 'surfaces/display_scheduler_unittest.cc', 159 'surfaces/display_scheduler_unittest.cc',
163 'surfaces/display_unittest.cc', 160 'surfaces/display_unittest.cc',
164 'surfaces/surface_aggregator_unittest.cc', 161 'surfaces/surface_aggregator_unittest.cc',
165 'surfaces/surface_display_output_surface_unittest.cc', 162 'surfaces/surface_display_output_surface_unittest.cc',
166 'surfaces/surface_factory_unittest.cc', 163 'surfaces/surface_factory_unittest.cc',
167 'surfaces/surface_hittest_unittest.cc', 164 'surfaces/surface_hittest_unittest.cc',
168 'surfaces/surface_manager_unittest.cc', 165 'surfaces/surface_manager_unittest.cc',
(...skipping 103 matching lines...) Expand 10 before | Expand all | Expand 10 after
272 'test/pixel_comparator.cc', 269 'test/pixel_comparator.cc',
273 'test/pixel_comparator.h', 270 'test/pixel_comparator.h',
274 'test/pixel_test.cc', 271 'test/pixel_test.cc',
275 'test/pixel_test.h', 272 'test/pixel_test.h',
276 'test/pixel_test_output_surface.cc', 273 'test/pixel_test_output_surface.cc',
277 'test/pixel_test_output_surface.h', 274 'test/pixel_test_output_surface.h',
278 'test/pixel_test_software_output_device.cc', 275 'test/pixel_test_software_output_device.cc',
279 'test/pixel_test_software_output_device.h', 276 'test/pixel_test_software_output_device.h',
280 'test/pixel_test_utils.cc', 277 'test/pixel_test_utils.cc',
281 'test/pixel_test_utils.h', 278 'test/pixel_test_utils.h',
282 'test/proxy_impl_for_test.cc',
283 'test/proxy_impl_for_test.h',
284 'test/proxy_main_for_test.cc',
285 'test/proxy_main_for_test.h',
286 'test/remote_channel_impl_for_test.cc',
287 'test/remote_channel_impl_for_test.h',
288 'test/remote_proto_channel_bridge.cc', 279 'test/remote_proto_channel_bridge.cc',
289 'test/remote_proto_channel_bridge.h', 280 'test/remote_proto_channel_bridge.h',
290 'test/render_pass_test_utils.cc', 281 'test/render_pass_test_utils.cc',
291 'test/render_pass_test_utils.h', 282 'test/render_pass_test_utils.h',
292 'test/scheduler_test_common.cc', 283 'test/scheduler_test_common.cc',
293 'test/scheduler_test_common.h', 284 'test/scheduler_test_common.h',
294 'test/skia_common.cc', 285 'test/skia_common.cc',
295 'test/skia_common.h', 286 'test/skia_common.h',
296 'test/solid_color_content_layer_client.cc', 287 'test/solid_color_content_layer_client.cc',
297 'test/solid_color_content_layer_client.h', 288 'test/solid_color_content_layer_client.h',
(...skipping 27 matching lines...) Expand all
325 'test/test_task_graph_runner.cc', 316 'test/test_task_graph_runner.cc',
326 'test/test_task_graph_runner.h', 317 'test/test_task_graph_runner.h',
327 'test/test_texture.cc', 318 'test/test_texture.cc',
328 'test/test_texture.h', 319 'test/test_texture.h',
329 'test/test_tile_priorities.cc', 320 'test/test_tile_priorities.cc',
330 'test/test_tile_priorities.h', 321 'test/test_tile_priorities.h',
331 'test/test_tile_task_runner.cc', 322 'test/test_tile_task_runner.cc',
332 'test/test_tile_task_runner.h', 323 'test/test_tile_task_runner.h',
333 'test/test_web_graphics_context_3d.cc', 324 'test/test_web_graphics_context_3d.cc',
334 'test/test_web_graphics_context_3d.h', 325 'test/test_web_graphics_context_3d.h',
335 'test/threaded_channel_for_test.cc',
336 'test/threaded_channel_for_test.h',
337 ], 326 ],
338 }, 327 },
339 'targets': [ 328 'targets': [
340 { 329 {
341 'target_name': 'cc_unittests', 330 'target_name': 'cc_unittests',
342 'type': '<(gtest_target_type)', 331 'type': '<(gtest_target_type)',
343 'dependencies': [ 332 'dependencies': [
344 '../base/base.gyp:test_support_base', 333 '../base/base.gyp:test_support_base',
345 '../gpu/command_buffer/command_buffer.gyp:gles2_utils', 334 '../gpu/command_buffer/command_buffer.gyp:gles2_utils',
346 '../gpu/gpu.gyp:gpu', 335 '../gpu/gpu.gyp:gpu',
(...skipping 183 matching lines...) Expand 10 before | Expand all | Expand 10 after
530 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 519 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
531 ], 520 ],
532 } 521 }
533 ], 522 ],
534 ], 523 ],
535 }, 524 },
536 ], 525 ],
537 }], 526 }],
538 ], 527 ],
539 } 528 }
OLDNEW
« no previous file with comments | « cc/BUILD.gn ('k') | cc/test/layer_tree_test.h » ('j') | cc/test/layer_tree_test.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698