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

Side by Side Diff: cc/BUILD.gn

Issue 820743002: cc: GPU rasterize tiles synchronously in PrepareToDraw. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: why wasn't that picked up by presubmit? Created 5 years, 11 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/cc.gyp » ('j') | cc/resources/gpu_rasterizer.h » ('J')
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 component("cc") { 5 component("cc") {
6 sources = [ 6 sources = [
7 "animation/animation.cc", 7 "animation/animation.cc",
8 "animation/animation.h", 8 "animation/animation.h",
9 "animation/animation_curve.cc", 9 "animation/animation_curve.cc",
10 "animation/animation_curve.h", 10 "animation/animation_curve.h",
(...skipping 332 matching lines...) Expand 10 before | Expand all | Expand 10 after
343 "resources/display_list_raster_source.cc", 343 "resources/display_list_raster_source.cc",
344 "resources/display_list_raster_source.h", 344 "resources/display_list_raster_source.h",
345 "resources/display_list_recording_source.cc", 345 "resources/display_list_recording_source.cc",
346 "resources/display_list_recording_source.h", 346 "resources/display_list_recording_source.h",
347 "resources/drawing_display_item.cc", 347 "resources/drawing_display_item.cc",
348 "resources/drawing_display_item.h", 348 "resources/drawing_display_item.h",
349 "resources/eviction_tile_priority_queue.cc", 349 "resources/eviction_tile_priority_queue.cc",
350 "resources/eviction_tile_priority_queue.h", 350 "resources/eviction_tile_priority_queue.h",
351 "resources/filter_display_item.cc", 351 "resources/filter_display_item.cc",
352 "resources/filter_display_item.h", 352 "resources/filter_display_item.h",
353 "resources/gpu_rasterizer.cc",
354 "resources/gpu_rasterizer.h",
353 "resources/gpu_tile_task_worker_pool.cc", 355 "resources/gpu_tile_task_worker_pool.cc",
354 "resources/gpu_tile_task_worker_pool.h", 356 "resources/gpu_tile_task_worker_pool.h",
355 "resources/image_layer_updater.cc", 357 "resources/image_layer_updater.cc",
356 "resources/image_layer_updater.h", 358 "resources/image_layer_updater.h",
357 "resources/layer_painter.h", 359 "resources/layer_painter.h",
358 "resources/layer_quad.cc", 360 "resources/layer_quad.cc",
359 "resources/layer_quad.h", 361 "resources/layer_quad.h",
360 "resources/layer_tiling_data.cc", 362 "resources/layer_tiling_data.cc",
361 "resources/layer_tiling_data.h", 363 "resources/layer_tiling_data.h",
362 "resources/layer_updater.cc", 364 "resources/layer_updater.cc",
(...skipping 21 matching lines...) Expand all
384 "resources/prioritized_resource_manager.h", 386 "resources/prioritized_resource_manager.h",
385 "resources/priority_calculator.cc", 387 "resources/priority_calculator.cc",
386 "resources/priority_calculator.h", 388 "resources/priority_calculator.h",
387 "resources/raster_buffer.cc", 389 "resources/raster_buffer.cc",
388 "resources/raster_buffer.h", 390 "resources/raster_buffer.h",
389 "resources/raster_source.h", 391 "resources/raster_source.h",
390 "resources/raster_source_helper.cc", 392 "resources/raster_source_helper.cc",
391 "resources/raster_source_helper.h", 393 "resources/raster_source_helper.h",
392 "resources/raster_tile_priority_queue.cc", 394 "resources/raster_tile_priority_queue.cc",
393 "resources/raster_tile_priority_queue.h", 395 "resources/raster_tile_priority_queue.h",
396 "resources/rasterizer.h",
397 "resources/software_rasterizer.cc",
398 "resources/software_rasterizer.h",
394 "resources/tile_task_worker_pool.cc", 399 "resources/tile_task_worker_pool.cc",
395 "resources/tile_task_worker_pool.h", 400 "resources/tile_task_worker_pool.h",
396 "resources/tile_task_runner.cc", 401 "resources/tile_task_runner.cc",
397 "resources/tile_task_runner.h", 402 "resources/tile_task_runner.h",
398 "resources/release_callback.h", 403 "resources/release_callback.h",
399 "resources/resource.cc", 404 "resources/resource.cc",
400 "resources/resource.h", 405 "resources/resource.h",
401 "resources/resource_format.cc", 406 "resources/resource_format.cc",
402 "resources/resource_format.h", 407 "resources/resource_format.h",
403 "resources/resource_pool.cc", 408 "resources/resource_pool.cc",
(...skipping 483 matching lines...) Expand 10 before | Expand all | Expand 10 after
887 "//media", 892 "//media",
888 "//skia", 893 "//skia",
889 "//testing/gmock", 894 "//testing/gmock",
890 "//testing/gtest", 895 "//testing/gtest",
891 "//testing/perf", 896 "//testing/perf",
892 "//ui/gfx", 897 "//ui/gfx",
893 "//ui/gfx/geometry", 898 "//ui/gfx/geometry",
894 "//ui/gl", 899 "//ui/gl",
895 ] 900 ]
896 } 901 }
OLDNEW
« no previous file with comments | « no previous file | cc/cc.gyp » ('j') | cc/resources/gpu_rasterizer.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698