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

Side by Side Diff: cc/BUILD.gn

Issue 2748263002: Move cc::DisplayItemList and related classes into cc/paint/ (Closed)
Patch Set: Merge branch 'master' into ccpaint Created 3 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 | « ash/BUILD.gn ('k') | cc/animation/DEPS » ('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 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 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 import("//cc/cc.gni") 5 import("//cc/cc.gni")
6 import("//gpu/vulkan/features.gni") 6 import("//gpu/vulkan/features.gni")
7 7
8 cc_component("cc") { 8 cc_component("cc") {
9 sources = [ 9 sources = [
10 # TODO(chrishtr): move these to cc/benchmarks/
10 "debug/benchmark_instrumentation.cc", 11 "debug/benchmark_instrumentation.cc",
11 "debug/benchmark_instrumentation.h", 12 "debug/benchmark_instrumentation.h",
12 "debug/debug_colors.cc",
13 "debug/debug_colors.h",
14 "debug/debug_rect_history.cc", 13 "debug/debug_rect_history.cc",
15 "debug/debug_rect_history.h", 14 "debug/debug_rect_history.h",
16 "debug/devtools_instrumentation.cc", 15 "debug/devtools_instrumentation.cc",
17 "debug/devtools_instrumentation.h", 16 "debug/devtools_instrumentation.h",
18 "debug/frame_rate_counter.cc", 17 "debug/frame_rate_counter.cc",
19 "debug/frame_rate_counter.h", 18 "debug/frame_rate_counter.h",
20 "debug/frame_viewer_instrumentation.cc", 19 "debug/frame_viewer_instrumentation.cc",
21 "debug/frame_viewer_instrumentation.h", 20 "debug/frame_viewer_instrumentation.h",
22 "debug/invalidation_benchmark.cc", 21 "debug/invalidation_benchmark.cc",
23 "debug/invalidation_benchmark.h", 22 "debug/invalidation_benchmark.h",
24 "debug/lap_timer.cc", 23 "debug/lap_timer.cc",
25 "debug/lap_timer.h", 24 "debug/lap_timer.h",
26 "debug/layer_tree_debug_state.cc",
27 "debug/layer_tree_debug_state.h",
28 "debug/micro_benchmark.cc", 25 "debug/micro_benchmark.cc",
29 "debug/micro_benchmark.h", 26 "debug/micro_benchmark.h",
30 "debug/micro_benchmark_controller.cc", 27 "debug/micro_benchmark_controller.cc",
31 "debug/micro_benchmark_controller.h", 28 "debug/micro_benchmark_controller.h",
32 "debug/micro_benchmark_controller_impl.cc", 29 "debug/micro_benchmark_controller_impl.cc",
33 "debug/micro_benchmark_controller_impl.h", 30 "debug/micro_benchmark_controller_impl.h",
34 "debug/micro_benchmark_impl.cc", 31 "debug/micro_benchmark_impl.cc",
35 "debug/micro_benchmark_impl.h", 32 "debug/micro_benchmark_impl.h",
36 "debug/picture_debug_util.cc",
37 "debug/picture_debug_util.h",
38 "debug/rasterize_and_record_benchmark.cc", 33 "debug/rasterize_and_record_benchmark.cc",
39 "debug/rasterize_and_record_benchmark.h", 34 "debug/rasterize_and_record_benchmark.h",
40 "debug/rasterize_and_record_benchmark_impl.cc", 35 "debug/rasterize_and_record_benchmark_impl.cc",
41 "debug/rasterize_and_record_benchmark_impl.h", 36 "debug/rasterize_and_record_benchmark_impl.h",
42 "debug/rendering_stats.cc",
43 "debug/rendering_stats.h",
44 "debug/rendering_stats_instrumentation.cc",
45 "debug/rendering_stats_instrumentation.h",
46 "debug/ring_buffer.h", 37 "debug/ring_buffer.h",
47 "debug/traced_value.cc",
48 "debug/traced_value.h",
49 "debug/unittest_only_benchmark.cc", 38 "debug/unittest_only_benchmark.cc",
50 "debug/unittest_only_benchmark.h", 39 "debug/unittest_only_benchmark.h",
51 "debug/unittest_only_benchmark_impl.cc", 40 "debug/unittest_only_benchmark_impl.cc",
52 "debug/unittest_only_benchmark_impl.h", 41 "debug/unittest_only_benchmark_impl.h",
53 "input/browser_controls_offset_manager.cc", 42 "input/browser_controls_offset_manager.cc",
54 "input/browser_controls_offset_manager.h", 43 "input/browser_controls_offset_manager.h",
55 "input/browser_controls_offset_manager_client.h", 44 "input/browser_controls_offset_manager_client.h",
56 "input/input_handler.cc", 45 "input/input_handler.cc",
57 "input/input_handler.h", 46 "input/input_handler.h",
58 "input/layer_selection_bound.cc", 47 "input/layer_selection_bound.cc",
(...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after
108 "layers/painted_scrollbar_layer.cc", 97 "layers/painted_scrollbar_layer.cc",
109 "layers/painted_scrollbar_layer.h", 98 "layers/painted_scrollbar_layer.h",
110 "layers/painted_scrollbar_layer_impl.cc", 99 "layers/painted_scrollbar_layer_impl.cc",
111 "layers/painted_scrollbar_layer_impl.h", 100 "layers/painted_scrollbar_layer_impl.h",
112 "layers/picture_image_layer.cc", 101 "layers/picture_image_layer.cc",
113 "layers/picture_image_layer.h", 102 "layers/picture_image_layer.h",
114 "layers/picture_layer.cc", 103 "layers/picture_layer.cc",
115 "layers/picture_layer.h", 104 "layers/picture_layer.h",
116 "layers/picture_layer_impl.cc", 105 "layers/picture_layer_impl.cc",
117 "layers/picture_layer_impl.h", 106 "layers/picture_layer_impl.h",
107 "layers/recording_source.cc",
108 "layers/recording_source.h",
118 "layers/render_surface_impl.cc", 109 "layers/render_surface_impl.cc",
119 "layers/render_surface_impl.h", 110 "layers/render_surface_impl.h",
120 "layers/scrollbar_layer_impl_base.cc", 111 "layers/scrollbar_layer_impl_base.cc",
121 "layers/scrollbar_layer_impl_base.h", 112 "layers/scrollbar_layer_impl_base.h",
122 "layers/scrollbar_layer_interface.h", 113 "layers/scrollbar_layer_interface.h",
123 "layers/solid_color_layer.cc", 114 "layers/solid_color_layer.cc",
124 "layers/solid_color_layer.h", 115 "layers/solid_color_layer.h",
125 "layers/solid_color_layer_impl.cc", 116 "layers/solid_color_layer_impl.cc",
126 "layers/solid_color_layer_impl.h", 117 "layers/solid_color_layer_impl.h",
127 "layers/solid_color_scrollbar_layer.cc", 118 "layers/solid_color_scrollbar_layer.cc",
(...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after
176 "output/copy_output_request.cc", 167 "output/copy_output_request.cc",
177 "output/copy_output_request.h", 168 "output/copy_output_request.h",
178 "output/copy_output_result.cc", 169 "output/copy_output_result.cc",
179 "output/copy_output_result.h", 170 "output/copy_output_result.h",
180 "output/dc_layer_overlay.cc", 171 "output/dc_layer_overlay.cc",
181 "output/dc_layer_overlay.h", 172 "output/dc_layer_overlay.h",
182 "output/direct_renderer.cc", 173 "output/direct_renderer.cc",
183 "output/direct_renderer.h", 174 "output/direct_renderer.h",
184 "output/dynamic_geometry_binding.cc", 175 "output/dynamic_geometry_binding.cc",
185 "output/dynamic_geometry_binding.h", 176 "output/dynamic_geometry_binding.h",
186 "output/filter_operation.cc",
187 "output/filter_operation.h",
188 "output/filter_operations.cc",
189 "output/filter_operations.h",
190 "output/geometry_binding.cc", 177 "output/geometry_binding.cc",
191 "output/geometry_binding.h", 178 "output/geometry_binding.h",
192 "output/gl_renderer.cc", 179 "output/gl_renderer.cc",
193 "output/gl_renderer.h", 180 "output/gl_renderer.h",
194 "output/gl_renderer_draw_cache.cc", 181 "output/gl_renderer_draw_cache.cc",
195 "output/gl_renderer_draw_cache.h", 182 "output/gl_renderer_draw_cache.h",
196 "output/in_process_context_provider.cc", 183 "output/in_process_context_provider.cc",
197 "output/in_process_context_provider.h", 184 "output/in_process_context_provider.h",
198 "output/latency_info_swap_promise.cc", 185 "output/latency_info_swap_promise.cc",
199 "output/latency_info_swap_promise.h", 186 "output/latency_info_swap_promise.h",
(...skipping 14 matching lines...) Expand all
214 "output/overlay_strategy_fullscreen.cc", 201 "output/overlay_strategy_fullscreen.cc",
215 "output/overlay_strategy_fullscreen.h", 202 "output/overlay_strategy_fullscreen.h",
216 "output/overlay_strategy_single_on_top.cc", 203 "output/overlay_strategy_single_on_top.cc",
217 "output/overlay_strategy_single_on_top.h", 204 "output/overlay_strategy_single_on_top.h",
218 "output/overlay_strategy_underlay.cc", 205 "output/overlay_strategy_underlay.cc",
219 "output/overlay_strategy_underlay.h", 206 "output/overlay_strategy_underlay.h",
220 "output/overlay_strategy_underlay_cast.cc", 207 "output/overlay_strategy_underlay_cast.cc",
221 "output/overlay_strategy_underlay_cast.h", 208 "output/overlay_strategy_underlay_cast.h",
222 "output/program_binding.cc", 209 "output/program_binding.cc",
223 "output/program_binding.h", 210 "output/program_binding.h",
224 "output/render_surface_filters.cc",
225 "output/render_surface_filters.h",
226 "output/renderer_settings.cc", 211 "output/renderer_settings.cc",
227 "output/renderer_settings.h", 212 "output/renderer_settings.h",
228 "output/shader.cc", 213 "output/shader.cc",
229 "output/shader.h", 214 "output/shader.h",
230 "output/software_output_device.cc", 215 "output/software_output_device.cc",
231 "output/software_output_device.h", 216 "output/software_output_device.h",
232 "output/software_renderer.cc", 217 "output/software_renderer.cc",
233 "output/software_renderer.h", 218 "output/software_renderer.h",
234 "output/static_geometry_binding.cc", 219 "output/static_geometry_binding.cc",
235 "output/static_geometry_binding.h", 220 "output/static_geometry_binding.h",
236 "output/swap_promise.h", 221 "output/swap_promise.h",
237 "output/texture_mailbox_deleter.cc", 222 "output/texture_mailbox_deleter.cc",
238 "output/texture_mailbox_deleter.h", 223 "output/texture_mailbox_deleter.h",
239 "output/vulkan_context_provider.h", 224 "output/vulkan_context_provider.h",
240 "output/vulkan_in_process_context_provider.cc", 225 "output/vulkan_in_process_context_provider.cc",
241 "output/vulkan_in_process_context_provider.h", 226 "output/vulkan_in_process_context_provider.h",
242 "playback/clip_display_item.cc",
243 "playback/clip_display_item.h",
244 "playback/clip_path_display_item.cc",
245 "playback/clip_path_display_item.h",
246 "playback/compositing_display_item.cc",
247 "playback/compositing_display_item.h",
248 "playback/decoded_draw_image.cc",
249 "playback/decoded_draw_image.h",
250 "playback/discardable_image_map.cc",
251 "playback/discardable_image_map.h",
252 "playback/display_item.h",
253 "playback/display_item_list.cc",
254 "playback/display_item_list.h",
255 "playback/draw_image.cc",
256 "playback/draw_image.h",
257 "playback/drawing_display_item.cc",
258 "playback/drawing_display_item.h",
259 "playback/filter_display_item.cc",
260 "playback/filter_display_item.h",
261 "playback/float_clip_display_item.cc",
262 "playback/float_clip_display_item.h",
263 "playback/image_hijack_canvas.cc",
264 "playback/image_hijack_canvas.h",
265 "playback/image_id.h",
266 "playback/largest_display_item.cc",
267 "playback/largest_display_item.h",
268 "playback/raster_source.cc",
269 "playback/raster_source.h",
270 "playback/recording_source.cc",
271 "playback/recording_source.h",
272 "playback/skip_image_canvas.cc",
273 "playback/skip_image_canvas.h",
274 "playback/transform_display_item.cc",
275 "playback/transform_display_item.h",
276 "quads/content_draw_quad_base.cc", 227 "quads/content_draw_quad_base.cc",
277 "quads/content_draw_quad_base.h", 228 "quads/content_draw_quad_base.h",
278 "quads/debug_border_draw_quad.cc", 229 "quads/debug_border_draw_quad.cc",
279 "quads/debug_border_draw_quad.h", 230 "quads/debug_border_draw_quad.h",
280 "quads/draw_polygon.cc", 231 "quads/draw_polygon.cc",
281 "quads/draw_polygon.h", 232 "quads/draw_polygon.h",
282 "quads/draw_quad.cc", 233 "quads/draw_quad.cc",
283 "quads/draw_quad.h", 234 "quads/draw_quad.h",
284 "quads/largest_draw_quad.cc", 235 "quads/largest_draw_quad.cc",
285 "quads/largest_draw_quad.h", 236 "quads/largest_draw_quad.h",
(...skipping 16 matching lines...) Expand all
302 "quads/texture_draw_quad.cc", 253 "quads/texture_draw_quad.cc",
303 "quads/texture_draw_quad.h", 254 "quads/texture_draw_quad.h",
304 "quads/tile_draw_quad.cc", 255 "quads/tile_draw_quad.cc",
305 "quads/tile_draw_quad.h", 256 "quads/tile_draw_quad.h",
306 "quads/yuv_video_draw_quad.cc", 257 "quads/yuv_video_draw_quad.cc",
307 "quads/yuv_video_draw_quad.h", 258 "quads/yuv_video_draw_quad.h",
308 "raster/bitmap_raster_buffer_provider.cc", 259 "raster/bitmap_raster_buffer_provider.cc",
309 "raster/bitmap_raster_buffer_provider.h", 260 "raster/bitmap_raster_buffer_provider.h",
310 "raster/gpu_raster_buffer_provider.cc", 261 "raster/gpu_raster_buffer_provider.cc",
311 "raster/gpu_raster_buffer_provider.h", 262 "raster/gpu_raster_buffer_provider.h",
263 "raster/image_hijack_canvas.cc",
264 "raster/image_hijack_canvas.h",
312 "raster/one_copy_raster_buffer_provider.cc", 265 "raster/one_copy_raster_buffer_provider.cc",
313 "raster/one_copy_raster_buffer_provider.h", 266 "raster/one_copy_raster_buffer_provider.h",
314 "raster/raster_buffer.cc", 267 "raster/raster_buffer.cc",
315 "raster/raster_buffer.h", 268 "raster/raster_buffer.h",
316 "raster/raster_buffer_provider.cc", 269 "raster/raster_buffer_provider.cc",
317 "raster/raster_buffer_provider.h", 270 "raster/raster_buffer_provider.h",
271 "raster/raster_source.cc",
272 "raster/raster_source.h",
318 "raster/scoped_gpu_raster.cc", 273 "raster/scoped_gpu_raster.cc",
319 "raster/scoped_gpu_raster.h", 274 "raster/scoped_gpu_raster.h",
320 "raster/single_thread_task_graph_runner.cc", 275 "raster/single_thread_task_graph_runner.cc",
321 "raster/single_thread_task_graph_runner.h", 276 "raster/single_thread_task_graph_runner.h",
277 "raster/skip_image_canvas.cc",
278 "raster/skip_image_canvas.h",
322 "raster/staging_buffer_pool.cc", 279 "raster/staging_buffer_pool.cc",
323 "raster/staging_buffer_pool.h", 280 "raster/staging_buffer_pool.h",
324 "raster/synchronous_task_graph_runner.cc", 281 "raster/synchronous_task_graph_runner.cc",
325 "raster/synchronous_task_graph_runner.h", 282 "raster/synchronous_task_graph_runner.h",
326 "raster/task.cc", 283 "raster/task.cc",
327 "raster/task.h", 284 "raster/task.h",
328 "raster/task_category.h", 285 "raster/task_category.h",
329 "raster/task_graph_runner.h", 286 "raster/task_graph_runner.h",
330 "raster/task_graph_work_queue.cc", 287 "raster/task_graph_work_queue.cc",
331 "raster/task_graph_work_queue.h", 288 "raster/task_graph_work_queue.h",
(...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after
388 "scheduler/draw_result.h", 345 "scheduler/draw_result.h",
389 "scheduler/scheduler.cc", 346 "scheduler/scheduler.cc",
390 "scheduler/scheduler.h", 347 "scheduler/scheduler.h",
391 "scheduler/scheduler_settings.cc", 348 "scheduler/scheduler_settings.cc",
392 "scheduler/scheduler_settings.h", 349 "scheduler/scheduler_settings.h",
393 "scheduler/scheduler_state_machine.cc", 350 "scheduler/scheduler_state_machine.cc",
394 "scheduler/scheduler_state_machine.h", 351 "scheduler/scheduler_state_machine.h",
395 "scheduler/video_frame_controller.h", 352 "scheduler/video_frame_controller.h",
396 "tiles/checker_image_tracker.cc", 353 "tiles/checker_image_tracker.cc",
397 "tiles/checker_image_tracker.h", 354 "tiles/checker_image_tracker.h",
355 "tiles/decoded_draw_image.cc",
356 "tiles/decoded_draw_image.h",
398 "tiles/decoded_image_tracker.cc", 357 "tiles/decoded_image_tracker.cc",
399 "tiles/decoded_image_tracker.h", 358 "tiles/decoded_image_tracker.h",
400 "tiles/eviction_tile_priority_queue.cc", 359 "tiles/eviction_tile_priority_queue.cc",
401 "tiles/eviction_tile_priority_queue.h", 360 "tiles/eviction_tile_priority_queue.h",
402 "tiles/gpu_image_decode_cache.cc", 361 "tiles/gpu_image_decode_cache.cc",
403 "tiles/gpu_image_decode_cache.h", 362 "tiles/gpu_image_decode_cache.h",
404 "tiles/image_controller.cc", 363 "tiles/image_controller.cc",
405 "tiles/image_controller.h", 364 "tiles/image_controller.h",
406 "tiles/image_decode_cache.h", 365 "tiles/image_decode_cache.h",
407 "tiles/mipmap_util.cc", 366 "tiles/mipmap_util.cc",
(...skipping 326 matching lines...) Expand 10 before | Expand all | Expand 10 after
734 data_deps = [ 693 data_deps = [
735 "//third_party/mesa:osmesa", 694 "//third_party/mesa:osmesa",
736 ] 695 ]
737 } 696 }
738 } 697 }
739 698
740 cc_test("cc_unittests") { 699 cc_test("cc_unittests") {
741 sources = [ 700 sources = [
742 "base/contiguous_container_unittest.cc", 701 "base/contiguous_container_unittest.cc",
743 "base/delayed_unique_notifier_unittest.cc", 702 "base/delayed_unique_notifier_unittest.cc",
703 "base/filter_operations_unittest.cc",
744 "base/float_quad_unittest.cc", 704 "base/float_quad_unittest.cc",
745 "base/histograms_unittest.cc", 705 "base/histograms_unittest.cc",
746 "base/index_rect_unittest.cc", 706 "base/index_rect_unittest.cc",
747 "base/list_container_unittest.cc", 707 "base/list_container_unittest.cc",
748 "base/math_util_unittest.cc", 708 "base/math_util_unittest.cc",
749 "base/random_access_list_container_unittest.cc", 709 "base/random_access_list_container_unittest.cc",
750 "base/region_unittest.cc", 710 "base/region_unittest.cc",
751 "base/rolling_time_delta_history_unittest.cc", 711 "base/rolling_time_delta_history_unittest.cc",
752 "base/rtree_unittest.cc", 712 "base/rtree_unittest.cc",
753 "base/simple_enclosed_region_unittest.cc", 713 "base/simple_enclosed_region_unittest.cc",
(...skipping 16 matching lines...) Expand all
770 "layers/layer_position_constraint_unittest.cc", 730 "layers/layer_position_constraint_unittest.cc",
771 "layers/layer_unittest.cc", 731 "layers/layer_unittest.cc",
772 "layers/layer_utils_unittest.cc", 732 "layers/layer_utils_unittest.cc",
773 "layers/nine_patch_layer_impl_unittest.cc", 733 "layers/nine_patch_layer_impl_unittest.cc",
774 "layers/nine_patch_layer_unittest.cc", 734 "layers/nine_patch_layer_unittest.cc",
775 "layers/painted_scrollbar_layer_impl_unittest.cc", 735 "layers/painted_scrollbar_layer_impl_unittest.cc",
776 "layers/painted_scrollbar_layer_unittest.cc", 736 "layers/painted_scrollbar_layer_unittest.cc",
777 "layers/picture_image_layer_unittest.cc", 737 "layers/picture_image_layer_unittest.cc",
778 "layers/picture_layer_impl_unittest.cc", 738 "layers/picture_layer_impl_unittest.cc",
779 "layers/picture_layer_unittest.cc", 739 "layers/picture_layer_unittest.cc",
740 "layers/recording_source_unittest.cc",
780 "layers/render_surface_impl_unittest.cc", 741 "layers/render_surface_impl_unittest.cc",
781 "layers/render_surface_unittest.cc", 742 "layers/render_surface_unittest.cc",
782 "layers/scrollbar_layer_unittest.cc", 743 "layers/scrollbar_layer_unittest.cc",
783 "layers/solid_color_layer_impl_unittest.cc", 744 "layers/solid_color_layer_impl_unittest.cc",
784 "layers/solid_color_scrollbar_layer_impl_unittest.cc", 745 "layers/solid_color_scrollbar_layer_impl_unittest.cc",
785 "layers/surface_layer_impl_unittest.cc", 746 "layers/surface_layer_impl_unittest.cc",
786 "layers/surface_layer_unittest.cc", 747 "layers/surface_layer_unittest.cc",
787 "layers/texture_layer_impl_unittest.cc", 748 "layers/texture_layer_impl_unittest.cc",
788 "layers/texture_layer_unittest.cc", 749 "layers/texture_layer_unittest.cc",
789 "layers/ui_resource_layer_impl_unittest.cc", 750 "layers/ui_resource_layer_impl_unittest.cc",
790 "layers/ui_resource_layer_unittest.cc", 751 "layers/ui_resource_layer_unittest.cc",
791 "layers/video_frame_provider_client_impl_unittest.cc", 752 "layers/video_frame_provider_client_impl_unittest.cc",
792 "layers/video_layer_impl_unittest.cc", 753 "layers/video_layer_impl_unittest.cc",
793 "layers/viewport_unittest.cc", 754 "layers/viewport_unittest.cc",
794 "output/begin_frame_args_unittest.cc", 755 "output/begin_frame_args_unittest.cc",
795 "output/bsp_tree_unittest.cc", 756 "output/bsp_tree_unittest.cc",
796 "output/buffer_to_texture_target_map_unittest.cc", 757 "output/buffer_to_texture_target_map_unittest.cc",
797 "output/compositor_frame_sink_unittest.cc", 758 "output/compositor_frame_sink_unittest.cc",
798 "output/context_cache_controller_unittest.cc", 759 "output/context_cache_controller_unittest.cc",
799 "output/filter_operations_unittest.cc",
800 "output/gl_renderer_unittest.cc", 760 "output/gl_renderer_unittest.cc",
801 "output/layer_quad_unittest.cc", 761 "output/layer_quad_unittest.cc",
802 "output/overlay_unittest.cc", 762 "output/overlay_unittest.cc",
803 "output/renderer_pixeltest.cc", 763 "output/renderer_pixeltest.cc",
804 "output/shader_unittest.cc", 764 "output/shader_unittest.cc",
805 "output/software_renderer_unittest.cc", 765 "output/software_renderer_unittest.cc",
806 "output/texture_mailbox_deleter_unittest.cc", 766 "output/texture_mailbox_deleter_unittest.cc",
807 "playback/discardable_image_map_unittest.cc", 767 "paint/discardable_image_map_unittest.cc",
808 "playback/display_item_list_unittest.cc", 768 "paint/display_item_list_unittest.cc",
809 "playback/image_hijack_canvas_unittest.cc",
810 "playback/raster_source_unittest.cc",
811 "playback/recording_source_unittest.cc",
812 "quads/draw_polygon_unittest.cc", 769 "quads/draw_polygon_unittest.cc",
813 "quads/draw_quad_unittest.cc", 770 "quads/draw_quad_unittest.cc",
814 "quads/nine_patch_generator_unittest.cc", 771 "quads/nine_patch_generator_unittest.cc",
815 "quads/render_pass_unittest.cc", 772 "quads/render_pass_unittest.cc",
773 "raster/image_hijack_canvas_unittest.cc",
816 "raster/raster_buffer_provider_unittest.cc", 774 "raster/raster_buffer_provider_unittest.cc",
775 "raster/raster_source_unittest.cc",
817 "raster/scoped_gpu_raster_unittest.cc", 776 "raster/scoped_gpu_raster_unittest.cc",
818 "raster/single_thread_task_graph_runner_unittest.cc", 777 "raster/single_thread_task_graph_runner_unittest.cc",
819 "raster/synchronous_task_graph_runner_unittest.cc", 778 "raster/synchronous_task_graph_runner_unittest.cc",
820 "raster/task_graph_work_queue_unittest.cc", 779 "raster/task_graph_work_queue_unittest.cc",
821 "raster/texture_compressor_etc1_unittest.cc", 780 "raster/texture_compressor_etc1_unittest.cc",
822 "resources/platform_color_unittest.cc", 781 "resources/platform_color_unittest.cc",
823 "resources/resource_pool_unittest.cc", 782 "resources/resource_pool_unittest.cc",
824 "resources/resource_provider_unittest.cc", 783 "resources/resource_provider_unittest.cc",
825 "resources/resource_util_unittest.cc", 784 "resources/resource_util_unittest.cc",
826 "resources/scoped_resource_unittest.cc", 785 "resources/scoped_resource_unittest.cc",
(...skipping 140 matching lines...) Expand 10 before | Expand all | Expand 10 after
967 "trees/layer_tree_host_perftest.cc", 926 "trees/layer_tree_host_perftest.cc",
968 ] 927 ]
969 928
970 deps = [ 929 deps = [
971 ":cc", 930 ":cc",
972 ":test_support", 931 ":test_support",
973 "//base", 932 "//base",
974 "//base/test:test_support", 933 "//base/test:test_support",
975 "//cc/ipc", 934 "//cc/ipc",
976 "//cc/ipc:interfaces", 935 "//cc/ipc:interfaces",
936 "//cc/paint",
977 "//cc/surfaces", 937 "//cc/surfaces",
978 "//cc/surfaces:surface_id", 938 "//cc/surfaces:surface_id",
979 "//gpu", 939 "//gpu",
980 "//gpu:test_support", 940 "//gpu:test_support",
981 "//gpu/command_buffer/common:gles2_utils", 941 "//gpu/command_buffer/common:gles2_utils",
982 "//media", 942 "//media",
983 "//mojo/edk/system", 943 "//mojo/edk/system",
984 "//mojo/public/cpp/bindings", 944 "//mojo/public/cpp/bindings",
985 "//skia", 945 "//skia",
986 "//testing/gmock", 946 "//testing/gmock",
(...skipping 11 matching lines...) Expand all
998 data = [ 958 data = [
999 "test/data/", 959 "test/data/",
1000 960
1001 # Needed for isolate script to execute. 961 # Needed for isolate script to execute.
1002 "//testing/scripts/common.py", 962 "//testing/scripts/common.py",
1003 "//testing/xvfb.py", 963 "//testing/xvfb.py",
1004 "//testing/scripts/run_gtest_perf_test.py", 964 "//testing/scripts/run_gtest_perf_test.py",
1005 "//tools/perf/generate_legacy_perf_dashboard_json.py", 965 "//tools/perf/generate_legacy_perf_dashboard_json.py",
1006 ] 966 ]
1007 } 967 }
OLDNEW
« no previous file with comments | « ash/BUILD.gn ('k') | cc/animation/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698