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

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: Use new API in layout tests 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
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 818 matching lines...) Expand 10 before | Expand all | Expand 10 after
842 'layout/svg/line/SVGInlineFlowBox.h', 842 'layout/svg/line/SVGInlineFlowBox.h',
843 'layout/svg/line/SVGInlineTextBox.cpp', 843 'layout/svg/line/SVGInlineTextBox.cpp',
844 'layout/svg/line/SVGInlineTextBox.h', 844 'layout/svg/line/SVGInlineTextBox.h',
845 'layout/svg/line/SVGRootInlineBox.cpp', 845 'layout/svg/line/SVGRootInlineBox.cpp',
846 'layout/svg/line/SVGRootInlineBox.h', 846 'layout/svg/line/SVGRootInlineBox.h',
847 ], 847 ],
848 'webcore_non_rendering_files': [ 848 'webcore_non_rendering_files': [
849 'Init.cpp', 849 'Init.cpp',
850 'Init.h', 850 'Init.h',
851 'animation/AngleSVGInterpolation.h', 851 'animation/AngleSVGInterpolation.h',
852 'animation/KeyframeEffect.cpp',
853 'animation/KeyframeEffect.h',
854 'animation/AnimationClock.cpp',
855 'animation/AnimationClock.h',
856 'animation/EffectModel.h',
857 'animation/AnimationInputHelpers.cpp',
858 'animation/AnimationInputHelpers.h',
859 'animation/AnimationEffect.cpp',
860 'animation/AnimationEffect.h',
861 'animation/AnimationEffectTiming.cpp',
862 'animation/AnimationEffectTiming.h',
852 'animation/Animation.cpp', 863 'animation/Animation.cpp',
853 'animation/Animation.h', 864 'animation/Animation.h',
854 'animation/AnimationClock.cpp',
855 'animation/AnimationClock.h',
856 'animation/AnimationEffect.h',
857 'animation/AnimationInputHelpers.cpp',
858 'animation/AnimationInputHelpers.h',
859 'animation/AnimationNode.cpp',
860 'animation/AnimationNode.h',
861 'animation/AnimationNodeTiming.cpp',
862 'animation/AnimationNodeTiming.h',
863 'animation/AnimationPlayer.cpp',
864 'animation/AnimationPlayer.h',
865 'animation/AnimationStack.cpp', 865 'animation/AnimationStack.cpp',
866 'animation/AnimationStack.h', 866 'animation/AnimationStack.h',
867 'animation/AnimationTimeline.cpp', 867 'animation/AnimationTimeline.cpp',
868 'animation/AnimationTimeline.h', 868 'animation/AnimationTimeline.h',
869 'animation/AnimationTranslationUtil.cpp', 869 'animation/AnimationTranslationUtil.cpp',
870 'animation/AnimationTranslationUtil.h', 870 'animation/AnimationTranslationUtil.h',
871 'animation/CompositorAnimations.cpp', 871 'animation/CompositorAnimations.cpp',
872 'animation/CompositorAnimations.h', 872 'animation/CompositorAnimations.h',
873 'animation/CompositorAnimationsImpl.h', 873 'animation/CompositorAnimationsImpl.h',
874 'animation/CompositorPendingAnimations.cpp', 874 'animation/CompositorPendingAnimations.cpp',
(...skipping 2668 matching lines...) Expand 10 before | Expand all | Expand 10 after
3543 'svg/graphics/filters/SVGFEImage.cpp', 3543 'svg/graphics/filters/SVGFEImage.cpp',
3544 'svg/graphics/filters/SVGFEImage.h', 3544 'svg/graphics/filters/SVGFEImage.h',
3545 'svg/graphics/filters/SVGFilter.cpp', 3545 'svg/graphics/filters/SVGFilter.cpp',
3546 'svg/graphics/filters/SVGFilter.h', 3546 'svg/graphics/filters/SVGFilter.h',
3547 'svg/graphics/filters/SVGFilterBuilder.cpp', 3547 'svg/graphics/filters/SVGFilterBuilder.cpp',
3548 'svg/graphics/filters/SVGFilterBuilder.h', 3548 'svg/graphics/filters/SVGFilterBuilder.h',
3549 'svg/properties/SVGAnimatedProperty.cpp', 3549 'svg/properties/SVGAnimatedProperty.cpp',
3550 'svg/properties/SVGPropertyTearOff.cpp', 3550 'svg/properties/SVGPropertyTearOff.cpp',
3551 ], 3551 ],
3552 'core_dictionary_idl_files': [ 3552 'core_dictionary_idl_files': [
3553 'animation/AnimationTimingProperties.idl', 3553 'animation/KeyframeEffectOptions.idl',
3554 'animation/ComputedTimingProperties.idl', 3554 'animation/ComputedTimingProperties.idl',
3555 'css/FontFaceDescriptors.idl', 3555 'css/FontFaceDescriptors.idl',
3556 'css/MediaQueryListEventInit.idl', 3556 'css/MediaQueryListEventInit.idl',
3557 'dom/DOMPointInit.idl', 3557 'dom/DOMPointInit.idl',
3558 'dom/ElementRegistrationOptions.idl', 3558 'dom/ElementRegistrationOptions.idl',
3559 'dom/MutationObserverInit.idl', 3559 'dom/MutationObserverInit.idl',
3560 'events/AnimationEventInit.idl', 3560 'events/AnimationEventInit.idl',
3561 'events/AnimationPlayerEventInit.idl', 3561 'events/AnimationPlayerEventInit.idl',
3562 'events/ApplicationCacheErrorEventInit.idl', 3562 'events/ApplicationCacheErrorEventInit.idl',
3563 'events/AutocompleteErrorEventInit.idl', 3563 'events/AutocompleteErrorEventInit.idl',
(...skipping 20 matching lines...) Expand all
3584 'html/MediaKeyEventInit.idl', 3584 'html/MediaKeyEventInit.idl',
3585 'html/canvas/Canvas2DContextAttributes.idl', 3585 'html/canvas/Canvas2DContextAttributes.idl',
3586 'html/canvas/CanvasContextCreationAttributes.idl', 3586 'html/canvas/CanvasContextCreationAttributes.idl',
3587 'html/canvas/HitRegionOptions.idl', 3587 'html/canvas/HitRegionOptions.idl',
3588 'html/canvas/WebGLContextAttributes.idl', 3588 'html/canvas/WebGLContextAttributes.idl',
3589 'html/canvas/WebGLContextEventInit.idl', 3589 'html/canvas/WebGLContextEventInit.idl',
3590 'html/track/TrackEventInit.idl', 3590 'html/track/TrackEventInit.idl',
3591 'page/EventSourceInit.idl', 3591 'page/EventSourceInit.idl',
3592 ], 3592 ],
3593 'generated_core_dictionary_files': [ 3593 'generated_core_dictionary_files': [
3594 '<(blink_core_output_dir)/animation/AnimationTimingProperties.cpp', 3594 '<(blink_core_output_dir)/animation/KeyframeEffectOptions.cpp',
3595 '<(blink_core_output_dir)/animation/AnimationTimingProperties.h', 3595 '<(blink_core_output_dir)/animation/KeyframeEffectOptions.h',
3596 '<(blink_core_output_dir)/animation/ComputedTimingProperties.cpp', 3596 '<(blink_core_output_dir)/animation/ComputedTimingProperties.cpp',
3597 '<(blink_core_output_dir)/animation/ComputedTimingProperties.h', 3597 '<(blink_core_output_dir)/animation/ComputedTimingProperties.h',
3598 '<(blink_core_output_dir)/css/FontFaceDescriptors.cpp', 3598 '<(blink_core_output_dir)/css/FontFaceDescriptors.cpp',
3599 '<(blink_core_output_dir)/css/FontFaceDescriptors.h', 3599 '<(blink_core_output_dir)/css/FontFaceDescriptors.h',
3600 '<(blink_core_output_dir)/css/MediaQueryListEventInit.cpp', 3600 '<(blink_core_output_dir)/css/MediaQueryListEventInit.cpp',
3601 '<(blink_core_output_dir)/css/MediaQueryListEventInit.h', 3601 '<(blink_core_output_dir)/css/MediaQueryListEventInit.h',
3602 '<(blink_core_output_dir)/dom/DOMPointInit.cpp', 3602 '<(blink_core_output_dir)/dom/DOMPointInit.cpp',
3603 '<(blink_core_output_dir)/dom/DOMPointInit.h', 3603 '<(blink_core_output_dir)/dom/DOMPointInit.h',
3604 '<(blink_core_output_dir)/dom/ElementRegistrationOptions.cpp', 3604 '<(blink_core_output_dir)/dom/ElementRegistrationOptions.cpp',
3605 '<(blink_core_output_dir)/dom/ElementRegistrationOptions.h', 3605 '<(blink_core_output_dir)/dom/ElementRegistrationOptions.h',
(...skipping 126 matching lines...) Expand 10 before | Expand all | Expand 10 after
3732 'testing/RefCountedScriptWrappable.h', 3732 'testing/RefCountedScriptWrappable.h',
3733 'testing/TypeConversions.h', 3733 'testing/TypeConversions.h',
3734 'testing/UnionTypesTest.cpp', 3734 'testing/UnionTypesTest.cpp',
3735 'testing/UnionTypesTest.h', 3735 'testing/UnionTypesTest.h',
3736 'testing/v8/WebCoreTestSupport.cpp', 3736 'testing/v8/WebCoreTestSupport.cpp',
3737 'testing/v8/WebCoreTestSupport.h', 3737 'testing/v8/WebCoreTestSupport.h',
3738 ], 3738 ],
3739 'core_unittest_files': [ 3739 'core_unittest_files': [
3740 'animation/AnimationClockTest.cpp', 3740 'animation/AnimationClockTest.cpp',
3741 'animation/AnimationInputHelpersTest.cpp', 3741 'animation/AnimationInputHelpersTest.cpp',
3742 'animation/AnimationNodeTest.cpp', 3742 'animation/AnimationEffectTest.cpp',
3743 'animation/AnimationPlayerTest.cpp', 3743 'animation/AnimationTest.cpp',
3744 'animation/AnimationStackTest.cpp', 3744 'animation/AnimationStackTest.cpp',
3745 'animation/AnimationTest.cpp', 3745 'animation/KeyframeEffectTest.cpp',
3746 'animation/AnimationTestHelper.cpp', 3746 'animation/AnimationTestHelper.cpp',
3747 'animation/AnimationTestHelper.h', 3747 'animation/AnimationTestHelper.h',
3748 'animation/AnimationTimelineTest.cpp', 3748 'animation/AnimationTimelineTest.cpp',
3749 'animation/AnimationTranslationUtilTest.cpp', 3749 'animation/AnimationTranslationUtilTest.cpp',
3750 'animation/CompositorAnimationsTest.cpp', 3750 'animation/CompositorAnimationsTest.cpp',
3751 'animation/CompositorAnimationsTestHelper.h', 3751 'animation/CompositorAnimationsTestHelper.h',
3752 'animation/ColorStyleInterpolationTest.cpp', 3752 'animation/ColorStyleInterpolationTest.cpp',
3753 'animation/DeferredLegacyStyleInterpolationTest.cpp', 3753 'animation/DeferredLegacyStyleInterpolationTest.cpp',
3754 'animation/DoubleStyleInterpolationTest.cpp', 3754 'animation/DoubleStyleInterpolationTest.cpp',
3755 'animation/EffectInputTest.cpp', 3755 'animation/EffectInputTest.cpp',
(...skipping 126 matching lines...) Expand 10 before | Expand all | Expand 10 after
3882 'paint/LayerClipRecorderTest.cpp', 3882 'paint/LayerClipRecorderTest.cpp',
3883 'paint/LayoutObjectDrawingRecorderTest.cpp', 3883 'paint/LayoutObjectDrawingRecorderTest.cpp',
3884 'paint/TextPainterTest.cpp', 3884 'paint/TextPainterTest.cpp',
3885 'streams/ReadableStreamReaderTest.cpp', 3885 'streams/ReadableStreamReaderTest.cpp',
3886 'streams/ReadableStreamTest.cpp', 3886 'streams/ReadableStreamTest.cpp',
3887 'testing/PrivateScriptTestTest.cpp', 3887 'testing/PrivateScriptTestTest.cpp',
3888 'xml/parser/SharedBufferReaderTest.cpp', 3888 'xml/parser/SharedBufferReaderTest.cpp',
3889 ], 3889 ],
3890 } 3890 }
3891 } 3891 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698