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

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

Issue 983103003: Use Length for the stroke-width property in SVGLayoutStyle (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: lengthSetterForProperty Created 5 years, 9 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/CSSPropertyEquality.cpp ('k') | Source/core/css/CSSProperties.in » ('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/Animation.idl', 8 'animation/Animation.idl',
9 'animation/AnimationEffect.idl', 9 'animation/AnimationEffect.idl',
10 'animation/AnimationNode.idl', 10 'animation/AnimationNode.idl',
(...skipping 903 matching lines...) Expand 10 before | Expand all | Expand 10 after
914 'animation/InterpolationEffect.h', 914 'animation/InterpolationEffect.h',
915 'animation/KeyframeEffectModel.cpp', 915 'animation/KeyframeEffectModel.cpp',
916 'animation/KeyframeEffectModel.h', 916 'animation/KeyframeEffectModel.h',
917 'animation/LegacyStyleInterpolation.h', 917 'animation/LegacyStyleInterpolation.h',
918 'animation/LengthBoxStyleInterpolation.cpp', 918 'animation/LengthBoxStyleInterpolation.cpp',
919 'animation/LengthBoxStyleInterpolation.h', 919 'animation/LengthBoxStyleInterpolation.h',
920 'animation/LengthPairStyleInterpolation.cpp', 920 'animation/LengthPairStyleInterpolation.cpp',
921 'animation/LengthPairStyleInterpolation.h', 921 'animation/LengthPairStyleInterpolation.h',
922 'animation/LengthStyleInterpolation.cpp', 922 'animation/LengthStyleInterpolation.cpp',
923 'animation/LengthStyleInterpolation.h', 923 'animation/LengthStyleInterpolation.h',
924 'animation/SVGLengthStyleInterpolation.cpp',
925 'animation/SVGLengthStyleInterpolation.h',
926 'animation/SVGStrokeDasharrayStyleInterpolation.cpp', 924 'animation/SVGStrokeDasharrayStyleInterpolation.cpp',
927 'animation/SVGStrokeDasharrayStyleInterpolation.h', 925 'animation/SVGStrokeDasharrayStyleInterpolation.h',
928 'animation/SampledEffect.cpp', 926 'animation/SampledEffect.cpp',
929 'animation/SampledEffect.h', 927 'animation/SampledEffect.h',
930 'animation/ListStyleInterpolation.h', 928 'animation/ListStyleInterpolation.h',
931 'animation/ShadowStyleInterpolation.cpp', 929 'animation/ShadowStyleInterpolation.cpp',
932 'animation/ShadowStyleInterpolation.h', 930 'animation/ShadowStyleInterpolation.h',
933 'animation/StringKeyframe.cpp', 931 'animation/StringKeyframe.cpp',
934 'animation/StringKeyframe.h', 932 'animation/StringKeyframe.h',
935 'animation/StyleInterpolation.h', 933 'animation/StyleInterpolation.h',
(...skipping 24 matching lines...) Expand all
960 'animation/animatable/AnimatableLengthBoxAndBool.h', 958 'animation/animatable/AnimatableLengthBoxAndBool.h',
961 'animation/animatable/AnimatableLengthPoint.cpp', 959 'animation/animatable/AnimatableLengthPoint.cpp',
962 'animation/animatable/AnimatableLengthPoint.h', 960 'animation/animatable/AnimatableLengthPoint.h',
963 'animation/animatable/AnimatableLengthPoint3D.cpp', 961 'animation/animatable/AnimatableLengthPoint3D.cpp',
964 'animation/animatable/AnimatableLengthPoint3D.h', 962 'animation/animatable/AnimatableLengthPoint3D.h',
965 'animation/animatable/AnimatableLengthSize.cpp', 963 'animation/animatable/AnimatableLengthSize.cpp',
966 'animation/animatable/AnimatableLengthSize.h', 964 'animation/animatable/AnimatableLengthSize.h',
967 'animation/animatable/AnimatableNeutral.h', 965 'animation/animatable/AnimatableNeutral.h',
968 'animation/animatable/AnimatableRepeatable.cpp', 966 'animation/animatable/AnimatableRepeatable.cpp',
969 'animation/animatable/AnimatableRepeatable.h', 967 'animation/animatable/AnimatableRepeatable.h',
970 'animation/animatable/AnimatableSVGLength.cpp',
971 'animation/animatable/AnimatableSVGLength.h',
972 'animation/animatable/AnimatableSVGPaint.cpp', 968 'animation/animatable/AnimatableSVGPaint.cpp',
973 'animation/animatable/AnimatableSVGPaint.h', 969 'animation/animatable/AnimatableSVGPaint.h',
974 'animation/animatable/AnimatableShadow.cpp', 970 'animation/animatable/AnimatableShadow.cpp',
975 'animation/animatable/AnimatableShadow.h', 971 'animation/animatable/AnimatableShadow.h',
976 'animation/animatable/AnimatableShapeValue.cpp', 972 'animation/animatable/AnimatableShapeValue.cpp',
977 'animation/animatable/AnimatableShapeValue.h', 973 'animation/animatable/AnimatableShapeValue.h',
978 'animation/animatable/AnimatableStrokeDasharrayList.cpp', 974 'animation/animatable/AnimatableStrokeDasharrayList.cpp',
979 'animation/animatable/AnimatableStrokeDasharrayList.h', 975 'animation/animatable/AnimatableStrokeDasharrayList.h',
980 'animation/animatable/AnimatableTransform.cpp', 976 'animation/animatable/AnimatableTransform.cpp',
981 'animation/animatable/AnimatableTransform.h', 977 'animation/animatable/AnimatableTransform.h',
(...skipping 2733 matching lines...) Expand 10 before | Expand all | Expand 10 after
3715 'animation/DeferredLegacyStyleInterpolationTest.cpp', 3711 'animation/DeferredLegacyStyleInterpolationTest.cpp',
3716 'animation/DoubleStyleInterpolationTest.cpp', 3712 'animation/DoubleStyleInterpolationTest.cpp',
3717 'animation/EffectInputTest.cpp', 3713 'animation/EffectInputTest.cpp',
3718 'animation/InterpolableValueTest.cpp', 3714 'animation/InterpolableValueTest.cpp',
3719 'animation/InterpolationEffectTest.cpp', 3715 'animation/InterpolationEffectTest.cpp',
3720 'animation/KeyframeEffectModelTest.cpp', 3716 'animation/KeyframeEffectModelTest.cpp',
3721 'animation/LengthBoxStyleInterpolationTest.cpp', 3717 'animation/LengthBoxStyleInterpolationTest.cpp',
3722 'animation/LengthPairStyleInterpolationTest.cpp', 3718 'animation/LengthPairStyleInterpolationTest.cpp',
3723 'animation/LengthStyleInterpolationTest.cpp', 3719 'animation/LengthStyleInterpolationTest.cpp',
3724 'animation/ListStyleInterpolationTest.cpp', 3720 'animation/ListStyleInterpolationTest.cpp',
3725 'animation/SVGLengthStyleInterpolationTest.cpp',
3726 'animation/SVGStrokeDasharrayStyleInterpolationTest.cpp', 3721 'animation/SVGStrokeDasharrayStyleInterpolationTest.cpp',
3727 'animation/ShadowStyleInterpolationTest.cpp', 3722 'animation/ShadowStyleInterpolationTest.cpp',
3728 'animation/TimingCalculationsTest.cpp', 3723 'animation/TimingCalculationsTest.cpp',
3729 'animation/TimingInputTest.cpp', 3724 'animation/TimingInputTest.cpp',
3730 'animation/VisibilityStyleInterpolationTest.cpp', 3725 'animation/VisibilityStyleInterpolationTest.cpp',
3731 'animation/animatable/AnimatableColorTest.cpp', 3726 'animation/animatable/AnimatableColorTest.cpp',
3732 'animation/animatable/AnimatableDoubleAndBoolTest.cpp', 3727 'animation/animatable/AnimatableDoubleAndBoolTest.cpp',
3733 'animation/animatable/AnimatableDoubleTest.cpp', 3728 'animation/animatable/AnimatableDoubleTest.cpp',
3734 'animation/animatable/AnimatableLengthTest.cpp', 3729 'animation/animatable/AnimatableLengthTest.cpp',
3735 'animation/animatable/AnimatableNeutralTest.cpp', 3730 'animation/animatable/AnimatableNeutralTest.cpp',
(...skipping 96 matching lines...) Expand 10 before | Expand all | Expand 10 after
3832 'paint/ViewDisplayListTest.cpp', 3827 'paint/ViewDisplayListTest.cpp',
3833 'streams/ExclusiveStreamReaderTest.cpp', 3828 'streams/ExclusiveStreamReaderTest.cpp',
3834 'streams/ReadableStreamTest.cpp', 3829 'streams/ReadableStreamTest.cpp',
3835 'testing/PrivateScriptTestTest.cpp', 3830 'testing/PrivateScriptTestTest.cpp',
3836 'testing/UnitTestHelpers.cpp', 3831 'testing/UnitTestHelpers.cpp',
3837 'testing/UnitTestHelpers.h', 3832 'testing/UnitTestHelpers.h',
3838 'xml/parser/SharedBufferReaderTest.cpp', 3833 'xml/parser/SharedBufferReaderTest.cpp',
3839 ], 3834 ],
3840 } 3835 }
3841 } 3836 }
OLDNEW
« no previous file with comments | « Source/core/animation/css/CSSPropertyEquality.cpp ('k') | Source/core/css/CSSProperties.in » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698