| 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 23 matching lines...) Expand all Loading... |
| 34 # Note: file list duplicated in GN build. | 34 # Note: file list duplicated in GN build. |
| 35 'animation/animation.cc', | 35 'animation/animation.cc', |
| 36 'animation/animation.h', | 36 'animation/animation.h', |
| 37 'animation/animation_curve.cc', | 37 'animation/animation_curve.cc', |
| 38 'animation/animation_curve.h', | 38 'animation/animation_curve.h', |
| 39 'animation/animation_delegate.h', | 39 'animation/animation_delegate.h', |
| 40 'animation/animation_events.cc', | 40 'animation/animation_events.cc', |
| 41 'animation/animation_events.h', | 41 'animation/animation_events.h', |
| 42 'animation/animation_id_provider.cc', | 42 'animation/animation_id_provider.cc', |
| 43 'animation/animation_id_provider.h', | 43 'animation/animation_id_provider.h', |
| 44 'animation/animation_player.cc', |
| 45 'animation/animation_player.h', |
| 44 'animation/animation_registrar.cc', | 46 'animation/animation_registrar.cc', |
| 45 'animation/animation_registrar.h', | 47 'animation/animation_registrar.h', |
| 48 'animation/animation_timeline.cc', |
| 49 'animation/animation_timeline.h', |
| 46 'animation/keyframed_animation_curve.cc', | 50 'animation/keyframed_animation_curve.cc', |
| 47 'animation/keyframed_animation_curve.h', | 51 'animation/keyframed_animation_curve.h', |
| 48 'animation/layer_animation_controller.cc', | 52 'animation/layer_animation_controller.cc', |
| 49 'animation/layer_animation_controller.h', | 53 'animation/layer_animation_controller.h', |
| 50 'animation/layer_animation_event_observer.h', | 54 'animation/layer_animation_event_observer.h', |
| 51 'animation/layer_animation_value_observer.h', | 55 'animation/layer_animation_value_observer.h', |
| 52 'animation/layer_animation_value_provider.h', | 56 'animation/layer_animation_value_provider.h', |
| 53 'animation/scroll_offset_animation_curve.cc', | 57 'animation/scroll_offset_animation_curve.cc', |
| 54 'animation/scroll_offset_animation_curve.h', | 58 'animation/scroll_offset_animation_curve.h', |
| 55 'animation/scrollbar_animation_controller.h', | 59 'animation/scrollbar_animation_controller.h', |
| (...skipping 477 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 533 'trees/layer_sorter.h', | 537 'trees/layer_sorter.h', |
| 534 'trees/layer_tree_host.cc', | 538 'trees/layer_tree_host.cc', |
| 535 'trees/layer_tree_host.h', | 539 'trees/layer_tree_host.h', |
| 536 'trees/layer_tree_host_client.h', | 540 'trees/layer_tree_host_client.h', |
| 537 'trees/layer_tree_host_common.cc', | 541 'trees/layer_tree_host_common.cc', |
| 538 'trees/layer_tree_host_common.h', | 542 'trees/layer_tree_host_common.h', |
| 539 'trees/layer_tree_host_impl.cc', | 543 'trees/layer_tree_host_impl.cc', |
| 540 'trees/layer_tree_host_impl.h', | 544 'trees/layer_tree_host_impl.h', |
| 541 'trees/layer_tree_impl.cc', | 545 'trees/layer_tree_impl.cc', |
| 542 'trees/layer_tree_impl.h', | 546 'trees/layer_tree_impl.h', |
| 547 'trees/layer_tree_mutators_client.h', |
| 543 'trees/layer_tree_settings.cc', | 548 'trees/layer_tree_settings.cc', |
| 544 'trees/layer_tree_settings.h', | 549 'trees/layer_tree_settings.h', |
| 545 'trees/occlusion.cc', | 550 'trees/occlusion.cc', |
| 546 'trees/occlusion.h', | 551 'trees/occlusion.h', |
| 547 'trees/occlusion_tracker.cc', | 552 'trees/occlusion_tracker.cc', |
| 548 'trees/occlusion_tracker.h', | 553 'trees/occlusion_tracker.h', |
| 549 'trees/property_tree.cc', | 554 'trees/property_tree.cc', |
| 550 'trees/property_tree.h', | 555 'trees/property_tree.h', |
| 551 'trees/property_tree_builder.cc', | 556 'trees/property_tree_builder.cc', |
| 552 'trees/property_tree_builder.h', | 557 'trees/property_tree_builder.h', |
| (...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 608 'surfaces/surface_resource_holder.cc', | 613 'surfaces/surface_resource_holder.cc', |
| 609 'surfaces/surface_resource_holder.h', | 614 'surfaces/surface_resource_holder.h', |
| 610 'surfaces/surfaces_export.h', | 615 'surfaces/surfaces_export.h', |
| 611 ], | 616 ], |
| 612 'includes': [ | 617 'includes': [ |
| 613 '../build/android/increase_size_for_speed.gypi', | 618 '../build/android/increase_size_for_speed.gypi', |
| 614 ], | 619 ], |
| 615 }, | 620 }, |
| 616 ], | 621 ], |
| 617 } | 622 } |
| OLD | NEW |