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

Side by Side Diff: cc/cc_tests.gyp

Issue 1997743002: cc: Implement test task runner for tests. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@remove_schedule_complete
Patch Set: nits 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/test/test_tile_task_runner.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 299 matching lines...) Expand 10 before | Expand all | Expand 10 after
310 'test/test_layer_tree_host_base.h', 310 'test/test_layer_tree_host_base.h',
311 'test/test_occlusion_tracker.h', 311 'test/test_occlusion_tracker.h',
312 'test/test_shared_bitmap_manager.cc', 312 'test/test_shared_bitmap_manager.cc',
313 'test/test_shared_bitmap_manager.h', 313 'test/test_shared_bitmap_manager.h',
314 'test/test_task_graph_runner.cc', 314 'test/test_task_graph_runner.cc',
315 'test/test_task_graph_runner.h', 315 'test/test_task_graph_runner.h',
316 'test/test_texture.cc', 316 'test/test_texture.cc',
317 'test/test_texture.h', 317 'test/test_texture.h',
318 'test/test_tile_priorities.cc', 318 'test/test_tile_priorities.cc',
319 'test/test_tile_priorities.h', 319 'test/test_tile_priorities.h',
320 'test/test_tile_task_runner.cc',
321 'test/test_tile_task_runner.h',
320 'test/test_web_graphics_context_3d.cc', 322 'test/test_web_graphics_context_3d.cc',
321 'test/test_web_graphics_context_3d.h', 323 'test/test_web_graphics_context_3d.h',
322 'test/threaded_channel_for_test.cc', 324 'test/threaded_channel_for_test.cc',
323 'test/threaded_channel_for_test.h', 325 'test/threaded_channel_for_test.h',
324 ], 326 ],
325 }, 327 },
326 'targets': [ 328 'targets': [
327 { 329 {
328 'target_name': 'cc_unittests', 330 'target_name': 'cc_unittests',
329 'type': '<(gtest_target_type)', 331 'type': '<(gtest_target_type)',
(...skipping 185 matching lines...) Expand 10 before | Expand all | Expand 10 after
515 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 517 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
516 ], 518 ],
517 } 519 }
518 ], 520 ],
519 ], 521 ],
520 }, 522 },
521 ], 523 ],
522 }], 524 }],
523 ], 525 ],
524 } 526 }
OLDNEW
« no previous file with comments | « cc/BUILD.gn ('k') | cc/test/test_tile_task_runner.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698