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

Side by Side Diff: cc/cc.gyp

Issue 228173002: cc: Separate RasterWorkerPool interface from implementation details. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: address review feedback Created 6 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | cc/resources/direct_raster_worker_pool.h » ('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 348 matching lines...) Expand 10 before | Expand all | Expand 10 after
359 'resources/prioritized_resource_manager.cc', 359 'resources/prioritized_resource_manager.cc',
360 'resources/prioritized_resource_manager.h', 360 'resources/prioritized_resource_manager.h',
361 'resources/prioritized_tile_set.cc', 361 'resources/prioritized_tile_set.cc',
362 'resources/prioritized_tile_set.h', 362 'resources/prioritized_tile_set.h',
363 'resources/priority_calculator.cc', 363 'resources/priority_calculator.cc',
364 'resources/priority_calculator.h', 364 'resources/priority_calculator.h',
365 'resources/raster_mode.cc', 365 'resources/raster_mode.cc',
366 'resources/raster_mode.h', 366 'resources/raster_mode.h',
367 'resources/raster_worker_pool.cc', 367 'resources/raster_worker_pool.cc',
368 'resources/raster_worker_pool.h', 368 'resources/raster_worker_pool.h',
369 'resources/raster_worker_pool_delegate.cc', 369 'resources/rasterizer.cc',
370 'resources/raster_worker_pool_delegate.h', 370 'resources/rasterizer.h',
371 'resources/rasterizer_delegate.cc',
372 'resources/rasterizer_delegate.h',
371 'resources/release_callback.h', 373 'resources/release_callback.h',
372 'resources/resource.cc', 374 'resources/resource.cc',
373 'resources/resource.h', 375 'resources/resource.h',
374 'resources/resource_format.h', 376 'resources/resource_format.h',
375 'resources/resource_format.cc', 377 'resources/resource_format.cc',
376 'resources/resource_pool.cc', 378 'resources/resource_pool.cc',
377 'resources/resource_pool.h', 379 'resources/resource_pool.h',
378 'resources/resource_provider.cc', 380 'resources/resource_provider.cc',
379 'resources/resource_provider.h', 381 'resources/resource_provider.h',
380 'resources/resource_update.cc', 382 'resources/resource_update.cc',
(...skipping 103 matching lines...) Expand 10 before | Expand all | Expand 10 after
484 'surfaces/surface.h', 486 'surfaces/surface.h',
485 'surfaces/surface_aggregator.cc', 487 'surfaces/surface_aggregator.cc',
486 'surfaces/surface_aggregator.h', 488 'surfaces/surface_aggregator.h',
487 'surfaces/surface_manager.cc', 489 'surfaces/surface_manager.cc',
488 'surfaces/surface_manager.h', 490 'surfaces/surface_manager.h',
489 'surfaces/surfaces_export.h', 491 'surfaces/surfaces_export.h',
490 ], 492 ],
491 }, 493 },
492 ], 494 ],
493 } 495 }
OLDNEW
« no previous file with comments | « no previous file | cc/resources/direct_raster_worker_pool.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698