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

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

Issue 1885353004: Add ComputedStyle constructor and getter to InterpolationEnvironment (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@_transformInterpolationType
Patch Set: Rebased Created 4 years, 4 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
« no previous file with comments | « third_party/WebKit/Source/core/animation/InterpolationEnvironment.cpp ('k') | no next file » | 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', 8 'animation/KeyframeEffect.idl',
9 'animation/EffectModel.idl', 9 'animation/EffectModel.idl',
10 'animation/AnimationEffectReadOnly.idl', 10 'animation/AnimationEffectReadOnly.idl',
(...skipping 965 matching lines...) Expand 10 before | Expand all | Expand 10 after
976 'animation/ImagePropertyFunctions.h', 976 'animation/ImagePropertyFunctions.h',
977 'animation/ImageSlicePropertyFunctions.h', 977 'animation/ImageSlicePropertyFunctions.h',
978 'animation/InertEffect.cpp', 978 'animation/InertEffect.cpp',
979 'animation/InertEffect.h', 979 'animation/InertEffect.h',
980 'animation/InterpolableValue.cpp', 980 'animation/InterpolableValue.cpp',
981 'animation/InterpolableValue.h', 981 'animation/InterpolableValue.h',
982 'animation/Interpolation.cpp', 982 'animation/Interpolation.cpp',
983 'animation/Interpolation.h', 983 'animation/Interpolation.h',
984 'animation/InterpolationEffect.cpp', 984 'animation/InterpolationEffect.cpp',
985 'animation/InterpolationEffect.h', 985 'animation/InterpolationEffect.h',
986 'animation/InterpolationEnvironment.cpp',
987 'animation/InterpolationEnvironment.h',
986 'animation/InterpolationType.h', 988 'animation/InterpolationType.h',
987 'animation/InterpolationValue.h', 989 'animation/InterpolationValue.h',
988 'animation/InvalidatableInterpolation.cpp', 990 'animation/InvalidatableInterpolation.cpp',
989 'animation/InvalidatableInterpolation.h', 991 'animation/InvalidatableInterpolation.h',
990 'animation/Keyframe.cpp', 992 'animation/Keyframe.cpp',
991 'animation/Keyframe.h', 993 'animation/Keyframe.h',
992 'animation/KeyframeEffectModel.cpp', 994 'animation/KeyframeEffectModel.cpp',
993 'animation/KeyframeEffectModel.h', 995 'animation/KeyframeEffectModel.h',
994 'animation/LegacyStyleInterpolation.h', 996 'animation/LegacyStyleInterpolation.h',
995 'animation/LengthListPropertyFunctions.cpp', 997 'animation/LengthListPropertyFunctions.cpp',
(...skipping 3256 matching lines...) Expand 10 before | Expand all | Expand 10 after
4252 'testing/PrivateScriptTestTest.cpp', 4254 'testing/PrivateScriptTestTest.cpp',
4253 'timing/MemoryInfoTest.cpp', 4255 'timing/MemoryInfoTest.cpp',
4254 'timing/PerformanceBaseTest.cpp', 4256 'timing/PerformanceBaseTest.cpp',
4255 'timing/PerformanceObserverTest.cpp', 4257 'timing/PerformanceObserverTest.cpp',
4256 'workers/WorkerThreadTest.cpp', 4258 'workers/WorkerThreadTest.cpp',
4257 'workers/WorkerThreadTestHelper.h', 4259 'workers/WorkerThreadTestHelper.h',
4258 'xml/parser/SharedBufferReaderTest.cpp', 4260 'xml/parser/SharedBufferReaderTest.cpp',
4259 ], 4261 ],
4260 } 4262 }
4261 } 4263 }
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/core/animation/InterpolationEnvironment.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698