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

Side by Side Diff: Source/core/core.gypi

Issue 1113173003: Web Animations: Update naming to reflect spec changes (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: No, really. Created 5 years, 7 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 | Annotate | Revision Log
« no previous file with comments | « Source/core/animation/css/CSSAnimations.cpp ('k') | Source/core/css/resolver/StyleResolver.cpp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 { 1 {
2 'includes': [ 2 'includes': [
3 'core_generated.gypi', 3 'core_generated.gypi',
4 ], 4 ],
5 'variables': { 5 'variables': {
6 # Files for which bindings (.cpp and .h files) will be generated 6 # Files for which bindings (.cpp and .h files) will be generated
7 'core_idl_files': [ 7 'core_idl_files': [
8 'animation/KeyframeEffect.idl',
9 'animation/EffectModel.idl',
10 'animation/AnimationEffectReadOnly.idl',
11 'animation/AnimationEffectTiming.idl',
8 'animation/Animation.idl', 12 'animation/Animation.idl',
9 'animation/AnimationEffect.idl',
10 'animation/AnimationNode.idl',
11 'animation/AnimationPlayer.idl',
12 'animation/AnimationTimeline.idl', 13 'animation/AnimationTimeline.idl',
13 'animation/Timing.idl',
14 'clipboard/DataTransfer.idl', 14 'clipboard/DataTransfer.idl',
15 'clipboard/DataTransferItemList.idl', 15 'clipboard/DataTransferItemList.idl',
16 'css/CSS.idl', 16 'css/CSS.idl',
17 'css/CSSFontFaceRule.idl', 17 'css/CSSFontFaceRule.idl',
18 'css/CSSImportRule.idl', 18 'css/CSSImportRule.idl',
19 'css/CSSKeyframeRule.idl', 19 'css/CSSKeyframeRule.idl',
20 'css/CSSKeyframesRule.idl', 20 'css/CSSKeyframesRule.idl',
21 'css/CSSMediaRule.idl', 21 'css/CSSMediaRule.idl',
22 'css/CSSPageRule.idl', 22 'css/CSSPageRule.idl',
23 'css/CSSRule.idl', 23 'css/CSSRule.idl',
(...skipping 820 matching lines...) Expand 10 before | Expand all | Expand 10 after
844 'layout/svg/line/SVGInlineFlowBox.h', 844 'layout/svg/line/SVGInlineFlowBox.h',
845 'layout/svg/line/SVGInlineTextBox.cpp', 845 'layout/svg/line/SVGInlineTextBox.cpp',
846 'layout/svg/line/SVGInlineTextBox.h', 846 'layout/svg/line/SVGInlineTextBox.h',
847 'layout/svg/line/SVGRootInlineBox.cpp', 847 'layout/svg/line/SVGRootInlineBox.cpp',
848 'layout/svg/line/SVGRootInlineBox.h', 848 'layout/svg/line/SVGRootInlineBox.h',
849 ], 849 ],
850 'webcore_non_rendering_files': [ 850 'webcore_non_rendering_files': [
851 'Init.cpp', 851 'Init.cpp',
852 'Init.h', 852 'Init.h',
853 'animation/AngleSVGInterpolation.h', 853 'animation/AngleSVGInterpolation.h',
854 'animation/KeyframeEffect.cpp',
855 'animation/KeyframeEffect.h',
856 'animation/AnimationClock.cpp',
857 'animation/AnimationClock.h',
858 'animation/EffectModel.h',
859 'animation/AnimationInputHelpers.cpp',
860 'animation/AnimationInputHelpers.h',
861 'animation/AnimationEffect.cpp',
862 'animation/AnimationEffect.h',
863 'animation/AnimationEffectTiming.cpp',
864 'animation/AnimationEffectTiming.h',
854 'animation/Animation.cpp', 865 'animation/Animation.cpp',
855 'animation/Animation.h', 866 'animation/Animation.h',
856 'animation/AnimationClock.cpp',
857 'animation/AnimationClock.h',
858 'animation/AnimationEffect.h',
859 'animation/AnimationInputHelpers.cpp',
860 'animation/AnimationInputHelpers.h',
861 'animation/AnimationNode.cpp',
862 'animation/AnimationNode.h',
863 'animation/AnimationNodeTiming.cpp',
864 'animation/AnimationNodeTiming.h',
865 'animation/AnimationPlayer.cpp',
866 'animation/AnimationPlayer.h',
867 'animation/AnimationStack.cpp', 867 'animation/AnimationStack.cpp',
868 'animation/AnimationStack.h', 868 'animation/AnimationStack.h',
869 'animation/AnimationTimeline.cpp', 869 'animation/AnimationTimeline.cpp',
870 'animation/AnimationTimeline.h', 870 'animation/AnimationTimeline.h',
871 'animation/AnimationTranslationUtil.cpp', 871 'animation/AnimationTranslationUtil.cpp',
872 'animation/AnimationTranslationUtil.h', 872 'animation/AnimationTranslationUtil.h',
873 'animation/CompositorAnimations.cpp', 873 'animation/CompositorAnimations.cpp',
874 'animation/CompositorAnimations.h', 874 'animation/CompositorAnimations.h',
875 'animation/CompositorAnimationsImpl.h', 875 'animation/CompositorAnimationsImpl.h',
876 'animation/CompositorPendingAnimations.cpp', 876 'animation/CompositorPendingAnimations.cpp',
(...skipping 2668 matching lines...) Expand 10 before | Expand all | Expand 10 after
3545 'svg/graphics/filters/SVGFEImage.cpp', 3545 'svg/graphics/filters/SVGFEImage.cpp',
3546 'svg/graphics/filters/SVGFEImage.h', 3546 'svg/graphics/filters/SVGFEImage.h',
3547 'svg/graphics/filters/SVGFilter.cpp', 3547 'svg/graphics/filters/SVGFilter.cpp',
3548 'svg/graphics/filters/SVGFilter.h', 3548 'svg/graphics/filters/SVGFilter.h',
3549 'svg/graphics/filters/SVGFilterBuilder.cpp', 3549 'svg/graphics/filters/SVGFilterBuilder.cpp',
3550 'svg/graphics/filters/SVGFilterBuilder.h', 3550 'svg/graphics/filters/SVGFilterBuilder.h',
3551 'svg/properties/SVGAnimatedProperty.cpp', 3551 'svg/properties/SVGAnimatedProperty.cpp',
3552 'svg/properties/SVGPropertyTearOff.cpp', 3552 'svg/properties/SVGPropertyTearOff.cpp',
3553 ], 3553 ],
3554 'core_dictionary_idl_files': [ 3554 'core_dictionary_idl_files': [
3555 'animation/AnimationTimingProperties.idl', 3555 'animation/KeyframeEffectOptions.idl',
3556 'animation/ComputedTimingProperties.idl', 3556 'animation/ComputedTimingProperties.idl',
3557 'css/FontFaceDescriptors.idl', 3557 'css/FontFaceDescriptors.idl',
3558 'css/MediaQueryListEventInit.idl', 3558 'css/MediaQueryListEventInit.idl',
3559 'dom/DOMPointInit.idl', 3559 'dom/DOMPointInit.idl',
3560 'dom/ElementRegistrationOptions.idl', 3560 'dom/ElementRegistrationOptions.idl',
3561 'dom/MutationObserverInit.idl', 3561 'dom/MutationObserverInit.idl',
3562 'events/AnimationEventInit.idl', 3562 'events/AnimationEventInit.idl',
3563 'events/AnimationPlayerEventInit.idl', 3563 'events/AnimationPlayerEventInit.idl',
3564 'events/ApplicationCacheErrorEventInit.idl', 3564 'events/ApplicationCacheErrorEventInit.idl',
3565 'events/AutocompleteErrorEventInit.idl', 3565 'events/AutocompleteErrorEventInit.idl',
(...skipping 20 matching lines...) Expand all
3586 'html/MediaKeyEventInit.idl', 3586 'html/MediaKeyEventInit.idl',
3587 'html/canvas/Canvas2DContextAttributes.idl', 3587 'html/canvas/Canvas2DContextAttributes.idl',
3588 'html/canvas/CanvasContextCreationAttributes.idl', 3588 'html/canvas/CanvasContextCreationAttributes.idl',
3589 'html/canvas/HitRegionOptions.idl', 3589 'html/canvas/HitRegionOptions.idl',
3590 'html/canvas/WebGLContextAttributes.idl', 3590 'html/canvas/WebGLContextAttributes.idl',
3591 'html/canvas/WebGLContextEventInit.idl', 3591 'html/canvas/WebGLContextEventInit.idl',
3592 'html/track/TrackEventInit.idl', 3592 'html/track/TrackEventInit.idl',
3593 'page/EventSourceInit.idl', 3593 'page/EventSourceInit.idl',
3594 ], 3594 ],
3595 'generated_core_dictionary_files': [ 3595 'generated_core_dictionary_files': [
3596 '<(blink_core_output_dir)/animation/AnimationTimingProperties.cpp', 3596 '<(blink_core_output_dir)/animation/KeyframeEffectOptions.cpp',
3597 '<(blink_core_output_dir)/animation/AnimationTimingProperties.h', 3597 '<(blink_core_output_dir)/animation/KeyframeEffectOptions.h',
3598 '<(blink_core_output_dir)/animation/ComputedTimingProperties.cpp', 3598 '<(blink_core_output_dir)/animation/ComputedTimingProperties.cpp',
3599 '<(blink_core_output_dir)/animation/ComputedTimingProperties.h', 3599 '<(blink_core_output_dir)/animation/ComputedTimingProperties.h',
3600 '<(blink_core_output_dir)/css/FontFaceDescriptors.cpp', 3600 '<(blink_core_output_dir)/css/FontFaceDescriptors.cpp',
3601 '<(blink_core_output_dir)/css/FontFaceDescriptors.h', 3601 '<(blink_core_output_dir)/css/FontFaceDescriptors.h',
3602 '<(blink_core_output_dir)/css/MediaQueryListEventInit.cpp', 3602 '<(blink_core_output_dir)/css/MediaQueryListEventInit.cpp',
3603 '<(blink_core_output_dir)/css/MediaQueryListEventInit.h', 3603 '<(blink_core_output_dir)/css/MediaQueryListEventInit.h',
3604 '<(blink_core_output_dir)/dom/DOMPointInit.cpp', 3604 '<(blink_core_output_dir)/dom/DOMPointInit.cpp',
3605 '<(blink_core_output_dir)/dom/DOMPointInit.h', 3605 '<(blink_core_output_dir)/dom/DOMPointInit.h',
3606 '<(blink_core_output_dir)/dom/ElementRegistrationOptions.cpp', 3606 '<(blink_core_output_dir)/dom/ElementRegistrationOptions.cpp',
3607 '<(blink_core_output_dir)/dom/ElementRegistrationOptions.h', 3607 '<(blink_core_output_dir)/dom/ElementRegistrationOptions.h',
(...skipping 126 matching lines...) Expand 10 before | Expand all | Expand 10 after
3734 'testing/RefCountedScriptWrappable.h', 3734 'testing/RefCountedScriptWrappable.h',
3735 'testing/TypeConversions.h', 3735 'testing/TypeConversions.h',
3736 'testing/UnionTypesTest.cpp', 3736 'testing/UnionTypesTest.cpp',
3737 'testing/UnionTypesTest.h', 3737 'testing/UnionTypesTest.h',
3738 'testing/v8/WebCoreTestSupport.cpp', 3738 'testing/v8/WebCoreTestSupport.cpp',
3739 'testing/v8/WebCoreTestSupport.h', 3739 'testing/v8/WebCoreTestSupport.h',
3740 ], 3740 ],
3741 'core_unittest_files': [ 3741 'core_unittest_files': [
3742 'animation/AnimationClockTest.cpp', 3742 'animation/AnimationClockTest.cpp',
3743 'animation/AnimationInputHelpersTest.cpp', 3743 'animation/AnimationInputHelpersTest.cpp',
3744 'animation/AnimationNodeTest.cpp', 3744 'animation/AnimationEffectTest.cpp',
3745 'animation/AnimationPlayerTest.cpp', 3745 'animation/AnimationTest.cpp',
3746 'animation/AnimationStackTest.cpp', 3746 'animation/AnimationStackTest.cpp',
3747 'animation/AnimationTest.cpp', 3747 'animation/KeyframeEffectTest.cpp',
3748 'animation/AnimationTestHelper.cpp', 3748 'animation/AnimationTestHelper.cpp',
3749 'animation/AnimationTestHelper.h', 3749 'animation/AnimationTestHelper.h',
3750 'animation/AnimationTimelineTest.cpp', 3750 'animation/AnimationTimelineTest.cpp',
3751 'animation/AnimationTranslationUtilTest.cpp', 3751 'animation/AnimationTranslationUtilTest.cpp',
3752 'animation/CompositorAnimationsTest.cpp', 3752 'animation/CompositorAnimationsTest.cpp',
3753 'animation/CompositorAnimationsTestHelper.h', 3753 'animation/CompositorAnimationsTestHelper.h',
3754 'animation/ColorStyleInterpolationTest.cpp', 3754 'animation/ColorStyleInterpolationTest.cpp',
3755 'animation/DeferredLegacyStyleInterpolationTest.cpp', 3755 'animation/DeferredLegacyStyleInterpolationTest.cpp',
3756 'animation/DoubleStyleInterpolationTest.cpp', 3756 'animation/DoubleStyleInterpolationTest.cpp',
3757 'animation/EffectInputTest.cpp', 3757 'animation/EffectInputTest.cpp',
(...skipping 127 matching lines...) Expand 10 before | Expand all | Expand 10 after
3885 'streams/ReadableStreamTest.cpp', 3885 'streams/ReadableStreamTest.cpp',
3886 'style/ComputedStyleTest.cpp', 3886 'style/ComputedStyleTest.cpp',
3887 'style/OutlineValueTest.cpp', 3887 'style/OutlineValueTest.cpp',
3888 'style/SVGComputedStyleTest.cpp', 3888 'style/SVGComputedStyleTest.cpp',
3889 'testing/PrivateScriptTestTest.cpp', 3889 'testing/PrivateScriptTestTest.cpp',
3890 'timing/MemoryInfoTest.cpp', 3890 'timing/MemoryInfoTest.cpp',
3891 'xml/parser/SharedBufferReaderTest.cpp', 3891 'xml/parser/SharedBufferReaderTest.cpp',
3892 ], 3892 ],
3893 } 3893 }
3894 } 3894 }
OLDNEW
« no previous file with comments | « Source/core/animation/css/CSSAnimations.cpp ('k') | Source/core/css/resolver/StyleResolver.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698