| 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", | |
| 65 "animation/CompositorAnimations.h", | |
| 66 "animation/CompositorAnimationsImpl.h", | |
| 67 "animation/CompositorPendingAnimations.cpp", | 64 "animation/CompositorPendingAnimations.cpp", |
| 68 "animation/CompositorPendingAnimations.h", | 65 "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", |
| (...skipping 1432 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1509 "events/ProgressEvent.idl", | 1506 "events/ProgressEvent.idl", |
| 1510 "events/ResourceProgressEvent.idl", | 1507 "events/ResourceProgressEvent.idl", |
| 1511 "events/TextEvent.idl", | 1508 "events/TextEvent.idl", |
| 1512 "events/TouchEvent.idl", | 1509 "events/TouchEvent.idl", |
| 1513 "events/TransitionEvent.idl", | 1510 "events/TransitionEvent.idl", |
| 1514 "events/UIEvent.idl", | 1511 "events/UIEvent.idl", |
| 1515 "events/AnimationEvent.idl", | 1512 "events/AnimationEvent.idl", |
| 1516 "events/WheelEvent.idl", | 1513 "events/WheelEvent.idl", |
| 1517 "html/canvas/WebGLContextEvent.idl", | 1514 "html/canvas/WebGLContextEvent.idl", |
| 1518 ], "abspath") | 1515 ], "abspath") |
| OLD | NEW |