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

Side by Side Diff: cc/cc.gyp

Issue 793573006: Refactoring for merging ManagedTileState into Tile. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix a nit Created 6 years 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/layers/picture_layer_impl.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 371 matching lines...) Expand 10 before | Expand all | Expand 10 after
382 'resources/gpu_tile_task_worker_pool.h', 382 'resources/gpu_tile_task_worker_pool.h',
383 'resources/image_layer_updater.cc', 383 'resources/image_layer_updater.cc',
384 'resources/image_layer_updater.h', 384 'resources/image_layer_updater.h',
385 'resources/layer_painter.h', 385 'resources/layer_painter.h',
386 'resources/layer_quad.cc', 386 'resources/layer_quad.cc',
387 'resources/layer_quad.h', 387 'resources/layer_quad.h',
388 'resources/layer_tiling_data.cc', 388 'resources/layer_tiling_data.cc',
389 'resources/layer_tiling_data.h', 389 'resources/layer_tiling_data.h',
390 'resources/layer_updater.cc', 390 'resources/layer_updater.cc',
391 'resources/layer_updater.h', 391 'resources/layer_updater.h',
392 'resources/managed_tile_state.cc',
393 'resources/managed_tile_state.h',
394 'resources/memory_history.cc', 392 'resources/memory_history.cc',
395 'resources/memory_history.h', 393 'resources/memory_history.h',
396 'resources/one_copy_tile_task_worker_pool.cc', 394 'resources/one_copy_tile_task_worker_pool.cc',
397 'resources/one_copy_tile_task_worker_pool.h', 395 'resources/one_copy_tile_task_worker_pool.h',
398 'resources/picture.cc', 396 'resources/picture.cc',
399 'resources/picture.h', 397 'resources/picture.h',
400 'resources/picture_layer_tiling.cc', 398 'resources/picture_layer_tiling.cc',
401 'resources/picture_layer_tiling.h', 399 'resources/picture_layer_tiling.h',
402 'resources/picture_layer_tiling_set.cc', 400 'resources/picture_layer_tiling_set.cc',
403 'resources/picture_layer_tiling_set.h', 401 'resources/picture_layer_tiling_set.h',
(...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after
460 'resources/task_graph_runner.cc', 458 'resources/task_graph_runner.cc',
461 'resources/task_graph_runner.h', 459 'resources/task_graph_runner.h',
462 'resources/texture_mailbox.cc', 460 'resources/texture_mailbox.cc',
463 'resources/texture_mailbox.h', 461 'resources/texture_mailbox.h',
464 'resources/texture_mailbox_deleter.cc', 462 'resources/texture_mailbox_deleter.cc',
465 'resources/texture_mailbox_deleter.h', 463 'resources/texture_mailbox_deleter.h',
466 'resources/texture_uploader.cc', 464 'resources/texture_uploader.cc',
467 'resources/texture_uploader.h', 465 'resources/texture_uploader.h',
468 'resources/tile.cc', 466 'resources/tile.cc',
469 'resources/tile.h', 467 'resources/tile.h',
468 'resources/tile_draw_info.cc',
469 'resources/tile_draw_info.h',
470 'resources/tile_manager.cc', 470 'resources/tile_manager.cc',
471 'resources/tile_manager.h', 471 'resources/tile_manager.h',
472 'resources/tile_priority.cc', 472 'resources/tile_priority.cc',
473 'resources/tile_priority.h', 473 'resources/tile_priority.h',
474 'resources/tiling_set_eviction_queue.cc', 474 'resources/tiling_set_eviction_queue.cc',
475 'resources/tiling_set_eviction_queue.h', 475 'resources/tiling_set_eviction_queue.h',
476 'resources/tiling_set_raster_queue.cc', 476 'resources/tiling_set_raster_queue.cc',
477 'resources/tiling_set_raster_queue.h', 477 'resources/tiling_set_raster_queue.h',
478 'resources/transferable_resource.cc', 478 'resources/transferable_resource.cc',
479 'resources/transferable_resource.h', 479 'resources/transferable_resource.h',
(...skipping 103 matching lines...) Expand 10 before | Expand all | Expand 10 after
583 'surfaces/surface_resource_holder.cc', 583 'surfaces/surface_resource_holder.cc',
584 'surfaces/surface_resource_holder.h', 584 'surfaces/surface_resource_holder.h',
585 'surfaces/surfaces_export.h', 585 'surfaces/surfaces_export.h',
586 ], 586 ],
587 'includes': [ 587 'includes': [
588 '../build/android/increase_size_for_speed.gypi', 588 '../build/android/increase_size_for_speed.gypi',
589 ], 589 ],
590 }, 590 },
591 ], 591 ],
592 } 592 }
OLDNEW
« no previous file with comments | « cc/BUILD.gn ('k') | cc/layers/picture_layer_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698