OLD | NEW |
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 591 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
602 # GN version: "//cc/proto" | 602 # GN version: "//cc/proto" |
603 'target_name': 'cc_proto', | 603 'target_name': 'cc_proto', |
604 'type': '<(component)', | 604 'type': '<(component)', |
605 'sources': [ | 605 'sources': [ |
606 'proto/compositor_message.proto', | 606 'proto/compositor_message.proto', |
607 'proto/display_item.proto', | 607 'proto/display_item.proto', |
608 'proto/display_list_recording_source.proto', | 608 'proto/display_list_recording_source.proto', |
609 'proto/layer.proto', | 609 'proto/layer.proto', |
610 'proto/layer_position_constraint.proto', | 610 'proto/layer_position_constraint.proto', |
611 'proto/layer_tree_debug_state.proto', | 611 'proto/layer_tree_debug_state.proto', |
| 612 'proto/layer_tree_host.proto', |
612 'proto/layer_tree_settings.proto', | 613 'proto/layer_tree_settings.proto', |
613 'proto/layer_selection_bound.proto', | 614 'proto/layer_selection_bound.proto', |
614 'proto/managed_memory_policy.proto', | 615 'proto/managed_memory_policy.proto', |
615 'proto/memory_allocation.proto', | 616 'proto/memory_allocation.proto', |
616 'proto/point.proto', | 617 'proto/point.proto', |
617 'proto/point3f.proto', | 618 'proto/point3f.proto', |
618 'proto/pointf.proto', | 619 'proto/pointf.proto', |
619 'proto/property_tree.proto', | 620 'proto/property_tree.proto', |
620 'proto/rect.proto', | 621 'proto/rect.proto', |
621 'proto/rectf.proto', | 622 'proto/rectf.proto', |
(...skipping 66 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
688 'surfaces/surface_resource_holder.cc', | 689 'surfaces/surface_resource_holder.cc', |
689 'surfaces/surface_resource_holder.h', | 690 'surfaces/surface_resource_holder.h', |
690 'surfaces/surfaces_export.h', | 691 'surfaces/surfaces_export.h', |
691 ], | 692 ], |
692 'includes': [ | 693 'includes': [ |
693 '../build/android/increase_size_for_speed.gypi', | 694 '../build/android/increase_size_for_speed.gypi', |
694 ], | 695 ], |
695 }, | 696 }, |
696 ], | 697 ], |
697 } | 698 } |
OLD | NEW |