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

Side by Side Diff: cc/cc_tests.gyp

Issue 1001833005: Update from https://crrev.com/320343 (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Supress Created 5 years, 9 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/cc.gyp ('k') | cc/cc_unittests.isolate » ('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 65 matching lines...) Expand 10 before | Expand all | Expand 10 after
76 'quads/draw_quad_unittest.cc', 76 'quads/draw_quad_unittest.cc',
77 'quads/list_container_unittest.cc', 77 'quads/list_container_unittest.cc',
78 'quads/render_pass_unittest.cc', 78 'quads/render_pass_unittest.cc',
79 'resources/display_item_list_unittest.cc', 79 'resources/display_item_list_unittest.cc',
80 'resources/layer_quad_unittest.cc', 80 'resources/layer_quad_unittest.cc',
81 'resources/picture_layer_tiling_set_unittest.cc', 81 'resources/picture_layer_tiling_set_unittest.cc',
82 'resources/picture_layer_tiling_unittest.cc', 82 'resources/picture_layer_tiling_unittest.cc',
83 'resources/picture_pile_impl_unittest.cc', 83 'resources/picture_pile_impl_unittest.cc',
84 'resources/picture_pile_unittest.cc', 84 'resources/picture_pile_unittest.cc',
85 'resources/picture_unittest.cc', 85 'resources/picture_unittest.cc',
86 'resources/pixel_ref_map_unittest.cc',
86 'resources/platform_color_unittest.cc', 87 'resources/platform_color_unittest.cc',
87 'resources/prioritized_resource_unittest.cc', 88 'resources/prioritized_resource_unittest.cc',
88 'resources/resource_provider_unittest.cc', 89 'resources/resource_provider_unittest.cc',
89 'resources/resource_update_controller_unittest.cc', 90 'resources/resource_update_controller_unittest.cc',
90 'resources/scoped_gpu_raster_unittest.cc', 91 'resources/scoped_gpu_raster_unittest.cc',
91 'resources/scoped_resource_unittest.cc', 92 'resources/scoped_resource_unittest.cc',
92 'resources/task_graph_runner_unittest.cc', 93 'resources/task_graph_runner_unittest.cc',
93 'resources/texture_mailbox_deleter_unittest.cc', 94 'resources/texture_mailbox_deleter_unittest.cc',
94 'resources/texture_uploader_unittest.cc', 95 'resources/texture_uploader_unittest.cc',
95 'resources/tile_manager_unittest.cc', 96 'resources/tile_manager_unittest.cc',
96 'resources/tile_priority_unittest.cc', 97 'resources/tile_priority_unittest.cc',
97 'resources/tile_task_worker_pool_unittest.cc', 98 'resources/tile_task_worker_pool_unittest.cc',
98 'resources/video_resource_updater_unittest.cc', 99 'resources/video_resource_updater_unittest.cc',
99 'scheduler/begin_frame_source_unittest.cc', 100 'scheduler/begin_frame_source_unittest.cc',
100 'scheduler/delay_based_time_source_unittest.cc', 101 'scheduler/delay_based_time_source_unittest.cc',
101 'scheduler/scheduler_state_machine_unittest.cc', 102 'scheduler/scheduler_state_machine_unittest.cc',
102 'scheduler/scheduler_unittest.cc', 103 'scheduler/scheduler_unittest.cc',
103 'test/layer_tree_json_parser_unittest.cc', 104 'test/layer_tree_json_parser_unittest.cc',
104 'test/ordered_simple_task_runner_unittest.cc', 105 'test/ordered_simple_task_runner_unittest.cc',
105 'test/test_web_graphics_context_3d_unittest.cc', 106 'test/test_web_graphics_context_3d_unittest.cc',
106 'trees/blocking_task_runner_unittest.cc', 107 'trees/blocking_task_runner_unittest.cc',
107 'trees/damage_tracker_unittest.cc', 108 'trees/damage_tracker_unittest.cc',
108 'trees/layer_sorter_unittest.cc',
109 'trees/layer_tree_host_common_unittest.cc', 109 'trees/layer_tree_host_common_unittest.cc',
110 'trees/layer_tree_host_impl_unittest.cc', 110 'trees/layer_tree_host_impl_unittest.cc',
111 'trees/layer_tree_host_pixeltest_blending.cc', 111 'trees/layer_tree_host_pixeltest_blending.cc',
112 'trees/layer_tree_host_pixeltest_filters.cc', 112 'trees/layer_tree_host_pixeltest_filters.cc',
113 'trees/layer_tree_host_pixeltest_masks.cc', 113 'trees/layer_tree_host_pixeltest_masks.cc',
114 'trees/layer_tree_host_pixeltest_readback.cc', 114 'trees/layer_tree_host_pixeltest_readback.cc',
115 'trees/layer_tree_host_pixeltest_synchronous.cc', 115 'trees/layer_tree_host_pixeltest_synchronous.cc',
116 'trees/layer_tree_host_unittest.cc', 116 'trees/layer_tree_host_unittest.cc',
117 'trees/layer_tree_host_unittest_animation.cc', 117 'trees/layer_tree_host_unittest_animation.cc',
118 'trees/layer_tree_host_unittest_context.cc', 118 'trees/layer_tree_host_unittest_context.cc',
(...skipping 334 matching lines...) Expand 10 before | Expand all | Expand 10 after
453 'type': 'none', 453 'type': 'none',
454 'dependencies': [ 454 'dependencies': [
455 'cc_unittests', 455 'cc_unittests',
456 ], 456 ],
457 'includes': [ 457 'includes': [
458 '../build/isolate.gypi', 458 '../build/isolate.gypi',
459 ], 459 ],
460 'sources': [ 460 'sources': [
461 'cc_unittests.isolate', 461 'cc_unittests.isolate',
462 ], 462 ],
463 'conditions': [
464 # crbug.com/464062 xdisplaycheck is used to run cc_unittests_run on
465 # the linux try bots when using X11.
466 ['OS=="linux" and use_ozone==0',
467 {
468 'dependencies': [
469 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
470 ],
471 }
472 ],
473 ],
463 }, 474 },
464 ], 475 ],
465 }], 476 }],
466 ], 477 ],
467 } 478 }
OLDNEW
« no previous file with comments | « cc/cc.gyp ('k') | cc/cc_unittests.isolate » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698