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

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: format fix 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
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 505 matching lines...) Expand 10 before | Expand all | Expand 10 after
516 'tiles/tiling_set_eviction_queue.cc', 516 'tiles/tiling_set_eviction_queue.cc',
517 'tiles/tiling_set_eviction_queue.h', 517 'tiles/tiling_set_eviction_queue.h',
518 'tiles/tiling_set_raster_queue_all.cc', 518 'tiles/tiling_set_raster_queue_all.cc',
519 'tiles/tiling_set_raster_queue_all.h', 519 'tiles/tiling_set_raster_queue_all.h',
520 'tiles/tiling_set_raster_queue_required.cc', 520 'tiles/tiling_set_raster_queue_required.cc',
521 'tiles/tiling_set_raster_queue_required.h', 521 'tiles/tiling_set_raster_queue_required.h',
522 'trees/blocking_task_runner.cc', 522 'trees/blocking_task_runner.cc',
523 'trees/blocking_task_runner.h', 523 'trees/blocking_task_runner.h',
524 'trees/channel_impl.h', 524 'trees/channel_impl.h',
525 'trees/channel_main.h', 525 'trees/channel_main.h',
526 'trees/compositor_mode.h',
526 'trees/damage_tracker.cc', 527 'trees/damage_tracker.cc',
527 'trees/damage_tracker.h', 528 'trees/damage_tracker.h',
528 'trees/draw_property_utils.cc', 529 'trees/draw_property_utils.cc',
529 'trees/draw_property_utils.h', 530 'trees/draw_property_utils.h',
530 'trees/latency_info_swap_promise_monitor.cc', 531 'trees/latency_info_swap_promise_monitor.cc',
531 'trees/latency_info_swap_promise_monitor.h', 532 'trees/latency_info_swap_promise_monitor.h',
532 'trees/layer_tree_host.cc', 533 'trees/layer_tree_host.cc',
533 'trees/layer_tree_host.h', 534 'trees/layer_tree_host.h',
534 'trees/layer_tree_host_client.h', 535 'trees/layer_tree_host_client.h',
535 'trees/layer_tree_host_common.cc', 536 'trees/layer_tree_host_common.cc',
(...skipping 128 matching lines...) Expand 10 before | Expand all | Expand 10 after
664 'surfaces/surface_resource_holder.cc', 665 'surfaces/surface_resource_holder.cc',
665 'surfaces/surface_resource_holder.h', 666 'surfaces/surface_resource_holder.h',
666 'surfaces/surfaces_export.h', 667 'surfaces/surfaces_export.h',
667 ], 668 ],
668 'includes': [ 669 'includes': [
669 '../build/android/increase_size_for_speed.gypi', 670 '../build/android/increase_size_for_speed.gypi',
670 ], 671 ],
671 }, 672 },
672 ], 673 ],
673 } 674 }
OLDNEW
« no previous file with comments | « cc/BUILD.gn ('k') | cc/layers/layer_unittest.cc » ('j') | cc/test/layer_tree_test.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698