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

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

Issue 2247773004: [WIP] CSS Motion Path: offset-anchor and offset-position Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: offsetAnchor Created 4 years, 3 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 { 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', 8 'animation/KeyframeEffect.idl',
9 'animation/AnimationEffectReadOnly.idl', 9 'animation/AnimationEffectReadOnly.idl',
10 'animation/AnimationEffectTiming.idl', 10 'animation/AnimationEffectTiming.idl',
(...skipping 842 matching lines...) Expand 10 before | Expand all | Expand 10 after
853 'style/StyleFetchedImageSet.cpp', 853 'style/StyleFetchedImageSet.cpp',
854 'style/StyleFilterData.cpp', 854 'style/StyleFilterData.cpp',
855 'style/StyleFlexibleBoxData.cpp', 855 'style/StyleFlexibleBoxData.cpp',
856 'style/StyleGeneratedImage.cpp', 856 'style/StyleGeneratedImage.cpp',
857 'style/StyleGridData.cpp', 857 'style/StyleGridData.cpp',
858 'style/StyleGridItemData.cpp', 858 'style/StyleGridItemData.cpp',
859 'style/StyleInheritedData.cpp', 859 'style/StyleInheritedData.cpp',
860 'style/StyleInvalidImage.h', 860 'style/StyleInvalidImage.h',
861 'style/StyleMotionData.cpp', 861 'style/StyleMotionData.cpp',
862 'style/StyleMotionData.h', 862 'style/StyleMotionData.h',
863 'style/StyleMotionRotation.h', 863 'style/StyleOffsetRotation.h',
864 'style/StyleMultiColData.cpp', 864 'style/StyleMultiColData.cpp',
865 'style/StylePath.cpp', 865 'style/StylePath.cpp',
866 'style/StylePath.h', 866 'style/StylePath.h',
867 'style/StylePendingImage.h', 867 'style/StylePendingImage.h',
868 'style/StyleRareInheritedData.cpp', 868 'style/StyleRareInheritedData.cpp',
869 'style/StyleRareNonInheritedData.cpp', 869 'style/StyleRareNonInheritedData.cpp',
870 'style/StyleScrollSnapData.cpp', 870 'style/StyleScrollSnapData.cpp',
871 'style/StyleScrollSnapData.h', 871 'style/StyleScrollSnapData.h',
872 'style/StyleSelfAlignmentData.h', 872 'style/StyleSelfAlignmentData.h',
873 'style/StyleSurroundData.cpp', 873 'style/StyleSurroundData.cpp',
(...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after
929 'animation/CSSImageSliceInterpolationType.h', 929 'animation/CSSImageSliceInterpolationType.h',
930 'animation/CSSInterpolationType.cpp', 930 'animation/CSSInterpolationType.cpp',
931 'animation/CSSInterpolationType.h', 931 'animation/CSSInterpolationType.h',
932 'animation/CSSLengthInterpolationType.cpp', 932 'animation/CSSLengthInterpolationType.cpp',
933 'animation/CSSLengthInterpolationType.h', 933 'animation/CSSLengthInterpolationType.h',
934 'animation/CSSLengthListInterpolationType.cpp', 934 'animation/CSSLengthListInterpolationType.cpp',
935 'animation/CSSLengthListInterpolationType.h', 935 'animation/CSSLengthListInterpolationType.h',
936 'animation/CSSLengthPairInterpolationType.h', 936 'animation/CSSLengthPairInterpolationType.h',
937 'animation/CSSNumberInterpolationType.cpp', 937 'animation/CSSNumberInterpolationType.cpp',
938 'animation/CSSNumberInterpolationType.h', 938 'animation/CSSNumberInterpolationType.h',
939 'animation/CSSMotionRotationInterpolationType.cpp', 939 'animation/CSSOffsetRotationInterpolationType.cpp',
940 'animation/CSSMotionRotationInterpolationType.h', 940 'animation/CSSOffsetRotationInterpolationType.h',
941 'animation/CSSPaintInterpolationType.cpp', 941 'animation/CSSPaintInterpolationType.cpp',
942 'animation/CSSPaintInterpolationType.h', 942 'animation/CSSPaintInterpolationType.h',
943 'animation/CSSPathInterpolationType.cpp', 943 'animation/CSSPathInterpolationType.cpp',
944 'animation/CSSPathInterpolationType.h', 944 'animation/CSSPathInterpolationType.h',
945 'animation/CSSPositionAxisListInterpolationType.cpp', 945 'animation/CSSPositionAxisListInterpolationType.cpp',
946 'animation/CSSPositionAxisListInterpolationType.h', 946 'animation/CSSPositionAxisListInterpolationType.h',
947 'animation/CSSPositionInterpolationType.h', 947 'animation/CSSPositionInterpolationType.h',
948 'animation/CSSRotateInterpolationType.cpp', 948 'animation/CSSRotateInterpolationType.cpp',
949 'animation/CSSRotateInterpolationType.h', 949 'animation/CSSRotateInterpolationType.h',
950 'animation/CSSScaleInterpolationType.cpp', 950 'animation/CSSScaleInterpolationType.cpp',
(...skipping 3343 matching lines...) Expand 10 before | Expand all | Expand 10 after
4294 'timing/MemoryInfoTest.cpp', 4294 'timing/MemoryInfoTest.cpp',
4295 'timing/PerformanceBaseTest.cpp', 4295 'timing/PerformanceBaseTest.cpp',
4296 'timing/PerformanceObserverTest.cpp', 4296 'timing/PerformanceObserverTest.cpp',
4297 'workers/DedicatedWorkerTest.cpp', 4297 'workers/DedicatedWorkerTest.cpp',
4298 'workers/WorkerThreadTest.cpp', 4298 'workers/WorkerThreadTest.cpp',
4299 'workers/WorkerThreadTestHelper.h', 4299 'workers/WorkerThreadTestHelper.h',
4300 'xml/parser/SharedBufferReaderTest.cpp', 4300 'xml/parser/SharedBufferReaderTest.cpp',
4301 ], 4301 ],
4302 } 4302 }
4303 } 4303 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698