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

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

Issue 2236583003: Rename AnimationEffect to AnimationEffectReadOnly (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@deprecated-assert
Patch Set: Rebase 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
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 873 matching lines...) Expand 10 before | Expand all | Expand 10 after
884 'webcore_non_rendering_files': [ 884 'webcore_non_rendering_files': [
885 'CoreInitializer.cpp', 885 'CoreInitializer.cpp',
886 'CoreInitializer.h', 886 'CoreInitializer.h',
887 'animation/KeyframeEffect.cpp', 887 'animation/KeyframeEffect.cpp',
888 'animation/KeyframeEffect.h', 888 'animation/KeyframeEffect.h',
889 'animation/AnimationClock.cpp', 889 'animation/AnimationClock.cpp',
890 'animation/AnimationClock.h', 890 'animation/AnimationClock.h',
891 'animation/EffectModel.h', 891 'animation/EffectModel.h',
892 'animation/AnimationInputHelpers.cpp', 892 'animation/AnimationInputHelpers.cpp',
893 'animation/AnimationInputHelpers.h', 893 'animation/AnimationInputHelpers.h',
894 'animation/AnimationEffect.cpp', 894 'animation/AnimationEffectReadOnly.cpp',
895 'animation/AnimationEffect.h', 895 'animation/AnimationEffectReadOnly.h',
896 'animation/AnimationEffectTiming.cpp', 896 'animation/AnimationEffectTiming.cpp',
897 'animation/AnimationEffectTiming.h', 897 'animation/AnimationEffectTiming.h',
898 'animation/Animation.cpp', 898 'animation/Animation.cpp',
899 'animation/Animation.h', 899 'animation/Animation.h',
900 'animation/AnimationStack.cpp', 900 'animation/AnimationStack.cpp',
901 'animation/AnimationStack.h', 901 'animation/AnimationStack.h',
902 'animation/AnimationTimeline.cpp', 902 'animation/AnimationTimeline.cpp',
903 'animation/AnimationTimeline.h', 903 'animation/AnimationTimeline.h',
904 'animation/BasicShapeInterpolationFunctions.cpp', 904 'animation/BasicShapeInterpolationFunctions.cpp',
905 'animation/BasicShapeInterpolationFunctions.h', 905 'animation/BasicShapeInterpolationFunctions.h',
(...skipping 3104 matching lines...) Expand 10 before | Expand all | Expand 10 after
4010 'testing/UnionTypesTest.cpp', 4010 'testing/UnionTypesTest.cpp',
4011 'testing/UnionTypesTest.h', 4011 'testing/UnionTypesTest.h',
4012 'testing/v8/WebCoreTestSupport.cpp', 4012 'testing/v8/WebCoreTestSupport.cpp',
4013 'testing/v8/WebCoreTestSupport.h', 4013 'testing/v8/WebCoreTestSupport.h',
4014 'testing/WorkerInternals.cpp', 4014 'testing/WorkerInternals.cpp',
4015 'testing/WorkerInternals.h', 4015 'testing/WorkerInternals.h',
4016 ], 4016 ],
4017 'core_unittest_files': [ 4017 'core_unittest_files': [
4018 'animation/AnimationClockTest.cpp', 4018 'animation/AnimationClockTest.cpp',
4019 'animation/AnimationInputHelpersTest.cpp', 4019 'animation/AnimationInputHelpersTest.cpp',
4020 'animation/AnimationEffectTest.cpp', 4020 'animation/AnimationEffectReadOnlyTest.cpp',
4021 'animation/AnimationTest.cpp', 4021 'animation/AnimationTest.cpp',
4022 'animation/AnimationStackTest.cpp', 4022 'animation/AnimationStackTest.cpp',
4023 'animation/KeyframeEffectTest.cpp', 4023 'animation/KeyframeEffectTest.cpp',
4024 'animation/AnimationTestHelper.cpp', 4024 'animation/AnimationTestHelper.cpp',
4025 'animation/AnimationTestHelper.h', 4025 'animation/AnimationTestHelper.h',
4026 'animation/AnimationTimelineTest.cpp', 4026 'animation/AnimationTimelineTest.cpp',
4027 'animation/CompositorAnimationsTest.cpp', 4027 'animation/CompositorAnimationsTest.cpp',
4028 'animation/DocumentTimelineTest.cpp', 4028 'animation/DocumentTimelineTest.cpp',
4029 'animation/EffectInputTest.cpp', 4029 'animation/EffectInputTest.cpp',
4030 'animation/InterpolableValueTest.cpp', 4030 'animation/InterpolableValueTest.cpp',
(...skipping 250 matching lines...) Expand 10 before | Expand all | Expand 10 after
4281 'testing/PrivateScriptTestTest.cpp', 4281 'testing/PrivateScriptTestTest.cpp',
4282 'timing/MemoryInfoTest.cpp', 4282 'timing/MemoryInfoTest.cpp',
4283 'timing/PerformanceBaseTest.cpp', 4283 'timing/PerformanceBaseTest.cpp',
4284 'timing/PerformanceObserverTest.cpp', 4284 'timing/PerformanceObserverTest.cpp',
4285 'workers/WorkerThreadTest.cpp', 4285 'workers/WorkerThreadTest.cpp',
4286 'workers/WorkerThreadTestHelper.h', 4286 'workers/WorkerThreadTestHelper.h',
4287 'xml/parser/SharedBufferReaderTest.cpp', 4287 'xml/parser/SharedBufferReaderTest.cpp',
4288 ], 4288 ],
4289 } 4289 }
4290 } 4290 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698