Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(145)

Side by Side Diff: sky/engine/core/core.gni

Issue 1229273004: Remove Animations and Transitions. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 5 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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 "Init.cpp", 8 "Init.cpp",
9 "Init.h", 9 "Init.h",
10 "animation/ActiveAnimations.cpp",
11 "animation/ActiveAnimations.h",
12 "animation/Animation.cpp",
13 "animation/Animation.h",
14 "animation/AnimationClock.cpp",
15 "animation/AnimationClock.h",
16 "animation/AnimationEffect.h",
17 "animation/AnimationHelpers.h",
18 "animation/AnimationNode.cpp",
19 "animation/AnimationNode.h",
20 "animation/AnimationNodeTiming.cpp",
21 "animation/AnimationNodeTiming.h",
22 "animation/AnimationPlayer.cpp",
23 "animation/AnimationPlayer.h",
24 "animation/AnimationStack.cpp",
25 "animation/AnimationStack.h",
26 "animation/AnimationTimeline.cpp",
27 "animation/AnimationTimeline.h",
28 "animation/DefaultStyleInterpolation.h",
29 "animation/DeferredLegacyStyleInterpolation.cpp",
30 "animation/DeferredLegacyStyleInterpolation.h",
31 "animation/DocumentAnimation.h",
32 "animation/DocumentAnimations.cpp",
33 "animation/DocumentAnimations.h",
34 "animation/ElementAnimation.h",
35 "animation/InertAnimation.cpp",
36 "animation/InertAnimation.h",
37 "animation/InterpolableValue.cpp",
38 "animation/InterpolableValue.h",
39 "animation/Interpolation.cpp",
40 "animation/Interpolation.h",
41 "animation/InterpolationEffect.cpp",
42 "animation/InterpolationEffect.h",
43 "animation/Keyframe.h",
44 "animation/KeyframeEffectModel.cpp",
45 "animation/KeyframeEffectModel.h",
46 "animation/LegacyStyleInterpolation.h",
47 "animation/LengthStyleInterpolation.cpp",
48 "animation/LengthStyleInterpolation.h",
49 "animation/PendingAnimations.cpp",
50 "animation/PendingAnimations.h",
51 "animation/SampledEffect.cpp",
52 "animation/SampledEffect.h",
53 "animation/StringKeyframe.cpp",
54 "animation/StringKeyframe.h",
55 "animation/StyleInterpolation.h",
56 "animation/Timing.h",
57 "animation/TimingCalculations.h",
58 "animation/TimingInput.cpp",
59 "animation/TimingInput.h",
60 "animation/animatable/AnimatableClipPathOperation.cpp",
61 "animation/animatable/AnimatableClipPathOperation.h",
62 "animation/animatable/AnimatableColor.cpp",
63 "animation/animatable/AnimatableColor.h",
64 "animation/animatable/AnimatableDouble.cpp",
65 "animation/animatable/AnimatableDouble.h",
66 "animation/animatable/AnimatableFilterOperations.cpp",
67 "animation/animatable/AnimatableFilterOperations.h",
68 "animation/animatable/AnimatableLength.cpp",
69 "animation/animatable/AnimatableLength.h",
70 "animation/animatable/AnimatableLengthBox.cpp",
71 "animation/animatable/AnimatableLengthBox.h",
72 "animation/animatable/AnimatableLengthBoxAndBool.cpp",
73 "animation/animatable/AnimatableLengthBoxAndBool.h",
74 "animation/animatable/AnimatableLengthPoint.cpp",
75 "animation/animatable/AnimatableLengthPoint.h",
76 "animation/animatable/AnimatableLengthPoint3D.cpp",
77 "animation/animatable/AnimatableLengthPoint3D.h",
78 "animation/animatable/AnimatableLengthSize.cpp",
79 "animation/animatable/AnimatableLengthSize.h",
80 "animation/animatable/AnimatableNeutral.h",
81 "animation/animatable/AnimatableRepeatable.cpp",
82 "animation/animatable/AnimatableRepeatable.h",
83 "animation/animatable/AnimatableShadow.cpp",
84 "animation/animatable/AnimatableShadow.h",
85 "animation/animatable/AnimatableShapeValue.cpp",
86 "animation/animatable/AnimatableShapeValue.h",
87 "animation/animatable/AnimatableTransform.cpp",
88 "animation/animatable/AnimatableTransform.h",
89 "animation/animatable/AnimatableUnknown.h",
90 "animation/animatable/AnimatableValue.cpp",
91 "animation/animatable/AnimatableValue.h",
92 "animation/animatable/AnimatableValueKeyframe.cpp",
93 "animation/animatable/AnimatableValueKeyframe.h",
94 "animation/css/CSSAnimatableValueFactory.cpp",
95 "animation/css/CSSAnimatableValueFactory.h",
96 "animation/css/CSSAnimationData.cpp",
97 "animation/css/CSSAnimationData.h",
98 "animation/css/CSSAnimations.cpp",
99 "animation/css/CSSAnimations.h",
100 "animation/css/CSSPropertyEquality.cpp",
101 "animation/css/CSSPropertyEquality.h",
102 "animation/css/CSSTimingData.cpp",
103 "animation/css/CSSTimingData.h",
104 "animation/css/CSSTransitionData.cpp",
105 "animation/css/CSSTransitionData.h",
106 "css/BasicShapeFunctions.cpp", 10 "css/BasicShapeFunctions.cpp",
107 "css/BasicShapeFunctions.h", 11 "css/BasicShapeFunctions.h",
108 "css/BinaryDataFontFaceSource.cpp", 12 "css/BinaryDataFontFaceSource.cpp",
109 "css/BinaryDataFontFaceSource.h", 13 "css/BinaryDataFontFaceSource.h",
110 "css/CSSAspectRatioValue.cpp", 14 "css/CSSAspectRatioValue.cpp",
111 "css/CSSAspectRatioValue.h", 15 "css/CSSAspectRatioValue.h",
112 "css/CSSBasicShapes.cpp", 16 "css/CSSBasicShapes.cpp",
113 "css/CSSBasicShapes.h", 17 "css/CSSBasicShapes.h",
114 "css/CSSBorderImage.cpp", 18 "css/CSSBorderImage.cpp",
115 "css/CSSBorderImage.h", 19 "css/CSSBorderImage.h",
(...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after
163 "css/CSSSegmentedFontFace.h", 67 "css/CSSSegmentedFontFace.h",
164 "css/CSSSelector.cpp", 68 "css/CSSSelector.cpp",
165 "css/CSSSelector.h", 69 "css/CSSSelector.h",
166 "css/CSSSelectorList.cpp", 70 "css/CSSSelectorList.cpp",
167 "css/CSSSelectorList.h", 71 "css/CSSSelectorList.h",
168 "css/CSSShadowValue.cpp", 72 "css/CSSShadowValue.cpp",
169 "css/CSSShadowValue.h", 73 "css/CSSShadowValue.h",
170 "css/CSSStyleDeclaration.h", 74 "css/CSSStyleDeclaration.h",
171 "css/CSSStyleSheet.cpp", 75 "css/CSSStyleSheet.cpp",
172 "css/CSSStyleSheet.h", 76 "css/CSSStyleSheet.h",
173 "css/CSSTimingFunctionValue.cpp",
174 "css/CSSTimingFunctionValue.h",
175 "css/CSSToLengthConversionData.cpp", 77 "css/CSSToLengthConversionData.cpp",
176 "css/CSSToLengthConversionData.h", 78 "css/CSSToLengthConversionData.h",
177 "css/CSSTransformValue.cpp", 79 "css/CSSTransformValue.cpp",
178 "css/CSSTransformValue.h", 80 "css/CSSTransformValue.h",
179 "css/CSSUnicodeRangeValue.cpp", 81 "css/CSSUnicodeRangeValue.cpp",
180 "css/CSSUnicodeRangeValue.h", 82 "css/CSSUnicodeRangeValue.h",
181 "css/CSSValue.cpp", 83 "css/CSSValue.cpp",
182 "css/CSSValue.h", 84 "css/CSSValue.h",
183 "css/CSSValueList.cpp", 85 "css/CSSValueList.cpp",
184 "css/CSSValueList.h", 86 "css/CSSValueList.h",
(...skipping 72 matching lines...) Expand 10 before | Expand all | Expand 10 after
257 "css/parser/MediaQueryInputStream.cpp", 159 "css/parser/MediaQueryInputStream.cpp",
258 "css/parser/MediaQueryInputStream.h", 160 "css/parser/MediaQueryInputStream.h",
259 "css/parser/MediaQueryParser.cpp", 161 "css/parser/MediaQueryParser.cpp",
260 "css/parser/MediaQueryParser.h", 162 "css/parser/MediaQueryParser.h",
261 "css/parser/MediaQueryToken.cpp", 163 "css/parser/MediaQueryToken.cpp",
262 "css/parser/MediaQueryToken.h", 164 "css/parser/MediaQueryToken.h",
263 "css/parser/MediaQueryTokenizer.cpp", 165 "css/parser/MediaQueryTokenizer.cpp",
264 "css/parser/MediaQueryTokenizer.h", 166 "css/parser/MediaQueryTokenizer.h",
265 "css/parser/SizesCalcParser.cpp", 167 "css/parser/SizesCalcParser.cpp",
266 "css/parser/SizesCalcParser.h", 168 "css/parser/SizesCalcParser.h",
267 "css/resolver/AnimatedStyleBuilder.cpp",
268 "css/resolver/AnimatedStyleBuilder.h",
269 "css/resolver/CSSToStyleMap.cpp", 169 "css/resolver/CSSToStyleMap.cpp",
270 "css/resolver/CSSToStyleMap.h", 170 "css/resolver/CSSToStyleMap.h",
271 "css/resolver/ElementResolveContext.cpp", 171 "css/resolver/ElementResolveContext.cpp",
272 "css/resolver/ElementResolveContext.h", 172 "css/resolver/ElementResolveContext.h",
273 "css/resolver/ElementStyleResources.cpp", 173 "css/resolver/ElementStyleResources.cpp",
274 "css/resolver/ElementStyleResources.h", 174 "css/resolver/ElementStyleResources.h",
275 "css/resolver/FilterOperationResolver.cpp", 175 "css/resolver/FilterOperationResolver.cpp",
276 "css/resolver/FilterOperationResolver.h", 176 "css/resolver/FilterOperationResolver.h",
277 "css/resolver/FontBuilder.cpp", 177 "css/resolver/FontBuilder.cpp",
278 "css/resolver/FontBuilder.h", 178 "css/resolver/FontBuilder.h",
(...skipping 252 matching lines...) Expand 10 before | Expand all | Expand 10 after
531 "editing/UndoStep.h", 431 "editing/UndoStep.h",
532 "editing/VisiblePosition.cpp", 432 "editing/VisiblePosition.cpp",
533 "editing/VisiblePosition.h", 433 "editing/VisiblePosition.h",
534 "editing/VisibleSelection.cpp", 434 "editing/VisibleSelection.cpp",
535 "editing/VisibleSelection.h", 435 "editing/VisibleSelection.h",
536 "editing/VisibleUnits.cpp", 436 "editing/VisibleUnits.cpp",
537 "editing/VisibleUnits.h", 437 "editing/VisibleUnits.h",
538 "editing/WritingDirection.h", 438 "editing/WritingDirection.h",
539 "editing/htmlediting.cpp", 439 "editing/htmlediting.cpp",
540 "editing/htmlediting.h", 440 "editing/htmlediting.h",
541 "events/AnimationEvent.cpp",
542 "events/AnimationEvent.h",
543 "events/AnimationPlayerEvent.cpp",
544 "events/AnimationPlayerEvent.h",
545 "events/BeforeTextInsertedEvent.cpp", 441 "events/BeforeTextInsertedEvent.cpp",
546 "events/BeforeTextInsertedEvent.h", 442 "events/BeforeTextInsertedEvent.h",
547 "events/CompositionEvent.cpp", 443 "events/CompositionEvent.cpp",
548 "events/CompositionEvent.h", 444 "events/CompositionEvent.h",
549 "events/DOMWindowEventQueue.cpp", 445 "events/DOMWindowEventQueue.cpp",
550 "events/DOMWindowEventQueue.h", 446 "events/DOMWindowEventQueue.h",
551 "events/ErrorEvent.cpp", 447 "events/ErrorEvent.cpp",
552 "events/ErrorEvent.h", 448 "events/ErrorEvent.h",
553 "events/Event.cpp", 449 "events/Event.cpp",
554 "events/Event.h", 450 "events/Event.h",
(...skipping 24 matching lines...) Expand all
579 "events/PageTransitionEvent.cpp", 475 "events/PageTransitionEvent.cpp",
580 "events/PageTransitionEvent.h", 476 "events/PageTransitionEvent.h",
581 "events/PointerEvent.cpp", 477 "events/PointerEvent.cpp",
582 "events/PointerEvent.h", 478 "events/PointerEvent.h",
583 "events/RegisteredEventListener.h", 479 "events/RegisteredEventListener.h",
584 "events/ScopedEventQueue.cpp", 480 "events/ScopedEventQueue.cpp",
585 "events/ScopedEventQueue.h", 481 "events/ScopedEventQueue.h",
586 "events/TextEvent.cpp", 482 "events/TextEvent.cpp",
587 "events/TextEvent.h", 483 "events/TextEvent.h",
588 "events/TextEventInputType.h", 484 "events/TextEventInputType.h",
589 "events/TransitionEvent.cpp",
590 "events/TransitionEvent.h",
591 "events/TreeScopeEventContext.cpp", 485 "events/TreeScopeEventContext.cpp",
592 "events/TreeScopeEventContext.h", 486 "events/TreeScopeEventContext.h",
593 "events/UIEvent.cpp", 487 "events/UIEvent.cpp",
594 "events/UIEvent.h", 488 "events/UIEvent.h",
595 "events/UIEventWithKeyState.cpp", 489 "events/UIEventWithKeyState.cpp",
596 "events/UIEventWithKeyState.h", 490 "events/UIEventWithKeyState.h",
597 "events/WheelEvent.cpp", 491 "events/WheelEvent.cpp",
598 "events/WheelEvent.h", 492 "events/WheelEvent.h",
599 "events/WindowEventContext.cpp", 493 "events/WindowEventContext.cpp",
600 "events/WindowEventContext.h", 494 "events/WindowEventContext.h",
(...skipping 81 matching lines...) Expand 10 before | Expand all | Expand 10 after
682 "loader/UniqueIdentifier.h", 576 "loader/UniqueIdentifier.h",
683 "page/ChromeClient.h", 577 "page/ChromeClient.h",
684 "page/EditorClient.h", 578 "page/EditorClient.h",
685 "page/EventHandler.cpp", 579 "page/EventHandler.cpp",
686 "page/EventHandler.h", 580 "page/EventHandler.h",
687 "page/FocusController.cpp", 581 "page/FocusController.cpp",
688 "page/FocusController.h", 582 "page/FocusController.h",
689 "page/FocusType.h", 583 "page/FocusType.h",
690 "page/Page.cpp", 584 "page/Page.cpp",
691 "page/Page.h", 585 "page/Page.h",
692 "page/PageAnimator.cpp",
693 "page/PageAnimator.h",
694 "page/PageLifecycleNotifier.cpp", 586 "page/PageLifecycleNotifier.cpp",
695 "page/PageLifecycleNotifier.h", 587 "page/PageLifecycleNotifier.h",
696 "page/PageLifecycleObserver.cpp", 588 "page/PageLifecycleObserver.cpp",
697 "page/PageLifecycleObserver.h", 589 "page/PageLifecycleObserver.h",
698 "page/PageVisibilityState.cpp",
699 "page/PageVisibilityState.h",
700 "page/SpellCheckerClient.h", 590 "page/SpellCheckerClient.h",
701 "painting/Canvas.cpp", 591 "painting/Canvas.cpp",
702 "painting/Canvas.h", 592 "painting/Canvas.h",
703 "painting/CanvasColor.cpp", 593 "painting/CanvasColor.cpp",
704 "painting/CanvasColor.h", 594 "painting/CanvasColor.h",
705 "painting/CanvasGradient.cpp", 595 "painting/CanvasGradient.cpp",
706 "painting/CanvasGradient.h", 596 "painting/CanvasGradient.h",
707 "painting/CanvasImage.cpp", 597 "painting/CanvasImage.cpp",
708 "painting/CanvasImage.h", 598 "painting/CanvasImage.h",
709 "painting/CanvasPath.cpp", 599 "painting/CanvasPath.cpp",
(...skipping 149 matching lines...) Expand 10 before | Expand all | Expand 10 after
859 "rendering/style/BorderImageLength.h", 749 "rendering/style/BorderImageLength.h",
860 "rendering/style/BorderImageLengthBox.h", 750 "rendering/style/BorderImageLengthBox.h",
861 "rendering/style/BorderValue.h", 751 "rendering/style/BorderValue.h",
862 "rendering/style/CollapsedBorderValue.h", 752 "rendering/style/CollapsedBorderValue.h",
863 "rendering/style/CounterDirectives.cpp", 753 "rendering/style/CounterDirectives.cpp",
864 "rendering/style/CounterDirectives.h", 754 "rendering/style/CounterDirectives.h",
865 "rendering/style/DataEquivalency.h", 755 "rendering/style/DataEquivalency.h",
866 "rendering/style/DataRef.h", 756 "rendering/style/DataRef.h",
867 "rendering/style/FillLayer.cpp", 757 "rendering/style/FillLayer.cpp",
868 "rendering/style/FillLayer.h", 758 "rendering/style/FillLayer.h",
869 "rendering/style/KeyframeList.cpp",
870 "rendering/style/KeyframeList.h",
871 "rendering/style/NinePieceImage.cpp", 759 "rendering/style/NinePieceImage.cpp",
872 "rendering/style/NinePieceImage.h", 760 "rendering/style/NinePieceImage.h",
873 "rendering/style/OutlineValue.h", 761 "rendering/style/OutlineValue.h",
874 "rendering/style/RenderStyle.cpp", 762 "rendering/style/RenderStyle.cpp",
875 "rendering/style/RenderStyle.h", 763 "rendering/style/RenderStyle.h",
876 "rendering/style/RenderStyleConstants.h", 764 "rendering/style/RenderStyleConstants.h",
877 "rendering/style/ShadowData.cpp", 765 "rendering/style/ShadowData.cpp",
878 "rendering/style/ShadowData.h", 766 "rendering/style/ShadowData.h",
879 "rendering/style/ShadowList.cpp", 767 "rendering/style/ShadowList.cpp",
880 "rendering/style/ShadowList.h", 768 "rendering/style/ShadowList.h",
(...skipping 16 matching lines...) Expand all
897 "rendering/style/StyleRareInheritedData.cpp", 785 "rendering/style/StyleRareInheritedData.cpp",
898 "rendering/style/StyleRareInheritedData.h", 786 "rendering/style/StyleRareInheritedData.h",
899 "rendering/style/StyleRareNonInheritedData.cpp", 787 "rendering/style/StyleRareNonInheritedData.cpp",
900 "rendering/style/StyleRareNonInheritedData.h", 788 "rendering/style/StyleRareNonInheritedData.h",
901 "rendering/style/StyleSurroundData.cpp", 789 "rendering/style/StyleSurroundData.cpp",
902 "rendering/style/StyleSurroundData.h", 790 "rendering/style/StyleSurroundData.h",
903 "rendering/style/StyleTransformData.cpp", 791 "rendering/style/StyleTransformData.cpp",
904 "rendering/style/StyleTransformData.h", 792 "rendering/style/StyleTransformData.h",
905 "rendering/style/StyleVisualData.cpp", 793 "rendering/style/StyleVisualData.cpp",
906 "rendering/style/StyleVisualData.h", 794 "rendering/style/StyleVisualData.h",
907 "rendering/style/StyleWillChangeData.cpp",
908 "rendering/style/StyleWillChangeData.h",
909 "script/dart_controller.cc", 795 "script/dart_controller.cc",
910 "script/dart_controller.h", 796 "script/dart_controller.h",
911 "script/dart_debugger.cc", 797 "script/dart_debugger.cc",
912 "script/dart_debugger.h", 798 "script/dart_debugger.h",
913 "script/dart_init.cc", 799 "script/dart_init.cc",
914 "script/dart_init.h", 800 "script/dart_init.h",
915 "script/dart_service_isolate.cc", 801 "script/dart_service_isolate.cc",
916 "script/dart_service_isolate.h", 802 "script/dart_service_isolate.h",
917 "script/dom_dart_state.cc", 803 "script/dom_dart_state.cc",
918 "script/dom_dart_state.h", 804 "script/dom_dart_state.h",
919 "script/monitor.h", 805 "script/monitor.h",
920 "view/EventCallback.h", 806 "view/EventCallback.h",
921 "view/FrameCallback.h", 807 "view/FrameCallback.h",
922 "view/View.cpp", 808 "view/View.cpp",
923 "view/View.h", 809 "view/View.h",
924 ] 810 ]
925 811
926 core_idl_files = get_path_info([ 812 core_idl_files = get_path_info([
927 "animation/Animation.idl",
928 "animation/AnimationEffect.idl",
929 "animation/AnimationNode.idl",
930 "animation/AnimationPlayer.idl",
931 "animation/AnimationTimeline.idl",
932 "animation/Timing.idl",
933 "css/CSS.idl", 813 "css/CSS.idl",
934 "css/CSSMatrix.idl", 814 "css/CSSMatrix.idl",
935 "css/CSSStyleDeclaration.idl", 815 "css/CSSStyleDeclaration.idl",
936 "css/FontFace.idl", 816 "css/FontFace.idl",
937 "css/MediaQueryList.idl", 817 "css/MediaQueryList.idl",
938 "css/MediaQueryListEvent.idl", 818 "css/MediaQueryListEvent.idl",
939 "dom/Attr.idl", 819 "dom/Attr.idl",
940 "dom/CharacterData.idl", 820 "dom/CharacterData.idl",
941 "dom/ClientRect.idl", 821 "dom/ClientRect.idl",
942 "dom/ClientRectList.idl", 822 "dom/ClientRectList.idl",
943 "dom/DOMError.idl", 823 "dom/DOMError.idl",
944 "dom/DOMException.idl", 824 "dom/DOMException.idl",
945 "dom/DOMTokenList.idl", 825 "dom/DOMTokenList.idl",
946 "dom/Document.idl", 826 "dom/Document.idl",
947 "dom/DocumentFragment.idl", 827 "dom/DocumentFragment.idl",
948 "dom/Element.idl", 828 "dom/Element.idl",
949 "dom/MutationObserver.idl", 829 "dom/MutationObserver.idl",
950 "dom/MutationRecord.idl", 830 "dom/MutationRecord.idl",
951 "dom/Node.idl", 831 "dom/Node.idl",
952 "dom/NodeList.idl", 832 "dom/NodeList.idl",
953 "dom/ParentNode.idl", 833 "dom/ParentNode.idl",
954 "dom/Range.idl", 834 "dom/Range.idl",
955 "dom/RequestAnimationFrameCallback.idl", 835 "dom/RequestAnimationFrameCallback.idl",
956 "dom/Text.idl", 836 "dom/Text.idl",
957 "dom/URL.idl", 837 "dom/URL.idl",
958 "dom/shadow/ShadowRoot.idl", 838 "dom/shadow/ShadowRoot.idl",
959 "editing/Selection.idl", 839 "editing/Selection.idl",
960 "events/AnimationEvent.idl",
961 "events/AnimationPlayerEvent.idl",
962 "events/CompositionEvent.idl", 840 "events/CompositionEvent.idl",
963 "events/ErrorEvent.idl", 841 "events/ErrorEvent.idl",
964 "events/Event.idl", 842 "events/Event.idl",
965 "events/EventTarget.idl", 843 "events/EventTarget.idl",
966 "events/FocusEvent.idl", 844 "events/FocusEvent.idl",
967 "events/GestureEvent.idl", 845 "events/GestureEvent.idl",
968 "events/HashChangeEvent.idl", 846 "events/HashChangeEvent.idl",
969 "events/KeyboardEvent.idl", 847 "events/KeyboardEvent.idl",
970 "events/PageTransitionEvent.idl", 848 "events/PageTransitionEvent.idl",
971 "events/PointerEvent.idl", 849 "events/PointerEvent.idl",
972 "events/TextEvent.idl", 850 "events/TextEvent.idl",
973 "events/TransitionEvent.idl",
974 "events/UIEvent.idl", 851 "events/UIEvent.idl",
975 "events/WheelEvent.idl", 852 "events/WheelEvent.idl",
976 "frame/Location.idl", 853 "frame/Location.idl",
977 "frame/Screen.idl", 854 "frame/Screen.idl",
978 "frame/Tracing.idl", 855 "frame/Tracing.idl",
979 "frame/Window.idl", 856 "frame/Window.idl",
980 "html/HTMLElement.idl", 857 "html/HTMLElement.idl",
981 "html/ImageData.idl", 858 "html/ImageData.idl",
982 "html/TextMetrics.idl", 859 "html/TextMetrics.idl",
983 "html/VoidCallback.idl", 860 "html/VoidCallback.idl",
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after
1021 "painting/Rect.dart", 898 "painting/Rect.dart",
1022 "painting/Size.dart", 899 "painting/Size.dart",
1023 "painting/TransferMode.dart", 900 "painting/TransferMode.dart",
1024 ], 901 ],
1025 "abspath") 902 "abspath")
1026 903
1027 # Files for which bindings (.cpp and .h files) will be generated 904 # Files for which bindings (.cpp and .h files) will be generated
1028 # 'partial interface', target (right side of) 'implements', and 905 # 'partial interface', target (right side of) 'implements', and
1029 # interfaces with static bindings (in bindings/core/v8/) 906 # interfaces with static bindings (in bindings/core/v8/)
1030 core_dependency_idl_files = get_path_info([ 907 core_dependency_idl_files = get_path_info([
1031 "animation/DocumentAnimation.idl",
1032 "animation/ElementAnimation.idl",
1033 "dom/URLUtils.idl", 908 "dom/URLUtils.idl",
1034 "dom/URLUtilsReadOnly.idl", 909 "dom/URLUtilsReadOnly.idl",
1035 "events/EventListener.idl", 910 "events/EventListener.idl",
1036 "frame/WindowBase64.idl", 911 "frame/WindowBase64.idl",
1037 "frame/WindowTimers.idl", 912 "frame/WindowTimers.idl",
1038 ], 913 ],
1039 "abspath") 914 "abspath")
1040 915
1041 # interfaces that inherit from Event, including Event itself 916 # interfaces that inherit from Event, including Event itself
1042 core_event_idl_files = get_path_info([ 917 core_event_idl_files = get_path_info([
1043 "css/MediaQueryListEvent.idl", 918 "css/MediaQueryListEvent.idl",
1044 "events/AnimationEvent.idl",
1045 "events/AnimationPlayerEvent.idl",
1046 "events/CompositionEvent.idl", 919 "events/CompositionEvent.idl",
1047 "events/ErrorEvent.idl", 920 "events/ErrorEvent.idl",
1048 "events/Event.idl", 921 "events/Event.idl",
1049 "events/FocusEvent.idl", 922 "events/FocusEvent.idl",
1050 "events/GestureEvent.idl", 923 "events/GestureEvent.idl",
1051 "events/HashChangeEvent.idl", 924 "events/HashChangeEvent.idl",
1052 "events/KeyboardEvent.idl", 925 "events/KeyboardEvent.idl",
1053 "events/PageTransitionEvent.idl", 926 "events/PageTransitionEvent.idl",
1054 "events/PointerEvent.idl", 927 "events/PointerEvent.idl",
1055 "events/TextEvent.idl", 928 "events/TextEvent.idl",
1056 "events/TransitionEvent.idl",
1057 "events/UIEvent.idl", 929 "events/UIEvent.idl",
1058 "events/WheelEvent.idl", 930 "events/WheelEvent.idl",
1059 ], 931 ],
1060 "abspath") 932 "abspath")
OLDNEW
« no previous file with comments | « sky/engine/core/animation/css/CSSTransitionData.cpp ('k') | sky/engine/core/css/CSSComputedStyleDeclaration.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698