| 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', | |
| 57 'animation/keyframed_animation_curve.cc', | 55 'animation/keyframed_animation_curve.cc', |
| 58 'animation/keyframed_animation_curve.h', | 56 'animation/keyframed_animation_curve.h', |
| 59 'animation/scroll_offset_animation_curve.cc', | 57 'animation/scroll_offset_animation_curve.cc', |
| 60 'animation/scroll_offset_animation_curve.h', | 58 'animation/scroll_offset_animation_curve.h', |
| 61 'animation/scroll_offset_animations_impl.cc', | 59 'animation/scroll_offset_animations_impl.cc', |
| 62 'animation/scroll_offset_animations_impl.h', | 60 'animation/scroll_offset_animations_impl.h', |
| 63 'animation/scroll_offset_animations.cc', | 61 'animation/scroll_offset_animations.cc', |
| 64 'animation/scroll_offset_animations.h', | 62 'animation/scroll_offset_animations.h', |
| 65 'animation/target_property.cc', | 63 'animation/target_property.cc', |
| 66 'animation/target_property.h', | 64 'animation/target_property.h', |
| (...skipping 540 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 607 # GN version: "//cc/proto" | 605 # GN version: "//cc/proto" |
| 608 'target_name': 'cc_proto', | 606 'target_name': 'cc_proto', |
| 609 'type': '<(component)', | 607 'type': '<(component)', |
| 610 'sources': [ | 608 'sources': [ |
| 611 'proto/begin_main_frame_and_commit_state.proto', | 609 'proto/begin_main_frame_and_commit_state.proto', |
| 612 'proto/commit_earlyout_reason.proto', | 610 'proto/commit_earlyout_reason.proto', |
| 613 'proto/compositor_message.proto', | 611 'proto/compositor_message.proto', |
| 614 'proto/compositor_message_to_impl.proto', | 612 'proto/compositor_message_to_impl.proto', |
| 615 'proto/compositor_message_to_main.proto', | 613 'proto/compositor_message_to_main.proto', |
| 616 'proto/display_item.proto', | 614 'proto/display_item.proto', |
| 617 'proto/element_id.proto', | |
| 618 'proto/layer.proto', | 615 'proto/layer.proto', |
| 619 'proto/layer_position_constraint.proto', | 616 'proto/layer_position_constraint.proto', |
| 620 'proto/layer_tree_debug_state.proto', | 617 'proto/layer_tree_debug_state.proto', |
| 621 'proto/layer_tree_host.proto', | 618 'proto/layer_tree_host.proto', |
| 622 'proto/layer_tree_settings.proto', | 619 'proto/layer_tree_settings.proto', |
| 623 'proto/layer_selection_bound.proto', | 620 'proto/layer_selection_bound.proto', |
| 624 'proto/managed_memory_policy.proto', | 621 'proto/managed_memory_policy.proto', |
| 625 'proto/memory_allocation.proto', | 622 'proto/memory_allocation.proto', |
| 626 'proto/point.proto', | 623 'proto/point.proto', |
| 627 'proto/point3f.proto', | 624 'proto/point3f.proto', |
| (...skipping 73 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 701 'surfaces/surface_resource_holder.cc', | 698 'surfaces/surface_resource_holder.cc', |
| 702 'surfaces/surface_resource_holder.h', | 699 'surfaces/surface_resource_holder.h', |
| 703 'surfaces/surfaces_export.h', | 700 'surfaces/surfaces_export.h', |
| 704 ], | 701 ], |
| 705 'includes': [ | 702 'includes': [ |
| 706 '../build/android/increase_size_for_speed.gypi', | 703 '../build/android/increase_size_for_speed.gypi', |
| 707 ], | 704 ], |
| 708 }, | 705 }, |
| 709 ], | 706 ], |
| 710 } | 707 } |
| OLD | NEW |