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

Side by Side Diff: cc/cc.gyp

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 | « cc/BUILD.gn ('k') | cc/resources/raster_tile_priority_queue.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 409 matching lines...) Expand 10 before | Expand all | Expand 10 after
420 'resources/prioritized_resource.h', 420 'resources/prioritized_resource.h',
421 'resources/prioritized_resource_manager.cc', 421 'resources/prioritized_resource_manager.cc',
422 'resources/prioritized_resource_manager.h', 422 'resources/prioritized_resource_manager.h',
423 'resources/priority_calculator.cc', 423 'resources/priority_calculator.cc',
424 'resources/priority_calculator.h', 424 'resources/priority_calculator.h',
425 'resources/raster_buffer.cc', 425 'resources/raster_buffer.cc',
426 'resources/raster_buffer.h', 426 'resources/raster_buffer.h',
427 'resources/raster_source.h', 427 'resources/raster_source.h',
428 'resources/raster_source_helper.cc', 428 'resources/raster_source_helper.cc',
429 'resources/raster_source_helper.h', 429 'resources/raster_source_helper.h',
430 'resources/raster_tile_priority_queue_all.cc',
431 'resources/raster_tile_priority_queue_all.h',
432 'resources/raster_tile_priority_queue_required.cc',
433 'resources/raster_tile_priority_queue_required.h',
430 'resources/raster_tile_priority_queue.cc', 434 'resources/raster_tile_priority_queue.cc',
431 'resources/raster_tile_priority_queue.h', 435 'resources/raster_tile_priority_queue.h',
432 'resources/rasterizer.h', 436 'resources/rasterizer.h',
433 'resources/software_rasterizer.cc', 437 'resources/software_rasterizer.cc',
434 'resources/software_rasterizer.h', 438 'resources/software_rasterizer.h',
435 'resources/tile_task_worker_pool.cc', 439 'resources/tile_task_worker_pool.cc',
436 'resources/tile_task_worker_pool.h', 440 'resources/tile_task_worker_pool.h',
437 'resources/tile_task_runner.cc', 441 'resources/tile_task_runner.cc',
438 'resources/tile_task_runner.h', 442 'resources/tile_task_runner.h',
439 'resources/recording_source.h', 443 'resources/recording_source.h',
(...skipping 159 matching lines...) Expand 10 before | Expand all | Expand 10 after
599 'surfaces/surface_resource_holder.cc', 603 'surfaces/surface_resource_holder.cc',
600 'surfaces/surface_resource_holder.h', 604 'surfaces/surface_resource_holder.h',
601 'surfaces/surfaces_export.h', 605 'surfaces/surfaces_export.h',
602 ], 606 ],
603 'includes': [ 607 'includes': [
604 '../build/android/increase_size_for_speed.gypi', 608 '../build/android/increase_size_for_speed.gypi',
605 ], 609 ],
606 }, 610 },
607 ], 611 ],
608 } 612 }
OLDNEW
« no previous file with comments | « cc/BUILD.gn ('k') | cc/resources/raster_tile_priority_queue.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698