OLD | NEW |
1 # Copyright 2014 The Chromium Authors. All rights reserved. | 1 # Copyright 2014 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 sky_core_output_dir = "$root_gen_dir/sky/core" | 5 sky_core_output_dir = "$root_gen_dir/sky/core" |
6 | 6 |
7 sky_core_files = [ | 7 sky_core_files = [ |
8 "animation/ActiveAnimations.cpp", | 8 "animation/ActiveAnimations.cpp", |
9 "animation/ActiveAnimations.h", | 9 "animation/ActiveAnimations.h", |
10 "animation/animatable/AnimatableClipPathOperation.cpp", | 10 "animation/animatable/AnimatableClipPathOperation.cpp", |
(...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
54 "animation/AnimationNodeTiming.cpp", | 54 "animation/AnimationNodeTiming.cpp", |
55 "animation/AnimationNodeTiming.h", | 55 "animation/AnimationNodeTiming.h", |
56 "animation/AnimationPlayer.cpp", | 56 "animation/AnimationPlayer.cpp", |
57 "animation/AnimationPlayer.h", | 57 "animation/AnimationPlayer.h", |
58 "animation/AnimationStack.cpp", | 58 "animation/AnimationStack.cpp", |
59 "animation/AnimationStack.h", | 59 "animation/AnimationStack.h", |
60 "animation/AnimationTimeline.cpp", | 60 "animation/AnimationTimeline.cpp", |
61 "animation/AnimationTimeline.h", | 61 "animation/AnimationTimeline.h", |
62 "animation/AnimationTranslationUtil.cpp", | 62 "animation/AnimationTranslationUtil.cpp", |
63 "animation/AnimationTranslationUtil.h", | 63 "animation/AnimationTranslationUtil.h", |
64 "animation/CompositorAnimations.cpp", | 64 "animation/PendingAnimations.cpp", |
65 "animation/CompositorAnimations.h", | 65 "animation/PendingAnimations.h", |
66 "animation/CompositorAnimationsImpl.h", | |
67 "animation/CompositorPendingAnimations.cpp", | |
68 "animation/CompositorPendingAnimations.h", | |
69 "animation/css/CSSAnimatableValueFactory.cpp", | 66 "animation/css/CSSAnimatableValueFactory.cpp", |
70 "animation/css/CSSAnimatableValueFactory.h", | 67 "animation/css/CSSAnimatableValueFactory.h", |
71 "animation/css/CSSAnimationData.cpp", | 68 "animation/css/CSSAnimationData.cpp", |
72 "animation/css/CSSAnimationData.h", | 69 "animation/css/CSSAnimationData.h", |
73 "animation/css/CSSAnimations.cpp", | 70 "animation/css/CSSAnimations.cpp", |
74 "animation/css/CSSAnimations.h", | 71 "animation/css/CSSAnimations.h", |
75 "animation/css/CSSPropertyEquality.cpp", | 72 "animation/css/CSSPropertyEquality.cpp", |
76 "animation/css/CSSPropertyEquality.h", | 73 "animation/css/CSSPropertyEquality.h", |
77 "animation/css/CSSTimingData.cpp", | 74 "animation/css/CSSTimingData.cpp", |
78 "animation/css/CSSTimingData.h", | 75 "animation/css/CSSTimingData.h", |
(...skipping 1400 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1479 "events/ProgressEvent.idl", | 1476 "events/ProgressEvent.idl", |
1480 "events/ResourceProgressEvent.idl", | 1477 "events/ResourceProgressEvent.idl", |
1481 "events/TextEvent.idl", | 1478 "events/TextEvent.idl", |
1482 "events/TouchEvent.idl", | 1479 "events/TouchEvent.idl", |
1483 "events/TransitionEvent.idl", | 1480 "events/TransitionEvent.idl", |
1484 "events/UIEvent.idl", | 1481 "events/UIEvent.idl", |
1485 "events/AnimationEvent.idl", | 1482 "events/AnimationEvent.idl", |
1486 "events/WheelEvent.idl", | 1483 "events/WheelEvent.idl", |
1487 "html/canvas/WebGLContextEvent.idl", | 1484 "html/canvas/WebGLContextEvent.idl", |
1488 ], "abspath") | 1485 ], "abspath") |
OLD | NEW |