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

Side by Side Diff: cc/cc_tests.gyp

Issue 1988053002: Revert of cc: Refactor layer/tile manager unittest to extract common code. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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
« no previous file with comments | « cc/BUILD.gn ('k') | cc/layers/picture_layer_impl_unittest.cc » ('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 287 matching lines...) Expand 10 before | Expand all | Expand 10 after
298 'test/test_gles2_interface.cc', 298 'test/test_gles2_interface.cc',
299 'test/test_gles2_interface.h', 299 'test/test_gles2_interface.h',
300 'test/test_gpu_memory_buffer_manager.cc', 300 'test/test_gpu_memory_buffer_manager.cc',
301 'test/test_gpu_memory_buffer_manager.h', 301 'test/test_gpu_memory_buffer_manager.h',
302 'test/test_hooks.cc', 302 'test/test_hooks.cc',
303 'test/test_hooks.h', 303 'test/test_hooks.h',
304 'test/test_image_factory.cc', 304 'test/test_image_factory.cc',
305 'test/test_image_factory.h', 305 'test/test_image_factory.h',
306 'test/test_in_process_context_provider.cc', 306 'test/test_in_process_context_provider.cc',
307 'test/test_in_process_context_provider.h', 307 'test/test_in_process_context_provider.h',
308 'test/test_layer_tree_host_base.cc',
309 'test/test_layer_tree_host_base.h',
310 'test/test_occlusion_tracker.h', 308 'test/test_occlusion_tracker.h',
311 'test/test_shared_bitmap_manager.cc', 309 'test/test_shared_bitmap_manager.cc',
312 'test/test_shared_bitmap_manager.h', 310 'test/test_shared_bitmap_manager.h',
313 'test/test_task_graph_runner.cc', 311 'test/test_task_graph_runner.cc',
314 'test/test_task_graph_runner.h', 312 'test/test_task_graph_runner.h',
315 'test/test_texture.cc', 313 'test/test_texture.cc',
316 'test/test_texture.h', 314 'test/test_texture.h',
317 'test/test_tile_priorities.cc', 315 'test/test_tile_priorities.cc',
318 'test/test_tile_priorities.h', 316 'test/test_tile_priorities.h',
319 'test/test_web_graphics_context_3d.cc', 317 'test/test_web_graphics_context_3d.cc',
(...skipping 189 matching lines...) Expand 10 before | Expand all | Expand 10 after
509 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 507 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
510 ], 508 ],
511 } 509 }
512 ], 510 ],
513 ], 511 ],
514 }, 512 },
515 ], 513 ],
516 }], 514 }],
517 ], 515 ],
518 } 516 }
OLDNEW
« no previous file with comments | « cc/BUILD.gn ('k') | cc/layers/picture_layer_impl_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698