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

Side by Side Diff: cc/cc.gyp

Issue 1464313007: cc: Introduce CompositorMode enum. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Change ui::MockLayerTreeHost Created 5 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/layer_unittest.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 515 matching lines...) Expand 10 before | Expand all | Expand 10 after
526 'tiles/tiling_set_eviction_queue.cc', 526 'tiles/tiling_set_eviction_queue.cc',
527 'tiles/tiling_set_eviction_queue.h', 527 'tiles/tiling_set_eviction_queue.h',
528 'tiles/tiling_set_raster_queue_all.cc', 528 'tiles/tiling_set_raster_queue_all.cc',
529 'tiles/tiling_set_raster_queue_all.h', 529 'tiles/tiling_set_raster_queue_all.h',
530 'tiles/tiling_set_raster_queue_required.cc', 530 'tiles/tiling_set_raster_queue_required.cc',
531 'tiles/tiling_set_raster_queue_required.h', 531 'tiles/tiling_set_raster_queue_required.h',
532 'trees/blocking_task_runner.cc', 532 'trees/blocking_task_runner.cc',
533 'trees/blocking_task_runner.h', 533 'trees/blocking_task_runner.h',
534 'trees/channel_impl.h', 534 'trees/channel_impl.h',
535 'trees/channel_main.h', 535 'trees/channel_main.h',
536 'trees/compositor_mode.h',
536 'trees/damage_tracker.cc', 537 'trees/damage_tracker.cc',
537 'trees/damage_tracker.h', 538 'trees/damage_tracker.h',
538 'trees/draw_property_utils.cc', 539 'trees/draw_property_utils.cc',
539 'trees/draw_property_utils.h', 540 'trees/draw_property_utils.h',
540 'trees/latency_info_swap_promise_monitor.cc', 541 'trees/latency_info_swap_promise_monitor.cc',
541 'trees/latency_info_swap_promise_monitor.h', 542 'trees/latency_info_swap_promise_monitor.h',
542 'trees/layer_tree_host.cc', 543 'trees/layer_tree_host.cc',
543 'trees/layer_tree_host.h', 544 'trees/layer_tree_host.h',
544 'trees/layer_tree_host_client.h', 545 'trees/layer_tree_host_client.h',
545 'trees/layer_tree_host_common.cc', 546 'trees/layer_tree_host_common.cc',
(...skipping 133 matching lines...) Expand 10 before | Expand all | Expand 10 after
679 'surfaces/surface_resource_holder.cc', 680 'surfaces/surface_resource_holder.cc',
680 'surfaces/surface_resource_holder.h', 681 'surfaces/surface_resource_holder.h',
681 'surfaces/surfaces_export.h', 682 'surfaces/surfaces_export.h',
682 ], 683 ],
683 'includes': [ 684 'includes': [
684 '../build/android/increase_size_for_speed.gypi', 685 '../build/android/increase_size_for_speed.gypi',
685 ], 686 ],
686 }, 687 },
687 ], 688 ],
688 } 689 }
OLDNEW
« no previous file with comments | « cc/BUILD.gn ('k') | cc/layers/layer_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698