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

Side by Side Diff: cc/cc.gyp

Issue 909353002: Move PixelRefMap and its Iterator out from Picture class (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: address review comments Created 5 years, 10 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
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 399 matching lines...) Expand 10 before | Expand all | Expand 10 after
410 'resources/picture_layer_tiling.cc', 410 'resources/picture_layer_tiling.cc',
411 'resources/picture_layer_tiling.h', 411 'resources/picture_layer_tiling.h',
412 'resources/picture_layer_tiling_set.cc', 412 'resources/picture_layer_tiling_set.cc',
413 'resources/picture_layer_tiling_set.h', 413 'resources/picture_layer_tiling_set.h',
414 'resources/picture_pile.cc', 414 'resources/picture_pile.cc',
415 'resources/picture_pile.h', 415 'resources/picture_pile.h',
416 'resources/picture_pile_impl.cc', 416 'resources/picture_pile_impl.cc',
417 'resources/picture_pile_impl.h', 417 'resources/picture_pile_impl.h',
418 'resources/pixel_buffer_tile_task_worker_pool.cc', 418 'resources/pixel_buffer_tile_task_worker_pool.cc',
419 'resources/pixel_buffer_tile_task_worker_pool.h', 419 'resources/pixel_buffer_tile_task_worker_pool.h',
420 'resources/pixel_ref_map.cc',
421 'resources/pixel_ref_map.h',
420 'resources/platform_color.h', 422 'resources/platform_color.h',
421 'resources/prioritized_resource.cc', 423 'resources/prioritized_resource.cc',
422 'resources/prioritized_resource.h', 424 'resources/prioritized_resource.h',
423 'resources/prioritized_resource_manager.cc', 425 'resources/prioritized_resource_manager.cc',
424 'resources/prioritized_resource_manager.h', 426 'resources/prioritized_resource_manager.h',
425 'resources/priority_calculator.cc', 427 'resources/priority_calculator.cc',
426 'resources/priority_calculator.h', 428 'resources/priority_calculator.h',
427 'resources/raster_buffer.cc', 429 'resources/raster_buffer.cc',
428 'resources/raster_buffer.h', 430 'resources/raster_buffer.h',
429 'resources/raster_source.h', 431 'resources/raster_source.h',
(...skipping 178 matching lines...) Expand 10 before | Expand all | Expand 10 after
608 'surfaces/surface_resource_holder.cc', 610 'surfaces/surface_resource_holder.cc',
609 'surfaces/surface_resource_holder.h', 611 'surfaces/surface_resource_holder.h',
610 'surfaces/surfaces_export.h', 612 'surfaces/surfaces_export.h',
611 ], 613 ],
612 'includes': [ 614 'includes': [
613 '../build/android/increase_size_for_speed.gypi', 615 '../build/android/increase_size_for_speed.gypi',
614 ], 616 ],
615 }, 617 },
616 ], 618 ],
617 } 619 }
OLDNEW
« no previous file with comments | « cc/BUILD.gn ('k') | cc/cc_tests.gyp » ('j') | cc/resources/pixel_ref_map.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698