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

Side by Side Diff: cc/cc.gyp

Issue 2159513003: Setup LayerTree class, refactor 2 functions from LayerTreeHost to it. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Use friend class for test code, or we need hundreds of SetSomethingForTest functions in future refa… Created 4 years, 5 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 536 matching lines...) Expand 10 before | Expand all | Expand 10 after
547 'trees/clip_node.h', 547 'trees/clip_node.h',
548 'trees/compositor_mode.h', 548 'trees/compositor_mode.h',
549 'trees/damage_tracker.cc', 549 'trees/damage_tracker.cc',
550 'trees/damage_tracker.h', 550 'trees/damage_tracker.h',
551 'trees/draw_property_utils.cc', 551 'trees/draw_property_utils.cc',
552 'trees/draw_property_utils.h', 552 'trees/draw_property_utils.h',
553 'trees/effect_node.cc', 553 'trees/effect_node.cc',
554 'trees/effect_node.h', 554 'trees/effect_node.h',
555 'trees/latency_info_swap_promise_monitor.cc', 555 'trees/latency_info_swap_promise_monitor.cc',
556 'trees/latency_info_swap_promise_monitor.h', 556 'trees/latency_info_swap_promise_monitor.h',
557 'trees/layer_tree.cc',
558 'trees/layer_tree.h',
557 'trees/layer_tree_host.cc', 559 'trees/layer_tree_host.cc',
558 'trees/layer_tree_host.h', 560 'trees/layer_tree_host.h',
559 'trees/layer_tree_host_client.h', 561 'trees/layer_tree_host_client.h',
560 'trees/layer_tree_host_common.cc', 562 'trees/layer_tree_host_common.cc',
561 'trees/layer_tree_host_common.h', 563 'trees/layer_tree_host_common.h',
562 'trees/layer_tree_host_impl.cc', 564 'trees/layer_tree_host_impl.cc',
563 'trees/layer_tree_host_impl.h', 565 'trees/layer_tree_host_impl.h',
564 'trees/layer_tree_host_single_thread_client.h', 566 'trees/layer_tree_host_single_thread_client.h',
565 'trees/layer_tree_impl.cc', 567 'trees/layer_tree_impl.cc',
566 'trees/layer_tree_impl.h', 568 'trees/layer_tree_impl.h',
(...skipping 145 matching lines...) Expand 10 before | Expand all | Expand 10 after
712 'surfaces/surface_resource_holder.h', 714 'surfaces/surface_resource_holder.h',
713 'surfaces/surface_sequence.h', 715 'surfaces/surface_sequence.h',
714 'surfaces/surfaces_export.h', 716 'surfaces/surfaces_export.h',
715 ], 717 ],
716 'includes': [ 718 'includes': [
717 '../build/android/increase_size_for_speed.gypi', 719 '../build/android/increase_size_for_speed.gypi',
718 ], 720 ],
719 }, 721 },
720 ], 722 ],
721 } 723 }
OLDNEW
« no previous file with comments | « cc/BUILD.gn ('k') | cc/layers/layer.h » ('j') | cc/trees/layer_tree_host.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698