| 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 21 matching lines...) Expand all Loading... |
| 32 ], | 32 ], |
| 33 'sources': [ | 33 'sources': [ |
| 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_host.cc', |
| 43 'animation/animation_host.h', |
| 42 'animation/animation_id_provider.cc', | 44 'animation/animation_id_provider.cc', |
| 43 'animation/animation_id_provider.h', | 45 'animation/animation_id_provider.h', |
| 46 'animation/animation_player.cc', |
| 47 'animation/animation_player.h', |
| 44 'animation/animation_registrar.cc', | 48 'animation/animation_registrar.cc', |
| 45 'animation/animation_registrar.h', | 49 'animation/animation_registrar.h', |
| 50 'animation/animation_timeline.cc', |
| 51 'animation/animation_timeline.h', |
| 46 'animation/keyframed_animation_curve.cc', | 52 'animation/keyframed_animation_curve.cc', |
| 47 'animation/keyframed_animation_curve.h', | 53 'animation/keyframed_animation_curve.h', |
| 48 'animation/layer_animation_controller.cc', | 54 'animation/layer_animation_controller.cc', |
| 49 'animation/layer_animation_controller.h', | 55 'animation/layer_animation_controller.h', |
| 50 'animation/layer_animation_event_observer.h', | 56 'animation/layer_animation_event_observer.h', |
| 51 'animation/layer_animation_value_observer.h', | 57 'animation/layer_animation_value_observer.h', |
| 52 'animation/layer_animation_value_provider.h', | 58 'animation/layer_animation_value_provider.h', |
| 53 'animation/scroll_offset_animation_curve.cc', | 59 'animation/scroll_offset_animation_curve.cc', |
| 54 'animation/scroll_offset_animation_curve.h', | 60 'animation/scroll_offset_animation_curve.h', |
| 55 'animation/scrollbar_animation_controller.cc', | 61 'animation/scrollbar_animation_controller.cc', |
| (...skipping 493 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 549 'trees/layer_tree_host.cc', | 555 'trees/layer_tree_host.cc', |
| 550 'trees/layer_tree_host.h', | 556 'trees/layer_tree_host.h', |
| 551 'trees/layer_tree_host_client.h', | 557 'trees/layer_tree_host_client.h', |
| 552 'trees/layer_tree_host_common.cc', | 558 'trees/layer_tree_host_common.cc', |
| 553 'trees/layer_tree_host_common.h', | 559 'trees/layer_tree_host_common.h', |
| 554 'trees/layer_tree_host_impl.cc', | 560 'trees/layer_tree_host_impl.cc', |
| 555 'trees/layer_tree_host_impl.h', | 561 'trees/layer_tree_host_impl.h', |
| 556 'trees/layer_tree_host_single_thread_client.h', | 562 'trees/layer_tree_host_single_thread_client.h', |
| 557 'trees/layer_tree_impl.cc', | 563 'trees/layer_tree_impl.cc', |
| 558 'trees/layer_tree_impl.h', | 564 'trees/layer_tree_impl.h', |
| 565 'trees/layer_tree_mutators_client.h', |
| 559 'trees/layer_tree_settings.cc', | 566 'trees/layer_tree_settings.cc', |
| 560 'trees/layer_tree_settings.h', | 567 'trees/layer_tree_settings.h', |
| 561 'trees/occlusion.cc', | 568 'trees/occlusion.cc', |
| 562 'trees/occlusion.h', | 569 'trees/occlusion.h', |
| 563 'trees/occlusion_tracker.cc', | 570 'trees/occlusion_tracker.cc', |
| 564 'trees/occlusion_tracker.h', | 571 'trees/occlusion_tracker.h', |
| 565 'trees/property_tree.cc', | 572 'trees/property_tree.cc', |
| 566 'trees/property_tree.h', | 573 'trees/property_tree.h', |
| 567 'trees/property_tree_builder.cc', | 574 'trees/property_tree_builder.cc', |
| 568 'trees/property_tree_builder.h', | 575 'trees/property_tree_builder.h', |
| (...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 626 'surfaces/surface_resource_holder.cc', | 633 'surfaces/surface_resource_holder.cc', |
| 627 'surfaces/surface_resource_holder.h', | 634 'surfaces/surface_resource_holder.h', |
| 628 'surfaces/surfaces_export.h', | 635 'surfaces/surfaces_export.h', |
| 629 ], | 636 ], |
| 630 'includes': [ | 637 'includes': [ |
| 631 '../build/android/increase_size_for_speed.gypi', | 638 '../build/android/increase_size_for_speed.gypi', |
| 632 ], | 639 ], |
| 633 }, | 640 }, |
| 634 ], | 641 ], |
| 635 } | 642 } |
| OLD | NEW |