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 589 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
600 'target_name': 'cc_proto', | 600 'target_name': 'cc_proto', |
601 'type': '<(component)', | 601 'type': '<(component)', |
602 'sources': [ | 602 'sources': [ |
603 'proto/compositor_message.proto', | 603 'proto/compositor_message.proto', |
604 'proto/display_item.proto', | 604 'proto/display_item.proto', |
605 'proto/display_list_recording_source.proto', | 605 'proto/display_list_recording_source.proto', |
606 'proto/layer.proto', | 606 'proto/layer.proto', |
607 'proto/layer_position_constraint.proto', | 607 'proto/layer_position_constraint.proto', |
608 'proto/layer_tree_debug_state.proto', | 608 'proto/layer_tree_debug_state.proto', |
609 'proto/layer_tree_settings.proto', | 609 'proto/layer_tree_settings.proto', |
| 610 'proto/layer_selection_bound.proto', |
610 'proto/managed_memory_policy.proto', | 611 'proto/managed_memory_policy.proto', |
611 'proto/memory_allocation.proto', | 612 'proto/memory_allocation.proto', |
612 'proto/point.proto', | 613 'proto/point.proto', |
613 'proto/point3f.proto', | 614 'proto/point3f.proto', |
614 'proto/pointf.proto', | 615 'proto/pointf.proto', |
615 'proto/property_tree.proto', | 616 'proto/property_tree.proto', |
616 'proto/rect.proto', | 617 'proto/rect.proto', |
617 'proto/rectf.proto', | 618 'proto/rectf.proto', |
618 'proto/region.proto', | 619 'proto/region.proto', |
619 'proto/renderer_settings.proto', | 620 'proto/renderer_settings.proto', |
(...skipping 64 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
684 'surfaces/surface_resource_holder.cc', | 685 'surfaces/surface_resource_holder.cc', |
685 'surfaces/surface_resource_holder.h', | 686 'surfaces/surface_resource_holder.h', |
686 'surfaces/surfaces_export.h', | 687 'surfaces/surfaces_export.h', |
687 ], | 688 ], |
688 'includes': [ | 689 'includes': [ |
689 '../build/android/increase_size_for_speed.gypi', | 690 '../build/android/increase_size_for_speed.gypi', |
690 ], | 691 ], |
691 }, | 692 }, |
692 ], | 693 ], |
693 } | 694 } |
OLD | NEW |