| 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 34 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 45 'animation/animation_host.cc', | 45 'animation/animation_host.cc', |
| 46 'animation/animation_host.h', | 46 'animation/animation_host.h', |
| 47 'animation/animation_id_provider.cc', | 47 'animation/animation_id_provider.cc', |
| 48 'animation/animation_id_provider.h', | 48 'animation/animation_id_provider.h', |
| 49 'animation/animation_player.cc', | 49 'animation/animation_player.cc', |
| 50 'animation/animation_player.h', | 50 'animation/animation_player.h', |
| 51 'animation/animation_timeline.cc', | 51 'animation/animation_timeline.cc', |
| 52 'animation/animation_timeline.h', | 52 'animation/animation_timeline.h', |
| 53 'animation/element_animations.cc', | 53 'animation/element_animations.cc', |
| 54 'animation/element_animations.h', | 54 'animation/element_animations.h', |
| 55 'animation/element_id.cc', |
| 56 'animation/element_id.h', |
| 55 'animation/keyframed_animation_curve.cc', | 57 'animation/keyframed_animation_curve.cc', |
| 56 'animation/keyframed_animation_curve.h', | 58 'animation/keyframed_animation_curve.h', |
| 57 'animation/scroll_offset_animation_curve.cc', | 59 'animation/scroll_offset_animation_curve.cc', |
| 58 'animation/scroll_offset_animation_curve.h', | 60 'animation/scroll_offset_animation_curve.h', |
| 59 'animation/scroll_offset_animations_impl.cc', | 61 'animation/scroll_offset_animations_impl.cc', |
| 60 'animation/scroll_offset_animations_impl.h', | 62 'animation/scroll_offset_animations_impl.h', |
| 61 'animation/scroll_offset_animations.cc', | 63 'animation/scroll_offset_animations.cc', |
| 62 'animation/scroll_offset_animations.h', | 64 'animation/scroll_offset_animations.h', |
| 63 'animation/target_property.cc', | 65 'animation/target_property.cc', |
| 64 'animation/target_property.h', | 66 'animation/target_property.h', |
| (...skipping 546 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 611 # GN version: "//cc/proto" | 613 # GN version: "//cc/proto" |
| 612 'target_name': 'cc_proto', | 614 'target_name': 'cc_proto', |
| 613 'type': '<(component)', | 615 'type': '<(component)', |
| 614 'sources': [ | 616 'sources': [ |
| 615 'proto/begin_main_frame_and_commit_state.proto', | 617 'proto/begin_main_frame_and_commit_state.proto', |
| 616 'proto/commit_earlyout_reason.proto', | 618 'proto/commit_earlyout_reason.proto', |
| 617 'proto/compositor_message.proto', | 619 'proto/compositor_message.proto', |
| 618 'proto/compositor_message_to_impl.proto', | 620 'proto/compositor_message_to_impl.proto', |
| 619 'proto/compositor_message_to_main.proto', | 621 'proto/compositor_message_to_main.proto', |
| 620 'proto/display_item.proto', | 622 'proto/display_item.proto', |
| 623 'proto/element_id.proto', |
| 621 'proto/layer.proto', | 624 'proto/layer.proto', |
| 622 'proto/layer_position_constraint.proto', | 625 'proto/layer_position_constraint.proto', |
| 623 'proto/layer_tree_debug_state.proto', | 626 'proto/layer_tree_debug_state.proto', |
| 624 'proto/layer_tree_host.proto', | 627 'proto/layer_tree_host.proto', |
| 625 'proto/layer_tree_settings.proto', | 628 'proto/layer_tree_settings.proto', |
| 626 'proto/layer_selection_bound.proto', | 629 'proto/layer_selection_bound.proto', |
| 627 'proto/managed_memory_policy.proto', | 630 'proto/managed_memory_policy.proto', |
| 628 'proto/memory_allocation.proto', | 631 'proto/memory_allocation.proto', |
| 629 'proto/point.proto', | 632 'proto/point.proto', |
| 630 'proto/point3f.proto', | 633 'proto/point3f.proto', |
| (...skipping 72 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 703 'surfaces/surface_resource_holder.h', | 706 'surfaces/surface_resource_holder.h', |
| 704 'surfaces/surface_sequence.h', | 707 'surfaces/surface_sequence.h', |
| 705 'surfaces/surfaces_export.h', | 708 'surfaces/surfaces_export.h', |
| 706 ], | 709 ], |
| 707 'includes': [ | 710 'includes': [ |
| 708 '../build/android/increase_size_for_speed.gypi', | 711 '../build/android/increase_size_for_speed.gypi', |
| 709 ], | 712 ], |
| 710 }, | 713 }, |
| 711 ], | 714 ], |
| 712 } | 715 } |
| OLD | NEW |