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

Side by Side Diff: cc/cc_tests.gyp

Issue 1045953002: Implement DisplayList GatherPixelRefs (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix crash w/ unittest Created 5 years, 8 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.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_unittest.cc', 9 'animation/animation_unittest.cc',
10 'animation/keyframed_animation_curve_unittest.cc', 10 'animation/keyframed_animation_curve_unittest.cc',
(...skipping 58 matching lines...) Expand 10 before | Expand all | Expand 10 after
69 'output/output_surface_unittest.cc', 69 'output/output_surface_unittest.cc',
70 'output/overlay_unittest.cc', 70 'output/overlay_unittest.cc',
71 'output/renderer_pixeltest.cc', 71 'output/renderer_pixeltest.cc',
72 'output/renderer_unittest.cc', 72 'output/renderer_unittest.cc',
73 'output/shader_unittest.cc', 73 'output/shader_unittest.cc',
74 'output/software_renderer_unittest.cc', 74 'output/software_renderer_unittest.cc',
75 'quads/draw_polygon_unittest.cc', 75 'quads/draw_polygon_unittest.cc',
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_list_recording_source_unittest.cc',
79 'resources/display_item_list_unittest.cc', 80 'resources/display_item_list_unittest.cc',
80 'resources/layer_quad_unittest.cc', 81 'resources/layer_quad_unittest.cc',
81 'resources/picture_layer_tiling_set_unittest.cc', 82 'resources/picture_layer_tiling_set_unittest.cc',
82 'resources/picture_layer_tiling_unittest.cc', 83 'resources/picture_layer_tiling_unittest.cc',
83 'resources/picture_pile_impl_unittest.cc', 84 'resources/picture_pile_impl_unittest.cc',
84 'resources/picture_pile_unittest.cc', 85 'resources/picture_pile_unittest.cc',
85 'resources/picture_unittest.cc', 86 'resources/picture_unittest.cc',
86 'resources/pixel_ref_map_unittest.cc', 87 'resources/pixel_ref_map_unittest.cc',
87 'resources/platform_color_unittest.cc', 88 'resources/platform_color_unittest.cc',
88 'resources/prioritized_resource_unittest.cc', 89 'resources/prioritized_resource_unittest.cc',
90 'resources/recording_source_unittest.cc',
89 'resources/resource_provider_unittest.cc', 91 'resources/resource_provider_unittest.cc',
90 'resources/resource_update_controller_unittest.cc', 92 'resources/resource_update_controller_unittest.cc',
91 'resources/scoped_gpu_raster_unittest.cc', 93 'resources/scoped_gpu_raster_unittest.cc',
92 'resources/scoped_resource_unittest.cc', 94 'resources/scoped_resource_unittest.cc',
93 'resources/task_graph_runner_unittest.cc', 95 'resources/task_graph_runner_unittest.cc',
94 'resources/texture_mailbox_deleter_unittest.cc', 96 'resources/texture_mailbox_deleter_unittest.cc',
95 'resources/texture_uploader_unittest.cc', 97 'resources/texture_uploader_unittest.cc',
96 'resources/tile_manager_unittest.cc', 98 'resources/tile_manager_unittest.cc',
97 'resources/tile_priority_unittest.cc', 99 'resources/tile_priority_unittest.cc',
98 'resources/tile_task_worker_pool_unittest.cc', 100 'resources/tile_task_worker_pool_unittest.cc',
(...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after
150 'test/fake_content_layer.cc', 152 'test/fake_content_layer.cc',
151 'test/fake_content_layer.h', 153 'test/fake_content_layer.h',
152 'test/fake_content_layer_client.cc', 154 'test/fake_content_layer_client.cc',
153 'test/fake_content_layer_client.h', 155 'test/fake_content_layer_client.h',
154 'test/fake_content_layer_impl.cc', 156 'test/fake_content_layer_impl.cc',
155 'test/fake_content_layer_impl.h', 157 'test/fake_content_layer_impl.h',
156 'test/fake_delegated_renderer_layer.cc', 158 'test/fake_delegated_renderer_layer.cc',
157 'test/fake_delegated_renderer_layer.h', 159 'test/fake_delegated_renderer_layer.h',
158 'test/fake_delegated_renderer_layer_impl.cc', 160 'test/fake_delegated_renderer_layer_impl.cc',
159 'test/fake_delegated_renderer_layer_impl.h', 161 'test/fake_delegated_renderer_layer_impl.h',
162 'test/fake_display_list_recording_source.h',
160 'test/fake_external_begin_frame_source.cc', 163 'test/fake_external_begin_frame_source.cc',
161 'test/fake_external_begin_frame_source.h', 164 'test/fake_external_begin_frame_source.h',
162 'test/fake_impl_proxy.h', 165 'test/fake_impl_proxy.h',
163 'test/fake_layer_tree_host.cc', 166 'test/fake_layer_tree_host.cc',
164 'test/fake_layer_tree_host.h', 167 'test/fake_layer_tree_host.h',
165 'test/fake_layer_tree_host_client.cc', 168 'test/fake_layer_tree_host_client.cc',
166 'test/fake_layer_tree_host_client.h', 169 'test/fake_layer_tree_host_client.h',
167 'test/fake_layer_tree_host_impl.cc', 170 'test/fake_layer_tree_host_impl.cc',
168 'test/fake_layer_tree_host_impl.h', 171 'test/fake_layer_tree_host_impl.h',
169 'test/fake_layer_tree_host_impl_client.cc', 172 'test/fake_layer_tree_host_impl_client.cc',
(...skipping 302 matching lines...) Expand 10 before | Expand all | Expand 10 after
472 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 475 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
473 ], 476 ],
474 } 477 }
475 ], 478 ],
476 ], 479 ],
477 }, 480 },
478 ], 481 ],
479 }], 482 }],
480 ], 483 ],
481 } 484 }
OLDNEW
« no previous file with comments | « cc/BUILD.gn ('k') | cc/layers/picture_layer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698