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

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: add proto to gyp file and modify inproper comment. 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
« no previous file with comments | « cc/BUILD.gn ('k') | cc/layers/layer.h » ('j') | cc/layers/layer.h » ('J')
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 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 56 matching lines...) Expand 10 before | Expand all | Expand 10 after
623 'proto/begin_main_frame_and_commit_state.proto', 625 'proto/begin_main_frame_and_commit_state.proto',
624 'proto/commit_earlyout_reason.proto', 626 'proto/commit_earlyout_reason.proto',
625 'proto/compositor_message.proto', 627 'proto/compositor_message.proto',
626 'proto/compositor_message_to_impl.proto', 628 'proto/compositor_message_to_impl.proto',
627 'proto/compositor_message_to_main.proto', 629 'proto/compositor_message_to_main.proto',
628 'proto/display_item.proto', 630 'proto/display_item.proto',
629 'proto/element_id.proto', 631 'proto/element_id.proto',
630 'proto/layer.proto', 632 'proto/layer.proto',
631 'proto/layer_position_constraint.proto', 633 'proto/layer_position_constraint.proto',
632 'proto/layer_tree_debug_state.proto', 634 'proto/layer_tree_debug_state.proto',
635 'proto/layer_tree.proto',
633 'proto/layer_tree_host.proto', 636 'proto/layer_tree_host.proto',
634 'proto/layer_tree_settings.proto', 637 'proto/layer_tree_settings.proto',
635 'proto/layer_selection_bound.proto', 638 'proto/layer_selection_bound.proto',
636 'proto/managed_memory_policy.proto', 639 'proto/managed_memory_policy.proto',
637 'proto/memory_allocation.proto', 640 'proto/memory_allocation.proto',
638 'proto/point.proto', 641 'proto/point.proto',
639 'proto/point3f.proto', 642 'proto/point3f.proto',
640 'proto/pointf.proto', 643 'proto/pointf.proto',
641 'proto/property_tree.proto', 644 'proto/property_tree.proto',
642 'proto/recording_source.proto', 645 'proto/recording_source.proto',
(...skipping 69 matching lines...) Expand 10 before | Expand all | Expand 10 after
712 'surfaces/surface_resource_holder.h', 715 'surfaces/surface_resource_holder.h',
713 'surfaces/surface_sequence.h', 716 'surfaces/surface_sequence.h',
714 'surfaces/surfaces_export.h', 717 'surfaces/surfaces_export.h',
715 ], 718 ],
716 'includes': [ 719 'includes': [
717 '../build/android/increase_size_for_speed.gypi', 720 '../build/android/increase_size_for_speed.gypi',
718 ], 721 ],
719 }, 722 },
720 ], 723 ],
721 } 724 }
OLDNEW
« no previous file with comments | « cc/BUILD.gn ('k') | cc/layers/layer.h » ('j') | cc/layers/layer.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698