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

Side by Side Diff: cc/cc.gyp

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, 3 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 | « cc/BUILD.gn ('k') | cc/output/software_renderer.cc » ('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 (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 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 { 5 {
6 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 }, 8 },
9 'targets': [ 9 'targets': [
10 { 10 {
(...skipping 328 matching lines...) Expand 10 before | Expand all | Expand 10 after
339 'quads/surface_draw_quad.cc', 339 'quads/surface_draw_quad.cc',
340 'quads/surface_draw_quad.h', 340 'quads/surface_draw_quad.h',
341 'quads/texture_draw_quad.cc', 341 'quads/texture_draw_quad.cc',
342 'quads/texture_draw_quad.h', 342 'quads/texture_draw_quad.h',
343 'quads/tile_draw_quad.cc', 343 'quads/tile_draw_quad.cc',
344 'quads/tile_draw_quad.h', 344 'quads/tile_draw_quad.h',
345 'quads/yuv_video_draw_quad.cc', 345 'quads/yuv_video_draw_quad.cc',
346 'quads/yuv_video_draw_quad.h', 346 'quads/yuv_video_draw_quad.h',
347 'resources/bitmap_content_layer_updater.cc', 347 'resources/bitmap_content_layer_updater.cc',
348 'resources/bitmap_content_layer_updater.h', 348 'resources/bitmap_content_layer_updater.h',
349 'resources/bitmap_raster_worker_pool.cc',
350 'resources/bitmap_raster_worker_pool.h',
349 'resources/bitmap_skpicture_content_layer_updater.cc', 351 'resources/bitmap_skpicture_content_layer_updater.cc',
350 'resources/bitmap_skpicture_content_layer_updater.h', 352 'resources/bitmap_skpicture_content_layer_updater.h',
351 'resources/content_layer_updater.cc', 353 'resources/content_layer_updater.cc',
352 'resources/content_layer_updater.h', 354 'resources/content_layer_updater.h',
353 'resources/eviction_tile_priority_queue.cc', 355 'resources/eviction_tile_priority_queue.cc',
354 'resources/eviction_tile_priority_queue.h', 356 'resources/eviction_tile_priority_queue.h',
355 'resources/gpu_raster_worker_pool.cc', 357 'resources/gpu_raster_worker_pool.cc',
356 'resources/gpu_raster_worker_pool.h', 358 'resources/gpu_raster_worker_pool.h',
357 'resources/image_layer_updater.cc', 359 'resources/image_layer_updater.cc',
358 'resources/image_layer_updater.h', 360 'resources/image_layer_updater.h',
(...skipping 183 matching lines...) Expand 10 before | Expand all | Expand 10 after
542 'surfaces/surface_resource_holder.cc', 544 'surfaces/surface_resource_holder.cc',
543 'surfaces/surface_resource_holder.h', 545 'surfaces/surface_resource_holder.h',
544 'surfaces/surfaces_export.h', 546 'surfaces/surfaces_export.h',
545 ], 547 ],
546 'includes': [ 548 'includes': [
547 '../build/android/increase_size_for_speed.gypi', 549 '../build/android/increase_size_for_speed.gypi',
548 ], 550 ],
549 }, 551 },
550 ], 552 ],
551 } 553 }
OLDNEW
« no previous file with comments | « cc/BUILD.gn ('k') | cc/output/software_renderer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698