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

Side by Side Diff: cc/BUILD.gn

Issue 863013004: cc: Split RasterTilePriorityQueue into required and all based on type. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: compile fix 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') | 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("//testing/test.gni") 5 import("//testing/test.gni")
6 6
7 component("cc") { 7 component("cc") {
8 sources = [ 8 sources = [
9 "animation/animation.cc", 9 "animation/animation.cc",
10 "animation/animation.h", 10 "animation/animation.h",
(...skipping 383 matching lines...) Expand 10 before | Expand all | Expand 10 after
394 "resources/prioritized_resource.h", 394 "resources/prioritized_resource.h",
395 "resources/prioritized_resource_manager.cc", 395 "resources/prioritized_resource_manager.cc",
396 "resources/prioritized_resource_manager.h", 396 "resources/prioritized_resource_manager.h",
397 "resources/priority_calculator.cc", 397 "resources/priority_calculator.cc",
398 "resources/priority_calculator.h", 398 "resources/priority_calculator.h",
399 "resources/raster_buffer.cc", 399 "resources/raster_buffer.cc",
400 "resources/raster_buffer.h", 400 "resources/raster_buffer.h",
401 "resources/raster_source.h", 401 "resources/raster_source.h",
402 "resources/raster_source_helper.cc", 402 "resources/raster_source_helper.cc",
403 "resources/raster_source_helper.h", 403 "resources/raster_source_helper.h",
404 "resources/raster_tile_priority_queue_all.cc",
405 "resources/raster_tile_priority_queue_all.h",
406 "resources/raster_tile_priority_queue_required.cc",
407 "resources/raster_tile_priority_queue_required.h",
404 "resources/raster_tile_priority_queue.cc", 408 "resources/raster_tile_priority_queue.cc",
405 "resources/raster_tile_priority_queue.h", 409 "resources/raster_tile_priority_queue.h",
406 "resources/rasterizer.h", 410 "resources/rasterizer.h",
407 "resources/software_rasterizer.cc", 411 "resources/software_rasterizer.cc",
408 "resources/software_rasterizer.h", 412 "resources/software_rasterizer.h",
409 "resources/tile_task_worker_pool.cc", 413 "resources/tile_task_worker_pool.cc",
410 "resources/tile_task_worker_pool.h", 414 "resources/tile_task_worker_pool.h",
411 "resources/tile_task_runner.cc", 415 "resources/tile_task_runner.cc",
412 "resources/tile_task_runner.h", 416 "resources/tile_task_runner.h",
413 "resources/release_callback.h", 417 "resources/release_callback.h",
(...skipping 493 matching lines...) Expand 10 before | Expand all | Expand 10 after
907 "//media", 911 "//media",
908 "//skia", 912 "//skia",
909 "//testing/gmock", 913 "//testing/gmock",
910 "//testing/gtest", 914 "//testing/gtest",
911 "//testing/perf", 915 "//testing/perf",
912 "//ui/gfx", 916 "//ui/gfx",
913 "//ui/gfx/geometry", 917 "//ui/gfx/geometry",
914 "//ui/gl", 918 "//ui/gl",
915 ] 919 ]
916 } 920 }
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