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

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

Issue 1602343002: compositor-worker: cc->blink mutation plumbing (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@compositor-worker-ian-patch
Patch Set: Use animation machinery instead of updating inline style Created 4 years, 10 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/EffectModel.idl', 9 'animation/EffectModel.idl',
10 'animation/AnimationEffectReadOnly.idl', 10 'animation/AnimationEffectReadOnly.idl',
(...skipping 853 matching lines...) Expand 10 before | Expand all | Expand 10 after
864 'animation/CSSPathInterpolationType.h', 864 'animation/CSSPathInterpolationType.h',
865 'animation/CSSShadowListInterpolationType.cpp', 865 'animation/CSSShadowListInterpolationType.cpp',
866 'animation/CSSShadowListInterpolationType.h', 866 'animation/CSSShadowListInterpolationType.h',
867 'animation/CSSValueInterpolationType.cpp', 867 'animation/CSSValueInterpolationType.cpp',
868 'animation/CSSValueInterpolationType.h', 868 'animation/CSSValueInterpolationType.h',
869 'animation/CSSVisibilityInterpolationType.cpp', 869 'animation/CSSVisibilityInterpolationType.cpp',
870 'animation/CSSVisibilityInterpolationType.h', 870 'animation/CSSVisibilityInterpolationType.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/CompositorMutationAnimations.cpp',
875 'animation/CompositorMutationAnimations.h',
874 'animation/CompositorPendingAnimations.cpp', 876 'animation/CompositorPendingAnimations.cpp',
875 'animation/CompositorPendingAnimations.h', 877 'animation/CompositorPendingAnimations.h',
876 'animation/ColorPropertyFunctions.cpp', 878 'animation/ColorPropertyFunctions.cpp',
877 'animation/ColorPropertyFunctions.h', 879 'animation/ColorPropertyFunctions.h',
878 'animation/ConstantStyleInterpolation.h', 880 'animation/ConstantStyleInterpolation.h',
879 'animation/DeferredLegacyStyleInterpolation.cpp', 881 'animation/DeferredLegacyStyleInterpolation.cpp',
880 'animation/DeferredLegacyStyleInterpolation.h', 882 'animation/DeferredLegacyStyleInterpolation.h',
881 'animation/DocumentAnimation.h', 883 'animation/DocumentAnimation.h',
882 'animation/DocumentAnimations.cpp', 884 'animation/DocumentAnimations.cpp',
883 'animation/DocumentAnimations.h', 885 'animation/DocumentAnimations.h',
(...skipping 3151 matching lines...) Expand 10 before | Expand all | Expand 10 after
4035 'style/SVGComputedStyleTest.cpp', 4037 'style/SVGComputedStyleTest.cpp',
4036 'svg/SVGPathParserTest.cpp', 4038 'svg/SVGPathParserTest.cpp',
4037 'svg/UnsafeSVGAttributeSanitizationTest.cpp', 4039 'svg/UnsafeSVGAttributeSanitizationTest.cpp',
4038 'testing/PrivateScriptTestTest.cpp', 4040 'testing/PrivateScriptTestTest.cpp',
4039 'timing/MemoryInfoTest.cpp', 4041 'timing/MemoryInfoTest.cpp',
4040 'workers/WorkerThreadTest.cpp', 4042 'workers/WorkerThreadTest.cpp',
4041 'xml/parser/SharedBufferReaderTest.cpp', 4043 'xml/parser/SharedBufferReaderTest.cpp',
4042 ], 4044 ],
4043 } 4045 }
4044 } 4046 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698