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

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

Issue 814083003: Update animation when changes in animation keyframes are detected. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebase + Address comments Created 5 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
« no previous file with comments | « Source/core/animation/css/CSSAnimations.cpp ('k') | Source/core/css/CSSKeyframeRule.h » ('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 803 matching lines...) Expand 10 before | Expand all | Expand 10 after
814 'css/FontFaceSet.cpp', 814 'css/FontFaceSet.cpp',
815 'css/FontFaceSet.h', 815 'css/FontFaceSet.h',
816 'css/FontFaceSetForEachCallback.h', 816 'css/FontFaceSetForEachCallback.h',
817 'css/FontFaceSetLoadEvent.cpp', 817 'css/FontFaceSetLoadEvent.cpp',
818 'css/FontFaceSetLoadEvent.h', 818 'css/FontFaceSetLoadEvent.h',
819 'css/FontLoader.cpp', 819 'css/FontLoader.cpp',
820 'css/FontLoader.h', 820 'css/FontLoader.h',
821 'css/FontSize.cpp', 821 'css/FontSize.cpp',
822 'css/FontSize.h', 822 'css/FontSize.h',
823 'css/HashTools.h', 823 'css/HashTools.h',
824 'css/KeyframeStyleRuleCSSStyleDeclaration.cpp',
825 'css/KeyframeStyleRuleCSSStyleDeclaration.h',
824 'css/LocalFontFaceSource.cpp', 826 'css/LocalFontFaceSource.cpp',
825 'css/LocalFontFaceSource.h', 827 'css/LocalFontFaceSource.h',
826 'css/MediaList.cpp', 828 'css/MediaList.cpp',
827 'css/MediaList.h', 829 'css/MediaList.h',
828 'css/MediaQuery.cpp', 830 'css/MediaQuery.cpp',
829 'css/MediaQuery.h', 831 'css/MediaQuery.h',
830 'css/MediaQueryEvaluator.cpp', 832 'css/MediaQueryEvaluator.cpp',
831 'css/MediaQueryEvaluator.h', 833 'css/MediaQueryEvaluator.h',
832 'css/MediaQueryExp.cpp', 834 'css/MediaQueryExp.cpp',
833 'css/MediaQueryExp.h', 835 'css/MediaQueryExp.h',
(...skipping 2927 matching lines...) Expand 10 before | Expand all | Expand 10 after
3761 'rendering/style/RenderStyleTest.cpp', 3763 'rendering/style/RenderStyleTest.cpp',
3762 'rendering/style/SVGRenderStyleTest.cpp', 3764 'rendering/style/SVGRenderStyleTest.cpp',
3763 'streams/ReadableStreamTest.cpp', 3765 'streams/ReadableStreamTest.cpp',
3764 'testing/PrivateScriptTestTest.cpp', 3766 'testing/PrivateScriptTestTest.cpp',
3765 'testing/UnitTestHelpers.cpp', 3767 'testing/UnitTestHelpers.cpp',
3766 'testing/UnitTestHelpers.h', 3768 'testing/UnitTestHelpers.h',
3767 'xml/parser/SharedBufferReaderTest.cpp', 3769 'xml/parser/SharedBufferReaderTest.cpp',
3768 ], 3770 ],
3769 } 3771 }
3770 } 3772 }
OLDNEW
« no previous file with comments | « Source/core/animation/css/CSSAnimations.cpp ('k') | Source/core/css/CSSKeyframeRule.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698