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

Side by Side Diff: cc/cc.gyp

Issue 1123983002: cc: Use a ListContainer for DisplayItemList to reduce allocations. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: displaylistcontainer: fixdcheck Created 5 years, 7 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/blink/web_display_item_list_impl.cc ('k') | cc/layers/picture_image_layer.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 389 matching lines...) Expand 10 before | Expand all | Expand 10 after
400 'resources/filter_display_item.cc', 400 'resources/filter_display_item.cc',
401 'resources/filter_display_item.h', 401 'resources/filter_display_item.h',
402 'resources/float_clip_display_item.cc', 402 'resources/float_clip_display_item.cc',
403 'resources/float_clip_display_item.h', 403 'resources/float_clip_display_item.h',
404 'resources/gpu_rasterizer.cc', 404 'resources/gpu_rasterizer.cc',
405 'resources/gpu_rasterizer.h', 405 'resources/gpu_rasterizer.h',
406 'resources/gpu_tile_task_worker_pool.cc', 406 'resources/gpu_tile_task_worker_pool.cc',
407 'resources/gpu_tile_task_worker_pool.h', 407 'resources/gpu_tile_task_worker_pool.h',
408 'resources/image_layer_updater.cc', 408 'resources/image_layer_updater.cc',
409 'resources/image_layer_updater.h', 409 'resources/image_layer_updater.h',
410 'resources/largest_display_item.cc',
411 'resources/largest_display_item.h',
410 'resources/layer_painter.h', 412 'resources/layer_painter.h',
411 'resources/layer_quad.cc', 413 'resources/layer_quad.cc',
412 'resources/layer_quad.h', 414 'resources/layer_quad.h',
413 'resources/layer_tiling_data.cc', 415 'resources/layer_tiling_data.cc',
414 'resources/layer_tiling_data.h', 416 'resources/layer_tiling_data.h',
415 'resources/layer_updater.cc', 417 'resources/layer_updater.cc',
416 'resources/layer_updater.h', 418 'resources/layer_updater.h',
417 'resources/memory_history.cc', 419 'resources/memory_history.cc',
418 'resources/memory_history.h', 420 'resources/memory_history.h',
419 'resources/one_copy_tile_task_worker_pool.cc', 421 'resources/one_copy_tile_task_worker_pool.cc',
(...skipping 206 matching lines...) Expand 10 before | Expand all | Expand 10 after
626 'surfaces/surface_resource_holder.cc', 628 'surfaces/surface_resource_holder.cc',
627 'surfaces/surface_resource_holder.h', 629 'surfaces/surface_resource_holder.h',
628 'surfaces/surfaces_export.h', 630 'surfaces/surfaces_export.h',
629 ], 631 ],
630 'includes': [ 632 'includes': [
631 '../build/android/increase_size_for_speed.gypi', 633 '../build/android/increase_size_for_speed.gypi',
632 ], 634 ],
633 }, 635 },
634 ], 636 ],
635 } 637 }
OLDNEW
« no previous file with comments | « cc/blink/web_display_item_list_impl.cc ('k') | cc/layers/picture_image_layer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698