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

Side by Side Diff: cc/BUILD.gn

Issue 602493003: cc: Add BitmapRasterWorkerPool. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@reduce-transfer-buffer-limit-use
Patch Set: fix unit test Created 6 years, 2 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 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 300 matching lines...) Expand 10 before | Expand all | Expand 10 after
311 "quads/surface_draw_quad.cc", 311 "quads/surface_draw_quad.cc",
312 "quads/surface_draw_quad.h", 312 "quads/surface_draw_quad.h",
313 "quads/texture_draw_quad.cc", 313 "quads/texture_draw_quad.cc",
314 "quads/texture_draw_quad.h", 314 "quads/texture_draw_quad.h",
315 "quads/tile_draw_quad.cc", 315 "quads/tile_draw_quad.cc",
316 "quads/tile_draw_quad.h", 316 "quads/tile_draw_quad.h",
317 "quads/yuv_video_draw_quad.cc", 317 "quads/yuv_video_draw_quad.cc",
318 "quads/yuv_video_draw_quad.h", 318 "quads/yuv_video_draw_quad.h",
319 "resources/bitmap_content_layer_updater.cc", 319 "resources/bitmap_content_layer_updater.cc",
320 "resources/bitmap_content_layer_updater.h", 320 "resources/bitmap_content_layer_updater.h",
321 "resources/bitmap_raster_worker_pool.cc",
322 "resources/bitmap_raster_worker_pool.h",
321 "resources/bitmap_skpicture_content_layer_updater.cc", 323 "resources/bitmap_skpicture_content_layer_updater.cc",
322 "resources/bitmap_skpicture_content_layer_updater.h", 324 "resources/bitmap_skpicture_content_layer_updater.h",
323 "resources/content_layer_updater.cc", 325 "resources/content_layer_updater.cc",
324 "resources/content_layer_updater.h", 326 "resources/content_layer_updater.h",
325 "resources/eviction_tile_priority_queue.cc", 327 "resources/eviction_tile_priority_queue.cc",
326 "resources/eviction_tile_priority_queue.h", 328 "resources/eviction_tile_priority_queue.h",
327 "resources/gpu_raster_worker_pool.cc", 329 "resources/gpu_raster_worker_pool.cc",
328 "resources/gpu_raster_worker_pool.h", 330 "resources/gpu_raster_worker_pool.h",
329 "resources/image_layer_updater.cc", 331 "resources/image_layer_updater.cc",
330 "resources/image_layer_updater.h", 332 "resources/image_layer_updater.h",
(...skipping 488 matching lines...) Expand 10 before | Expand all | Expand 10 after
819 "//gpu/command_buffer/common:gles2_utils", 821 "//gpu/command_buffer/common:gles2_utils",
820 "//media", 822 "//media",
821 "//skia", 823 "//skia",
822 "//testing/gmock", 824 "//testing/gmock",
823 "//testing/gtest", 825 "//testing/gtest",
824 "//testing/perf", 826 "//testing/perf",
825 "//ui/gfx", 827 "//ui/gfx",
826 "//ui/gfx/geometry", 828 "//ui/gfx/geometry",
827 ] 829 ]
828 } 830 }
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