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

Side by Side Diff: cc/BUILD.gn

Issue 2748263002: Move cc::DisplayItemList and related classes into cc/paint/ (Closed)
Patch Set: none 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 | « no previous file | cc/animation/BUILD.gn » ('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 "debug/benchmark_instrumentation.cc", 10 "debug/benchmark_instrumentation.cc",
danakj 2017/03/16 16:23:12 What's the story with the rest of the debug direct
11 "debug/benchmark_instrumentation.h", 11 "debug/benchmark_instrumentation.h",
12 "debug/debug_colors.cc",
13 "debug/debug_colors.h",
14 "debug/debug_rect_history.cc", 12 "debug/debug_rect_history.cc",
15 "debug/debug_rect_history.h", 13 "debug/debug_rect_history.h",
16 "debug/devtools_instrumentation.cc", 14 "debug/devtools_instrumentation.cc",
17 "debug/devtools_instrumentation.h", 15 "debug/devtools_instrumentation.h",
18 "debug/frame_rate_counter.cc", 16 "debug/frame_rate_counter.cc",
19 "debug/frame_rate_counter.h", 17 "debug/frame_rate_counter.h",
20 "debug/frame_viewer_instrumentation.cc", 18 "debug/frame_viewer_instrumentation.cc",
21 "debug/frame_viewer_instrumentation.h", 19 "debug/frame_viewer_instrumentation.h",
22 "debug/invalidation_benchmark.cc", 20 "debug/invalidation_benchmark.cc",
23 "debug/invalidation_benchmark.h", 21 "debug/invalidation_benchmark.h",
24 "debug/lap_timer.cc", 22 "debug/lap_timer.cc",
25 "debug/lap_timer.h", 23 "debug/lap_timer.h",
26 "debug/layer_tree_debug_state.cc",
27 "debug/layer_tree_debug_state.h",
28 "debug/micro_benchmark.cc", 24 "debug/micro_benchmark.cc",
29 "debug/micro_benchmark.h", 25 "debug/micro_benchmark.h",
30 "debug/micro_benchmark_controller.cc", 26 "debug/micro_benchmark_controller.cc",
31 "debug/micro_benchmark_controller.h", 27 "debug/micro_benchmark_controller.h",
32 "debug/micro_benchmark_controller_impl.cc", 28 "debug/micro_benchmark_controller_impl.cc",
33 "debug/micro_benchmark_controller_impl.h", 29 "debug/micro_benchmark_controller_impl.h",
34 "debug/micro_benchmark_impl.cc", 30 "debug/micro_benchmark_impl.cc",
35 "debug/micro_benchmark_impl.h", 31 "debug/micro_benchmark_impl.h",
36 "debug/picture_debug_util.cc",
37 "debug/picture_debug_util.h",
38 "debug/rasterize_and_record_benchmark.cc", 32 "debug/rasterize_and_record_benchmark.cc",
39 "debug/rasterize_and_record_benchmark.h", 33 "debug/rasterize_and_record_benchmark.h",
40 "debug/rasterize_and_record_benchmark_impl.cc", 34 "debug/rasterize_and_record_benchmark_impl.cc",
41 "debug/rasterize_and_record_benchmark_impl.h", 35 "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", 36 "debug/ring_buffer.h",
47 "debug/traced_value.cc",
48 "debug/traced_value.h",
49 "debug/unittest_only_benchmark.cc", 37 "debug/unittest_only_benchmark.cc",
50 "debug/unittest_only_benchmark.h", 38 "debug/unittest_only_benchmark.h",
51 "debug/unittest_only_benchmark_impl.cc", 39 "debug/unittest_only_benchmark_impl.cc",
52 "debug/unittest_only_benchmark_impl.h", 40 "debug/unittest_only_benchmark_impl.h",
53 "input/browser_controls_offset_manager.cc", 41 "input/browser_controls_offset_manager.cc",
54 "input/browser_controls_offset_manager.h", 42 "input/browser_controls_offset_manager.h",
55 "input/browser_controls_offset_manager_client.h", 43 "input/browser_controls_offset_manager_client.h",
56 "input/input_handler.cc", 44 "input/input_handler.cc",
57 "input/input_handler.h", 45 "input/input_handler.h",
58 "input/layer_selection_bound.cc", 46 "input/layer_selection_bound.cc",
(...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after
108 "layers/painted_scrollbar_layer.cc", 96 "layers/painted_scrollbar_layer.cc",
109 "layers/painted_scrollbar_layer.h", 97 "layers/painted_scrollbar_layer.h",
110 "layers/painted_scrollbar_layer_impl.cc", 98 "layers/painted_scrollbar_layer_impl.cc",
111 "layers/painted_scrollbar_layer_impl.h", 99 "layers/painted_scrollbar_layer_impl.h",
112 "layers/picture_image_layer.cc", 100 "layers/picture_image_layer.cc",
113 "layers/picture_image_layer.h", 101 "layers/picture_image_layer.h",
114 "layers/picture_layer.cc", 102 "layers/picture_layer.cc",
115 "layers/picture_layer.h", 103 "layers/picture_layer.h",
116 "layers/picture_layer_impl.cc", 104 "layers/picture_layer_impl.cc",
117 "layers/picture_layer_impl.h", 105 "layers/picture_layer_impl.h",
106 "layers/recording_source.cc",
107 "layers/recording_source.h",
118 "layers/render_surface_impl.cc", 108 "layers/render_surface_impl.cc",
119 "layers/render_surface_impl.h", 109 "layers/render_surface_impl.h",
120 "layers/scrollbar_layer_impl_base.cc", 110 "layers/scrollbar_layer_impl_base.cc",
121 "layers/scrollbar_layer_impl_base.h", 111 "layers/scrollbar_layer_impl_base.h",
122 "layers/scrollbar_layer_interface.h", 112 "layers/scrollbar_layer_interface.h",
123 "layers/solid_color_layer.cc", 113 "layers/solid_color_layer.cc",
124 "layers/solid_color_layer.h", 114 "layers/solid_color_layer.h",
125 "layers/solid_color_layer_impl.cc", 115 "layers/solid_color_layer_impl.cc",
126 "layers/solid_color_layer_impl.h", 116 "layers/solid_color_layer_impl.h",
127 "layers/solid_color_scrollbar_layer.cc", 117 "layers/solid_color_scrollbar_layer.cc",
(...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after
176 "output/copy_output_request.cc", 166 "output/copy_output_request.cc",
177 "output/copy_output_request.h", 167 "output/copy_output_request.h",
178 "output/copy_output_result.cc", 168 "output/copy_output_result.cc",
179 "output/copy_output_result.h", 169 "output/copy_output_result.h",
180 "output/dc_layer_overlay.cc", 170 "output/dc_layer_overlay.cc",
181 "output/dc_layer_overlay.h", 171 "output/dc_layer_overlay.h",
182 "output/direct_renderer.cc", 172 "output/direct_renderer.cc",
183 "output/direct_renderer.h", 173 "output/direct_renderer.h",
184 "output/dynamic_geometry_binding.cc", 174 "output/dynamic_geometry_binding.cc",
185 "output/dynamic_geometry_binding.h", 175 "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", 176 "output/geometry_binding.cc",
191 "output/geometry_binding.h", 177 "output/geometry_binding.h",
192 "output/gl_renderer.cc", 178 "output/gl_renderer.cc",
193 "output/gl_renderer.h", 179 "output/gl_renderer.h",
194 "output/gl_renderer_draw_cache.cc", 180 "output/gl_renderer_draw_cache.cc",
195 "output/gl_renderer_draw_cache.h", 181 "output/gl_renderer_draw_cache.h",
196 "output/in_process_context_provider.cc", 182 "output/in_process_context_provider.cc",
197 "output/in_process_context_provider.h", 183 "output/in_process_context_provider.h",
198 "output/latency_info_swap_promise.cc", 184 "output/latency_info_swap_promise.cc",
199 "output/latency_info_swap_promise.h", 185 "output/latency_info_swap_promise.h",
(...skipping 14 matching lines...) Expand all
214 "output/overlay_strategy_fullscreen.cc", 200 "output/overlay_strategy_fullscreen.cc",
215 "output/overlay_strategy_fullscreen.h", 201 "output/overlay_strategy_fullscreen.h",
216 "output/overlay_strategy_single_on_top.cc", 202 "output/overlay_strategy_single_on_top.cc",
217 "output/overlay_strategy_single_on_top.h", 203 "output/overlay_strategy_single_on_top.h",
218 "output/overlay_strategy_underlay.cc", 204 "output/overlay_strategy_underlay.cc",
219 "output/overlay_strategy_underlay.h", 205 "output/overlay_strategy_underlay.h",
220 "output/overlay_strategy_underlay_cast.cc", 206 "output/overlay_strategy_underlay_cast.cc",
221 "output/overlay_strategy_underlay_cast.h", 207 "output/overlay_strategy_underlay_cast.h",
222 "output/program_binding.cc", 208 "output/program_binding.cc",
223 "output/program_binding.h", 209 "output/program_binding.h",
224 "output/render_surface_filters.cc",
225 "output/render_surface_filters.h",
226 "output/renderer_settings.cc", 210 "output/renderer_settings.cc",
227 "output/renderer_settings.h", 211 "output/renderer_settings.h",
228 "output/shader.cc", 212 "output/shader.cc",
229 "output/shader.h", 213 "output/shader.h",
230 "output/software_output_device.cc", 214 "output/software_output_device.cc",
231 "output/software_output_device.h", 215 "output/software_output_device.h",
232 "output/software_renderer.cc", 216 "output/software_renderer.cc",
233 "output/software_renderer.h", 217 "output/software_renderer.h",
234 "output/static_geometry_binding.cc", 218 "output/static_geometry_binding.cc",
235 "output/static_geometry_binding.h", 219 "output/static_geometry_binding.h",
236 "output/swap_promise.h", 220 "output/swap_promise.h",
237 "output/texture_mailbox_deleter.cc", 221 "output/texture_mailbox_deleter.cc",
238 "output/texture_mailbox_deleter.h", 222 "output/texture_mailbox_deleter.h",
239 "output/vulkan_context_provider.h", 223 "output/vulkan_context_provider.h",
240 "output/vulkan_in_process_context_provider.cc", 224 "output/vulkan_in_process_context_provider.cc",
241 "output/vulkan_in_process_context_provider.h", 225 "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", 226 "quads/content_draw_quad_base.cc",
277 "quads/content_draw_quad_base.h", 227 "quads/content_draw_quad_base.h",
278 "quads/debug_border_draw_quad.cc", 228 "quads/debug_border_draw_quad.cc",
279 "quads/debug_border_draw_quad.h", 229 "quads/debug_border_draw_quad.h",
280 "quads/draw_polygon.cc", 230 "quads/draw_polygon.cc",
281 "quads/draw_polygon.h", 231 "quads/draw_polygon.h",
282 "quads/draw_quad.cc", 232 "quads/draw_quad.cc",
283 "quads/draw_quad.h", 233 "quads/draw_quad.h",
284 "quads/largest_draw_quad.cc", 234 "quads/largest_draw_quad.cc",
285 "quads/largest_draw_quad.h", 235 "quads/largest_draw_quad.h",
(...skipping 16 matching lines...) Expand all
302 "quads/texture_draw_quad.cc", 252 "quads/texture_draw_quad.cc",
303 "quads/texture_draw_quad.h", 253 "quads/texture_draw_quad.h",
304 "quads/tile_draw_quad.cc", 254 "quads/tile_draw_quad.cc",
305 "quads/tile_draw_quad.h", 255 "quads/tile_draw_quad.h",
306 "quads/yuv_video_draw_quad.cc", 256 "quads/yuv_video_draw_quad.cc",
307 "quads/yuv_video_draw_quad.h", 257 "quads/yuv_video_draw_quad.h",
308 "raster/bitmap_raster_buffer_provider.cc", 258 "raster/bitmap_raster_buffer_provider.cc",
309 "raster/bitmap_raster_buffer_provider.h", 259 "raster/bitmap_raster_buffer_provider.h",
310 "raster/gpu_raster_buffer_provider.cc", 260 "raster/gpu_raster_buffer_provider.cc",
311 "raster/gpu_raster_buffer_provider.h", 261 "raster/gpu_raster_buffer_provider.h",
262 "raster/image_hijack_canvas.cc",
263 "raster/image_hijack_canvas.h",
312 "raster/one_copy_raster_buffer_provider.cc", 264 "raster/one_copy_raster_buffer_provider.cc",
313 "raster/one_copy_raster_buffer_provider.h", 265 "raster/one_copy_raster_buffer_provider.h",
314 "raster/raster_buffer.cc", 266 "raster/raster_buffer.cc",
315 "raster/raster_buffer.h", 267 "raster/raster_buffer.h",
316 "raster/raster_buffer_provider.cc", 268 "raster/raster_buffer_provider.cc",
317 "raster/raster_buffer_provider.h", 269 "raster/raster_buffer_provider.h",
270 "raster/raster_source.cc",
271 "raster/raster_source.h",
318 "raster/scoped_gpu_raster.cc", 272 "raster/scoped_gpu_raster.cc",
319 "raster/scoped_gpu_raster.h", 273 "raster/scoped_gpu_raster.h",
320 "raster/single_thread_task_graph_runner.cc", 274 "raster/single_thread_task_graph_runner.cc",
321 "raster/single_thread_task_graph_runner.h", 275 "raster/single_thread_task_graph_runner.h",
276 "raster/skip_image_canvas.cc",
277 "raster/skip_image_canvas.h",
322 "raster/staging_buffer_pool.cc", 278 "raster/staging_buffer_pool.cc",
323 "raster/staging_buffer_pool.h", 279 "raster/staging_buffer_pool.h",
324 "raster/synchronous_task_graph_runner.cc", 280 "raster/synchronous_task_graph_runner.cc",
325 "raster/synchronous_task_graph_runner.h", 281 "raster/synchronous_task_graph_runner.h",
326 "raster/task.cc", 282 "raster/task.cc",
327 "raster/task.h", 283 "raster/task.h",
328 "raster/task_category.h", 284 "raster/task_category.h",
329 "raster/task_graph_runner.h", 285 "raster/task_graph_runner.h",
330 "raster/task_graph_work_queue.cc", 286 "raster/task_graph_work_queue.cc",
331 "raster/task_graph_work_queue.h", 287 "raster/task_graph_work_queue.h",
(...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after
388 "scheduler/draw_result.h", 344 "scheduler/draw_result.h",
389 "scheduler/scheduler.cc", 345 "scheduler/scheduler.cc",
390 "scheduler/scheduler.h", 346 "scheduler/scheduler.h",
391 "scheduler/scheduler_settings.cc", 347 "scheduler/scheduler_settings.cc",
392 "scheduler/scheduler_settings.h", 348 "scheduler/scheduler_settings.h",
393 "scheduler/scheduler_state_machine.cc", 349 "scheduler/scheduler_state_machine.cc",
394 "scheduler/scheduler_state_machine.h", 350 "scheduler/scheduler_state_machine.h",
395 "scheduler/video_frame_controller.h", 351 "scheduler/video_frame_controller.h",
396 "tiles/checker_image_tracker.cc", 352 "tiles/checker_image_tracker.cc",
397 "tiles/checker_image_tracker.h", 353 "tiles/checker_image_tracker.h",
354 "tiles/decoded_draw_image.cc",
355 "tiles/decoded_draw_image.h",
398 "tiles/decoded_image_tracker.cc", 356 "tiles/decoded_image_tracker.cc",
399 "tiles/decoded_image_tracker.h", 357 "tiles/decoded_image_tracker.h",
400 "tiles/eviction_tile_priority_queue.cc", 358 "tiles/eviction_tile_priority_queue.cc",
401 "tiles/eviction_tile_priority_queue.h", 359 "tiles/eviction_tile_priority_queue.h",
402 "tiles/gpu_image_decode_cache.cc", 360 "tiles/gpu_image_decode_cache.cc",
403 "tiles/gpu_image_decode_cache.h", 361 "tiles/gpu_image_decode_cache.h",
404 "tiles/image_controller.cc", 362 "tiles/image_controller.cc",
405 "tiles/image_controller.h", 363 "tiles/image_controller.h",
406 "tiles/image_decode_cache.h", 364 "tiles/image_decode_cache.h",
407 "tiles/mipmap_util.cc", 365 "tiles/mipmap_util.cc",
(...skipping 103 matching lines...) Expand 10 before | Expand all | Expand 10 after
511 "raster/texture_compressor_etc1_sse.cc", 469 "raster/texture_compressor_etc1_sse.cc",
512 "raster/texture_compressor_etc1_sse.h", 470 "raster/texture_compressor_etc1_sse.h",
513 ] 471 ]
514 } 472 }
515 473
516 # TODO(khushalsagar): Remove once crbug.com/683263 is fixed. 474 # TODO(khushalsagar): Remove once crbug.com/683263 is fixed.
517 configs = [ "//build/config/compiler:no_size_t_to_int_warning" ] 475 configs = [ "//build/config/compiler:no_size_t_to_int_warning" ]
518 476
519 public_deps = [ 477 public_deps = [
520 "//cc/base", 478 "//cc/base",
479
480 # TODO(chrishtr): this should be in deps, not public_deps. It's
danakj 2017/03/16 17:14:05 Oh yay
481 # currently blocked on an obscure-looking build failure in cc/ipc.
482 "//cc/paint",
521 "//skia", 483 "//skia",
522 ] 484 ]
523 deps = [ 485 deps = [
524 "//base", 486 "//base",
525 "//base/third_party/dynamic_annotations", 487 "//base/third_party/dynamic_annotations",
526 "//cc/paint",
527 "//cc/surfaces:surface_id", 488 "//cc/surfaces:surface_id",
528 "//gpu", 489 "//gpu",
529 "//gpu/command_buffer/client:gles2_implementation", 490 "//gpu/command_buffer/client:gles2_implementation",
530 "//gpu/command_buffer/client:gles2_interface", 491 "//gpu/command_buffer/client:gles2_interface",
531 "//gpu/ipc:gl_in_process_context", 492 "//gpu/ipc:gl_in_process_context",
532 "//gpu/skia_bindings:skia_bindings", 493 "//gpu/skia_bindings:skia_bindings",
533 "//gpu/vulkan:features", 494 "//gpu/vulkan:features",
534 "//media", 495 "//media",
535 "//mojo/public/cpp/bindings:struct_traits", 496 "//mojo/public/cpp/bindings:struct_traits",
536 "//third_party/libyuv", 497 "//third_party/libyuv",
(...skipping 233 matching lines...) Expand 10 before | Expand all | Expand 10 after
770 "layers/layer_position_constraint_unittest.cc", 731 "layers/layer_position_constraint_unittest.cc",
771 "layers/layer_unittest.cc", 732 "layers/layer_unittest.cc",
772 "layers/layer_utils_unittest.cc", 733 "layers/layer_utils_unittest.cc",
773 "layers/nine_patch_layer_impl_unittest.cc", 734 "layers/nine_patch_layer_impl_unittest.cc",
774 "layers/nine_patch_layer_unittest.cc", 735 "layers/nine_patch_layer_unittest.cc",
775 "layers/painted_scrollbar_layer_impl_unittest.cc", 736 "layers/painted_scrollbar_layer_impl_unittest.cc",
776 "layers/painted_scrollbar_layer_unittest.cc", 737 "layers/painted_scrollbar_layer_unittest.cc",
777 "layers/picture_image_layer_unittest.cc", 738 "layers/picture_image_layer_unittest.cc",
778 "layers/picture_layer_impl_unittest.cc", 739 "layers/picture_layer_impl_unittest.cc",
779 "layers/picture_layer_unittest.cc", 740 "layers/picture_layer_unittest.cc",
741 "layers/recording_source_unittest.cc",
780 "layers/render_surface_impl_unittest.cc", 742 "layers/render_surface_impl_unittest.cc",
781 "layers/render_surface_unittest.cc", 743 "layers/render_surface_unittest.cc",
782 "layers/scrollbar_layer_unittest.cc", 744 "layers/scrollbar_layer_unittest.cc",
783 "layers/solid_color_layer_impl_unittest.cc", 745 "layers/solid_color_layer_impl_unittest.cc",
784 "layers/solid_color_scrollbar_layer_impl_unittest.cc", 746 "layers/solid_color_scrollbar_layer_impl_unittest.cc",
785 "layers/surface_layer_impl_unittest.cc", 747 "layers/surface_layer_impl_unittest.cc",
786 "layers/surface_layer_unittest.cc", 748 "layers/surface_layer_unittest.cc",
787 "layers/texture_layer_impl_unittest.cc", 749 "layers/texture_layer_impl_unittest.cc",
788 "layers/texture_layer_unittest.cc", 750 "layers/texture_layer_unittest.cc",
789 "layers/ui_resource_layer_impl_unittest.cc", 751 "layers/ui_resource_layer_impl_unittest.cc",
790 "layers/ui_resource_layer_unittest.cc", 752 "layers/ui_resource_layer_unittest.cc",
791 "layers/video_frame_provider_client_impl_unittest.cc", 753 "layers/video_frame_provider_client_impl_unittest.cc",
792 "layers/video_layer_impl_unittest.cc", 754 "layers/video_layer_impl_unittest.cc",
793 "layers/viewport_unittest.cc", 755 "layers/viewport_unittest.cc",
794 "output/begin_frame_args_unittest.cc", 756 "output/begin_frame_args_unittest.cc",
795 "output/bsp_tree_unittest.cc", 757 "output/bsp_tree_unittest.cc",
796 "output/buffer_to_texture_target_map_unittest.cc", 758 "output/buffer_to_texture_target_map_unittest.cc",
797 "output/compositor_frame_sink_unittest.cc", 759 "output/compositor_frame_sink_unittest.cc",
798 "output/context_cache_controller_unittest.cc", 760 "output/context_cache_controller_unittest.cc",
799 "output/filter_operations_unittest.cc",
800 "output/gl_renderer_unittest.cc", 761 "output/gl_renderer_unittest.cc",
801 "output/layer_quad_unittest.cc", 762 "output/layer_quad_unittest.cc",
802 "output/overlay_unittest.cc", 763 "output/overlay_unittest.cc",
803 "output/renderer_pixeltest.cc", 764 "output/renderer_pixeltest.cc",
804 "output/shader_unittest.cc", 765 "output/shader_unittest.cc",
805 "output/software_renderer_unittest.cc", 766 "output/software_renderer_unittest.cc",
806 "output/texture_mailbox_deleter_unittest.cc", 767 "output/texture_mailbox_deleter_unittest.cc",
807 "playback/discardable_image_map_unittest.cc", 768 "paint/discardable_image_map_unittest.cc",
808 "playback/display_item_list_unittest.cc", 769 "paint/display_item_list_unittest.cc",
809 "playback/image_hijack_canvas_unittest.cc", 770 "paint/filter_operations_unittest.cc",
810 "playback/raster_source_unittest.cc",
811 "playback/recording_source_unittest.cc",
812 "quads/draw_polygon_unittest.cc", 771 "quads/draw_polygon_unittest.cc",
813 "quads/draw_quad_unittest.cc", 772 "quads/draw_quad_unittest.cc",
814 "quads/nine_patch_generator_unittest.cc", 773 "quads/nine_patch_generator_unittest.cc",
815 "quads/render_pass_unittest.cc", 774 "quads/render_pass_unittest.cc",
775 "raster/image_hijack_canvas_unittest.cc",
816 "raster/raster_buffer_provider_unittest.cc", 776 "raster/raster_buffer_provider_unittest.cc",
777 "raster/raster_source_unittest.cc",
817 "raster/scoped_gpu_raster_unittest.cc", 778 "raster/scoped_gpu_raster_unittest.cc",
818 "raster/single_thread_task_graph_runner_unittest.cc", 779 "raster/single_thread_task_graph_runner_unittest.cc",
819 "raster/synchronous_task_graph_runner_unittest.cc", 780 "raster/synchronous_task_graph_runner_unittest.cc",
820 "raster/task_graph_work_queue_unittest.cc", 781 "raster/task_graph_work_queue_unittest.cc",
821 "raster/texture_compressor_etc1_unittest.cc", 782 "raster/texture_compressor_etc1_unittest.cc",
822 "resources/platform_color_unittest.cc", 783 "resources/platform_color_unittest.cc",
823 "resources/resource_pool_unittest.cc", 784 "resources/resource_pool_unittest.cc",
824 "resources/resource_provider_unittest.cc", 785 "resources/resource_provider_unittest.cc",
825 "resources/resource_util_unittest.cc", 786 "resources/resource_util_unittest.cc",
826 "resources/scoped_resource_unittest.cc", 787 "resources/scoped_resource_unittest.cc",
(...skipping 140 matching lines...) Expand 10 before | Expand all | Expand 10 after
967 "trees/layer_tree_host_perftest.cc", 928 "trees/layer_tree_host_perftest.cc",
968 ] 929 ]
969 930
970 deps = [ 931 deps = [
971 ":cc", 932 ":cc",
972 ":test_support", 933 ":test_support",
973 "//base", 934 "//base",
974 "//base/test:test_support", 935 "//base/test:test_support",
975 "//cc/ipc", 936 "//cc/ipc",
976 "//cc/ipc:interfaces", 937 "//cc/ipc:interfaces",
938 "//cc/paint",
977 "//cc/surfaces", 939 "//cc/surfaces",
978 "//cc/surfaces:surface_id", 940 "//cc/surfaces:surface_id",
979 "//gpu", 941 "//gpu",
980 "//gpu:test_support", 942 "//gpu:test_support",
981 "//gpu/command_buffer/common:gles2_utils", 943 "//gpu/command_buffer/common:gles2_utils",
982 "//media", 944 "//media",
983 "//mojo/edk/system", 945 "//mojo/edk/system",
984 "//mojo/public/cpp/bindings", 946 "//mojo/public/cpp/bindings",
985 "//skia", 947 "//skia",
986 "//testing/gmock", 948 "//testing/gmock",
(...skipping 11 matching lines...) Expand all
998 data = [ 960 data = [
999 "test/data/", 961 "test/data/",
1000 962
1001 # Needed for isolate script to execute. 963 # Needed for isolate script to execute.
1002 "//testing/scripts/common.py", 964 "//testing/scripts/common.py",
1003 "//testing/xvfb.py", 965 "//testing/xvfb.py",
1004 "//testing/scripts/run_gtest_perf_test.py", 966 "//testing/scripts/run_gtest_perf_test.py",
1005 "//tools/perf/generate_legacy_perf_dashboard_json.py", 967 "//tools/perf/generate_legacy_perf_dashboard_json.py",
1006 ] 968 ]
1007 } 969 }
OLDNEW
« no previous file with comments | « no previous file | cc/animation/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698