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

Side by Side Diff: cc/cc.gyp

Issue 454843002: cc: Do bitmap conversion for RasterBuffer in the worker thread. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix. 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 | « no previous file | cc/resources/gpu_raster_worker_pool.h » ('j') | cc/resources/tile_manager.cc » ('J')
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 376 matching lines...) Expand 10 before | Expand all | Expand 10 after
387 'resources/prioritized_resource.cc', 387 'resources/prioritized_resource.cc',
388 'resources/prioritized_resource.h', 388 'resources/prioritized_resource.h',
389 'resources/prioritized_resource_manager.cc', 389 'resources/prioritized_resource_manager.cc',
390 'resources/prioritized_resource_manager.h', 390 'resources/prioritized_resource_manager.h',
391 'resources/prioritized_tile_set.cc', 391 'resources/prioritized_tile_set.cc',
392 'resources/prioritized_tile_set.h', 392 'resources/prioritized_tile_set.h',
393 'resources/priority_calculator.cc', 393 'resources/priority_calculator.cc',
394 'resources/priority_calculator.h', 394 'resources/priority_calculator.h',
395 'resources/rasterizer.cc', 395 'resources/rasterizer.cc',
396 'resources/rasterizer.h', 396 'resources/rasterizer.h',
397 'resources/raster_buffer.h',
397 'resources/raster_mode.cc', 398 'resources/raster_mode.cc',
398 'resources/raster_mode.h', 399 'resources/raster_mode.h',
399 'resources/raster_tile_priority_queue.cc', 400 'resources/raster_tile_priority_queue.cc',
400 'resources/raster_tile_priority_queue.h', 401 'resources/raster_tile_priority_queue.h',
401 'resources/raster_worker_pool.cc', 402 'resources/raster_worker_pool.cc',
402 'resources/raster_worker_pool.h', 403 'resources/raster_worker_pool.h',
403 'resources/release_callback.h', 404 'resources/release_callback.h',
404 'resources/resource.cc', 405 'resources/resource.cc',
405 'resources/resource_format.cc', 406 'resources/resource_format.cc',
406 'resources/resource_format.h', 407 'resources/resource_format.h',
(...skipping 120 matching lines...) Expand 10 before | Expand all | Expand 10 after
527 'surfaces/surface_id_allocator.h', 528 'surfaces/surface_id_allocator.h',
528 'surfaces/surface_manager.cc', 529 'surfaces/surface_manager.cc',
529 'surfaces/surface_manager.h', 530 'surfaces/surface_manager.h',
530 'surfaces/surface_resource_holder.cc', 531 'surfaces/surface_resource_holder.cc',
531 'surfaces/surface_resource_holder.h', 532 'surfaces/surface_resource_holder.h',
532 'surfaces/surfaces_export.h', 533 'surfaces/surfaces_export.h',
533 ], 534 ],
534 }, 535 },
535 ], 536 ],
536 } 537 }
OLDNEW
« no previous file with comments | « no previous file | cc/resources/gpu_raster_worker_pool.h » ('j') | cc/resources/tile_manager.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698