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

Side by Side Diff: cc/BUILD.gn

Issue 1863053002: cc: Encapsulate rastering related data in RasteringInfo. Base URL: https://chromium.googlesource.com/chromium/src.git@refactor_one_copy
Patch Set: Created 4 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 | « no previous file | cc/cc.gyp » ('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("//build/config/ui.gni") 5 import("//build/config/ui.gni")
6 import("//testing/test.gni") 6 import("//testing/test.gni")
7 7
8 component("cc") { 8 component("cc") {
9 sources = [ 9 sources = [
10 "animation/animation.cc", 10 "animation/animation.cc",
(...skipping 353 matching lines...) Expand 10 before | Expand all | Expand 10 after
364 "raster/bitmap_tile_task_worker_pool.cc", 364 "raster/bitmap_tile_task_worker_pool.cc",
365 "raster/bitmap_tile_task_worker_pool.h", 365 "raster/bitmap_tile_task_worker_pool.h",
366 "raster/gpu_rasterizer.cc", 366 "raster/gpu_rasterizer.cc",
367 "raster/gpu_rasterizer.h", 367 "raster/gpu_rasterizer.h",
368 "raster/gpu_tile_task_worker_pool.cc", 368 "raster/gpu_tile_task_worker_pool.cc",
369 "raster/gpu_tile_task_worker_pool.h", 369 "raster/gpu_tile_task_worker_pool.h",
370 "raster/one_copy_tile_task_worker_pool.cc", 370 "raster/one_copy_tile_task_worker_pool.cc",
371 "raster/one_copy_tile_task_worker_pool.h", 371 "raster/one_copy_tile_task_worker_pool.h",
372 "raster/raster_buffer.cc", 372 "raster/raster_buffer.cc",
373 "raster/raster_buffer.h", 373 "raster/raster_buffer.h",
374 "raster/rastering_info.cc",
375 "raster/rastering_info.h",
374 "raster/scoped_gpu_raster.cc", 376 "raster/scoped_gpu_raster.cc",
375 "raster/scoped_gpu_raster.h", 377 "raster/scoped_gpu_raster.h",
376 "raster/single_thread_task_graph_runner.cc", 378 "raster/single_thread_task_graph_runner.cc",
377 "raster/single_thread_task_graph_runner.h", 379 "raster/single_thread_task_graph_runner.h",
378 "raster/staging_buffer_pool.cc", 380 "raster/staging_buffer_pool.cc",
379 "raster/staging_buffer_pool.h", 381 "raster/staging_buffer_pool.h",
380 "raster/synchronous_task_graph_runner.cc", 382 "raster/synchronous_task_graph_runner.cc",
381 "raster/synchronous_task_graph_runner.h", 383 "raster/synchronous_task_graph_runner.h",
382 "raster/task.cc", 384 "raster/task.cc",
383 "raster/task.h", 385 "raster/task.h",
(...skipping 635 matching lines...) Expand 10 before | Expand all | Expand 10 after
1019 "//ui/gl", 1021 "//ui/gl",
1020 "//ui/gl:test_support", 1022 "//ui/gl:test_support",
1021 ] 1023 ]
1022 1024
1023 if (is_android) { 1025 if (is_android) {
1024 isolate_file = "cc_perftests.isolate" 1026 isolate_file = "cc_perftests.isolate"
1025 } 1027 }
1026 } 1028 }
1027 # When adding support for isolates, please have a look at run-time dependencies 1029 # When adding support for isolates, please have a look at run-time dependencies
1028 # in the cc_unittests_run target in cc_tests.gyp. 1030 # in the cc_unittests_run target in cc_tests.gyp.
OLDNEW
« no previous file with comments | « no previous file | cc/cc.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698