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', |
| 52 'animation/element_animations.cc', |
| 53 'animation/element_animations.h', |
46 'animation/keyframed_animation_curve.cc', | 54 'animation/keyframed_animation_curve.cc', |
47 'animation/keyframed_animation_curve.h', | 55 'animation/keyframed_animation_curve.h', |
48 'animation/layer_animation_controller.cc', | 56 'animation/layer_animation_controller.cc', |
49 'animation/layer_animation_controller.h', | 57 'animation/layer_animation_controller.h', |
50 'animation/layer_animation_event_observer.h', | 58 'animation/layer_animation_event_observer.h', |
51 'animation/layer_animation_value_observer.h', | 59 'animation/layer_animation_value_observer.h', |
52 'animation/layer_animation_value_provider.h', | 60 'animation/layer_animation_value_provider.h', |
53 'animation/scroll_offset_animation_curve.cc', | 61 'animation/scroll_offset_animation_curve.cc', |
54 'animation/scroll_offset_animation_curve.h', | 62 'animation/scroll_offset_animation_curve.h', |
55 'animation/scrollbar_animation_controller.cc', | 63 'animation/scrollbar_animation_controller.cc', |
(...skipping 312 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
368 'playback/picture_pile_impl.cc', | 376 'playback/picture_pile_impl.cc', |
369 'playback/picture_pile_impl.h', | 377 'playback/picture_pile_impl.h', |
370 'playback/pixel_ref_map.cc', | 378 'playback/pixel_ref_map.cc', |
371 'playback/pixel_ref_map.h', | 379 'playback/pixel_ref_map.h', |
372 'playback/raster_source.h', | 380 'playback/raster_source.h', |
373 'playback/raster_source_helper.cc', | 381 'playback/raster_source_helper.cc', |
374 'playback/raster_source_helper.h', | 382 'playback/raster_source_helper.h', |
375 'playback/recording_source.h', | 383 'playback/recording_source.h', |
376 'playback/transform_display_item.cc', | 384 'playback/transform_display_item.cc', |
377 'playback/transform_display_item.h', | 385 'playback/transform_display_item.h', |
| 386 'public/mutator_host_client.h', |
378 'quads/checkerboard_draw_quad.cc', | 387 'quads/checkerboard_draw_quad.cc', |
379 'quads/checkerboard_draw_quad.h', | 388 'quads/checkerboard_draw_quad.h', |
380 'quads/content_draw_quad_base.cc', | 389 'quads/content_draw_quad_base.cc', |
381 'quads/content_draw_quad_base.h', | 390 'quads/content_draw_quad_base.h', |
382 'quads/debug_border_draw_quad.cc', | 391 'quads/debug_border_draw_quad.cc', |
383 'quads/debug_border_draw_quad.h', | 392 'quads/debug_border_draw_quad.h', |
384 'quads/draw_polygon.cc', | 393 'quads/draw_polygon.cc', |
385 'quads/draw_polygon.h', | 394 'quads/draw_polygon.h', |
386 'quads/draw_quad.cc', | 395 'quads/draw_quad.cc', |
387 'quads/draw_quad.h', | 396 'quads/draw_quad.h', |
(...skipping 246 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
634 'surfaces/surface_resource_holder.cc', | 643 'surfaces/surface_resource_holder.cc', |
635 'surfaces/surface_resource_holder.h', | 644 'surfaces/surface_resource_holder.h', |
636 'surfaces/surfaces_export.h', | 645 'surfaces/surfaces_export.h', |
637 ], | 646 ], |
638 'includes': [ | 647 'includes': [ |
639 '../build/android/increase_size_for_speed.gypi', | 648 '../build/android/increase_size_for_speed.gypi', |
640 ], | 649 ], |
641 }, | 650 }, |
642 ], | 651 ], |
643 } | 652 } |
OLD | NEW |